Skip to content

Commit

Permalink
Fix: Bumped packages using npm run bump-all-packages
Browse files Browse the repository at this point in the history
- Temporarily locked down "@mui/material": "5.15.2" and "@mui/base": "5.0.0-beta.28" due to mui/material-ui#40427
  • Loading branch information
heath-freenome committed Jan 7, 2024
1 parent accbd16 commit 525de00
Show file tree
Hide file tree
Showing 27 changed files with 6,734 additions and 5,847 deletions.
7,645 changes: 4,147 additions & 3,498 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"changed": "lerna changed",
"test": "lerna run --concurrency 2 --stream test",
"test:update": "lerna run --concurrency 2 --stream test:update",
"lint": "eslint './packages/**/*.{ts,js,tsx,jsx}' --quiet",
"lint": "eslint './packages/**/*.{ts,tsx}' --quiet",
"cs-check": "lerna run cs-check",
"cs-format": "lerna run cs-format",
"build": "lerna run --stream build",
Expand All @@ -20,7 +20,7 @@
"prepare": "husky install",
"format": "prettier --write .",
"format-check": "prettier --check .",
"bump-all-packages": "echo 'NOTE: Make sure to sanity check the playground locally before commiting changes' && npm update --save && npm install && npm run build && npm run test && npm run lint",
"bump-all-packages": "echo 'NOTE: Make sure to sanity check the playground locally before commiting changes' && npm update --save && npm install && npm run lint && npm run build && npm run test",
"bump-peer-deps": "node scripts/bump-peer-deps.js",
"refresh-node-modules": "rimraf packages/*/node_modules && rimraf node_modules && npm install",
"commit-package-changes": "git add package-lock.json packages/*/package*.json && cross-env CI=skipPrecommit git commit -m 'updated package*.json after versioning' && git push",
Expand All @@ -30,31 +30,32 @@
"license": "Apache-2.0",
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@babel/eslint-parser": "^7.23.3",
"@nrwl/nx-cloud": "^15.3.5",
"@types/estree": "^1.0.1",
"@types/jest": "^29.5.5",
"@types/node": "^18.17.14",
"@types/estree": "^1.0.5",
"@types/jest": "^29.5.11",
"@types/node": "^18.19.4",
"@types/prettier": "^2.7.3",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react": "^17.0.74",
"@types/react-dom": "^17.0.25",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jest-environment-jsdom": "^29.6.4",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-jsdom-global": "^4.0.0",
"lerna": "^6.6.2",
"lint-staged": "^13.3.0",
"nx": "^15.9.2",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"tslib": "^2.6.2",
"typescript": "^4.9.5"
Expand Down
40 changes: 20 additions & 20 deletions packages/antd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,44 +41,44 @@
"react": "^16.14.0 || >=17"
},
"dependencies": {
"classnames": "^2.3.2",
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"rc-picker": "^2.7.6"
},
"devDependencies": {
"@ant-design/icons": "^4.8.1",
"@babel/cli": "^7.22.15",
"@babel/core": "^7.22.17",
"@babel/eslint-parser": "^7.22.15",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-env": "^7.23.7",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rjsf/core": "^5.15.1",
"@rjsf/snapshot-tests": "^5.15.1",
"@rjsf/utils": "^5.15.1",
"@rjsf/validator-ajv8": "^5.15.1",
"@rollup/plugin-replace": "^5.0.2",
"@types/jest": "^29.5.5",
"@types/lodash": "^4.14.198",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"@types/react-test-renderer": "^17.0.3",
"@rollup/plugin-replace": "^5.0.5",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.202",
"@types/react": "^17.0.74",
"@types/react-dom": "^17.0.25",
"@types/react-test-renderer": "^17.0.9",
"antd": "^5.0.0",
"atob": "^2.1.2",
"babel-jest": "^29.6.4",
"dayjs": "^1.11.9",
"babel-jest": "^29.7.0",
"dayjs": "^1.11.10",
"esbuild": "^0.18.20",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"eslint": "^8.56.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rimraf": "^5.0.1",
"rollup": "^3.29.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"typescript": "^4.9.5"
},
"repository": {
Expand Down

0 comments on commit 525de00

Please sign in to comment.