Skip to content

Commit 6ffc2ce

Browse files
chore: Update all packages (rjsf-team#3861)
* chore: Update all packages Ran `npm run bump-all-packages` after explicitly adding `ajv` v8 to the `docs` package - Updated `package.json` for `packages/docs` to change the name to `@rjsf/doc` and to explicitly add `ajv` v8 as a dependency - Updated the snapshots for `antd`, `fluent-ui` and `mui` due to minor package updates * - Fix build by updating the `ci.yml` for the new docs package name
1 parent 42aa6ab commit 6ffc2ce

File tree

23 files changed

+14710
-16027
lines changed

23 files changed

+14710
-16027
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ jobs:
4242
# Docusaurus doesn't support Node 14. These tasks can be removed once Node 14 is EOL (May 2023)
4343
- name: Build with Netlify badge (no docs)
4444
if: github.ref != 'refs/heads/main' && matrix.node-version == '14.x'
45-
run: npx nx run-many --target=build --exclude=docs
45+
run: npx nx run-many --target=build --exclude=@rjsf/docs
4646
env:
4747
VITE_SHOW_NETLIFY_BADGE: true
4848
NODE_OPTIONS: --max_old_space_size=4096
4949
- name: Build (no docs)
5050
if: github.ref == 'refs/heads/main' && matrix.node-version == '14.x'
51-
run: npx nx run-many --target=build --exclude=docs
51+
run: npx nx run-many --target=build --exclude=@rjsf/docs
5252
env:
5353
NODE_OPTIONS: --max_old_space_size=4096
5454

package-lock.json

Lines changed: 12479 additions & 14529 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
"license": "Apache-2.0",
3131
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
3232
"devDependencies": {
33-
"@babel/eslint-parser": "^7.22.9",
33+
"@babel/eslint-parser": "^7.22.15",
3434
"@nrwl/nx-cloud": "^15.3.5",
3535
"@types/estree": "^1.0.1",
36-
"@types/node": "^18.17.3",
36+
"@types/node": "^18.17.14",
3737
"@types/prettier": "^2.7.3",
38-
"@types/react": "^17.0.62",
38+
"@types/react": "^17.0.65",
3939
"@types/react-dom": "^17.0.20",
4040
"@typescript-eslint/eslint-plugin": "^5.62.0",
4141
"@typescript-eslint/parser": "^5.62.0",
4242
"cross-env": "^7.0.3",
43-
"eslint": "^8.46.0",
44-
"eslint-plugin-import": "^2.28.0",
43+
"eslint": "^8.48.0",
44+
"eslint-plugin-import": "^2.28.1",
4545
"eslint-plugin-jsx-a11y": "^6.7.1",
46-
"eslint-plugin-react": "^7.33.1",
46+
"eslint-plugin-react": "^7.33.2",
4747
"eslint-plugin-react-hooks": "^4.6.0",
4848
"husky": "^8.0.3",
49-
"jest-environment-jsdom": "^29.6.3",
49+
"jest-environment-jsdom": "^29.6.4",
5050
"lerna": "^6.6.2",
51-
"lint-staged": "^13.2.3",
51+
"lint-staged": "^13.3.0",
5252
"nx": "^15.9.2",
5353
"prettier": "^2.8.8",
5454
"rimraf": "^5.0.1",
5555
"ts-jest": "^29.1.1",
56-
"tslib": "^2.6.1",
56+
"tslib": "^2.6.2",
5757
"typescript": "^4.9.5"
5858
},
5959
"workspaces": [

packages/antd/package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -45,39 +45,39 @@
4545
"classnames": "^2.3.2",
4646
"lodash": "^4.17.21",
4747
"lodash-es": "^4.17.21",
48-
"rc-picker": "^2.7.2"
48+
"rc-picker": "^2.7.6"
4949
},
5050
"devDependencies": {
51-
"@ant-design/icons": "^4.8.0",
52-
"@babel/cli": "^7.22.9",
53-
"@babel/core": "^7.22.9",
54-
"@babel/eslint-parser": "^7.22.9",
51+
"@ant-design/icons": "^4.8.1",
52+
"@babel/cli": "^7.22.15",
53+
"@babel/core": "^7.22.17",
54+
"@babel/eslint-parser": "^7.22.15",
5555
"@babel/plugin-proposal-class-properties": "^7.18.6",
5656
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
57-
"@babel/preset-env": "^7.22.9",
58-
"@babel/preset-react": "^7.22.5",
59-
"@babel/preset-typescript": "^7.22.5",
57+
"@babel/preset-env": "^7.22.15",
58+
"@babel/preset-react": "^7.22.15",
59+
"@babel/preset-typescript": "^7.22.15",
6060
"@rjsf/core": "^5.13.0",
6161
"@rjsf/utils": "^5.13.0",
6262
"@rjsf/validator-ajv8": "^5.13.0",
6363
"@rollup/plugin-replace": "^5.0.2",
64-
"@types/lodash": "^4.14.196",
65-
"@types/react": "^17.0.62",
64+
"@types/lodash": "^4.14.198",
65+
"@types/react": "^17.0.65",
6666
"@types/react-dom": "^17.0.20",
67-
"@types/react-test-renderer": "^17.0.2",
67+
"@types/react-test-renderer": "^17.0.3",
6868
"antd": "^5.0.0",
6969
"atob": "^2.1.2",
70-
"babel-jest": "^29.6.2",
70+
"babel-jest": "^29.6.4",
7171
"dayjs": "^1.11.9",
72-
"esbuild": "^0.18.19",
73-
"eslint": "^8.46.0",
74-
"jest": "^29.6.2",
75-
"jest-environment-jsdom": "^29.6.1",
72+
"esbuild": "^0.18.20",
73+
"eslint": "^8.48.0",
74+
"jest": "^29.6.4",
75+
"jest-environment-jsdom": "^29.6.4",
7676
"react": "^17.0.2",
7777
"react-dom": "^17.0.2",
7878
"react-test-renderer": "^17.0.2",
7979
"rimraf": "^5.0.1",
80-
"rollup": "^3.27.2",
80+
"rollup": "^3.29.0",
8181
"typescript": "^4.9.5"
8282
},
8383
"repository": {

0 commit comments

Comments
 (0)