Skip to content

Commit

Permalink
Fix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Sep 5, 2023
1 parent 9707b54 commit 3ead972
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"test:unit": "cross-env NODE_ENV=test mocha 'packages/**/*.test.{js,ts,tsx}' 'docs/**/*.test.{js,ts,tsx}' 'test/utils/**/*.test.{js,ts,tsx}'",
"test:argos": "node ./scripts/pushArgos.mjs",
"typescript": "lerna run --no-bail --parallel typescript",
"typescript:ci": "lerna run --concurrency 7 --no-bail --no-sort typescript",
"typescript:ci": "lerna run --concurrency 5 --no-bail --no-sort typescript",
"validate-declarations": "ts-node --esm scripts/validateTypescriptDeclarations.mts",
"generate-codeowners": "node scripts/generateCodeowners.mjs"
},
Expand Down
1 change: 1 addition & 0 deletions packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/user-event": "^14.4.3",
"@types/chai": "^4.3.5",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.21",
Expand Down
28 changes: 16 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3ead972

Please sign in to comment.