Skip to content

Commit 193c020

Browse files
⬆️(dependencies) update js dependencies
1 parent 7013f10 commit 193c020

File tree

5 files changed

+5144
-3741
lines changed

5 files changed

+5144
-3741
lines changed

examples/playground/package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -13,33 +13,33 @@
1313
},
1414
"dependencies": {
1515
"@openfun/verna": "1.0.0-beta.1",
16-
"@rjsf/core": "4.2.3",
17-
"react": "18.2.0",
18-
"react-dom": "18.2.0",
19-
"react-intl": "6.2.5"
16+
"@rjsf/core": "6.1.2",
17+
"react": "19.2.3",
18+
"react-dom": "19.2.3",
19+
"react-intl": "8.0.10"
2020
},
2121
"devDependencies": {
22-
"@formatjs/cli": "5.1.12",
23-
"@types/react": "18.0.26",
24-
"@types/react-dom": "18.0.9",
25-
"@typescript-eslint/eslint-plugin": "5.47.0",
26-
"@typescript-eslint/parser": "5.47.0",
27-
"@vitejs/plugin-react": "3.0.0",
28-
"eslint": "8.30.0",
29-
"eslint-config-prettier": "8.5.0",
30-
"eslint-import-resolver-typescript": "3.5.2",
31-
"eslint-plugin-compat": "4.0.2",
32-
"eslint-plugin-import": "2.26.0",
33-
"eslint-plugin-jsx-a11y": "6.6.1",
34-
"eslint-plugin-prettier": "4.2.1",
35-
"eslint-plugin-react": "7.31.11",
36-
"postcss": "8.4.20",
37-
"sass": "1.57.1",
38-
"stylelint": "14.16.0",
39-
"stylelint-config-standard": "29.0.0",
40-
"stylelint-config-standard-scss": "6.1.0",
41-
"stylelint-order": "5.0.0",
22+
"@formatjs/cli": "6.9.0",
23+
"@types/react": "19.2.7",
24+
"@types/react-dom": "19.2.3",
25+
"@typescript-eslint/eslint-plugin": "8.51.0",
26+
"@typescript-eslint/parser": "8.51.0",
27+
"@vitejs/plugin-react": "5.1.2",
28+
"eslint": "9.39.2",
29+
"eslint-config-prettier": "10.1.8",
30+
"eslint-import-resolver-typescript": "4.4.4",
31+
"eslint-plugin-compat": "6.0.2",
32+
"eslint-plugin-import": "2.32.0",
33+
"eslint-plugin-jsx-a11y": "6.10.2",
34+
"eslint-plugin-prettier": "5.5.4",
35+
"eslint-plugin-react": "7.37.5",
36+
"postcss": "8.5.6",
37+
"sass": "1.97.1",
38+
"stylelint": "16.26.1",
39+
"stylelint-config-standard": "39.0.1",
40+
"stylelint-config-standard-scss": "16.0.0",
41+
"stylelint-order": "7.0.1",
4242
"typescript": "4.8.4",
43-
"vite": "4.0.3"
43+
"vite": "7.3.0"
4444
}
4545
}

examples/poll/package.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -14,41 +14,41 @@
1414
},
1515
"dependencies": {
1616
"@openfun/verna": "1.0.0-beta.1",
17-
"@rjsf/core": "4.2.3",
18-
"grommet": "2.28.0",
19-
"grommet-icons": "4.8.0",
20-
"react": "18.2.0",
21-
"react-dom": "18.2.0",
22-
"react-intl": "6.2.5",
23-
"react-is": "18.2.0",
24-
"styled-components": "5.3.6",
25-
"uuid": "9.0.0"
17+
"@rjsf/core": "6.1.2",
18+
"grommet": "2.52.0",
19+
"grommet-icons": "4.14.0",
20+
"react": "19.2.3",
21+
"react-dom": "19.2.3",
22+
"react-intl": "8.0.10",
23+
"react-is": "19.2.3",
24+
"styled-components": "6.1.19",
25+
"uuid": "13.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/preset-react": "7.18.6",
29-
"@types/react": "18.0.26",
30-
"@types/react-dom": "18.0.9",
31-
"@types/styled-components": "5.1.26",
32-
"@typescript-eslint/eslint-plugin": "5.47.0",
33-
"@typescript-eslint/parser": "5.47.0",
34-
"@vitejs/plugin-react": "3.0.0",
35-
"babel-plugin-module-resolver": "4.1.0",
36-
"eslint": "8.30.0",
37-
"eslint-config-prettier": "8.5.0",
38-
"eslint-plugin-compat": "4.0.2",
39-
"eslint-plugin-import": "2.26.0",
40-
"eslint-plugin-jsx-a11y": "6.6.1",
41-
"eslint-plugin-prettier": "4.2.1",
42-
"eslint-plugin-react": "7.31.11",
43-
"jest": "29.3.1",
44-
"postcss": "8.4.20",
45-
"sass": "1.57.1",
46-
"stylelint": "14.16.0",
47-
"stylelint-config-standard": "29.0.0",
48-
"stylelint-config-standard-scss": "6.1.0",
49-
"stylelint-order": "5.0.0",
28+
"@babel/preset-react": "7.28.5",
29+
"@types/react": "19.2.7",
30+
"@types/react-dom": "19.2.3",
31+
"@types/styled-components": "5.1.36",
32+
"@typescript-eslint/eslint-plugin": "8.51.0",
33+
"@typescript-eslint/parser": "8.51.0",
34+
"@vitejs/plugin-react": "5.1.2",
35+
"babel-plugin-module-resolver": "5.0.2",
36+
"eslint": "9.39.2",
37+
"eslint-config-prettier": "10.1.8",
38+
"eslint-plugin-compat": "6.0.2",
39+
"eslint-plugin-import": "2.32.0",
40+
"eslint-plugin-jsx-a11y": "6.10.2",
41+
"eslint-plugin-prettier": "5.5.4",
42+
"eslint-plugin-react": "7.37.5",
43+
"jest": "30.2.0",
44+
"postcss": "8.5.6",
45+
"sass": "1.97.1",
46+
"stylelint": "16.26.1",
47+
"stylelint-config-standard": "39.0.1",
48+
"stylelint-config-standard-scss": "16.0.0",
49+
"stylelint-order": "7.0.1",
5050
"typescript": "4.8.4",
51-
"uuid": "9.0.0",
52-
"vite": "4.0.3"
51+
"uuid": "13.0.0",
52+
"vite": "7.3.0"
5353
}
5454
}

lib/package.json

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -43,55 +43,55 @@
4343
],
4444
"license": "MIT",
4545
"dependencies": {
46-
"@rjsf/core": "4.2.3",
46+
"@rjsf/core": "6.1.2",
4747
"json-schema": "0.4.0",
4848
"lodash": "4.17.21",
49-
"uuid": "9.0.0"
49+
"uuid": "13.0.0"
5050
},
5151
"peerDependencies": {
52-
"react": "18.2.0",
53-
"react-dom": "18.2.0",
54-
"react-intl": "6.2.5"
52+
"react": "19.2.3",
53+
"react-dom": "19.2.3",
54+
"react-intl": "8.0.10"
5555
},
5656
"files": [
5757
"dist"
5858
],
5959
"devDependencies": {
60-
"@babel/core": "7.20.7",
61-
"@babel/preset-env": "7.20.2",
62-
"@babel/preset-react": "7.18.6",
63-
"@babel/preset-typescript": "7.18.6",
64-
"@formatjs/cli": "5.1.12",
65-
"@testing-library/dom": "8.19.0",
66-
"@testing-library/jest-dom": "5.16.5",
67-
"@testing-library/react": "13.4.0",
68-
"@testing-library/user-event": "14.4.3",
69-
"@types/jest": "29.2.4",
70-
"@types/lodash": "4.14.191",
71-
"@types/react": "18.0.26",
72-
"@types/react-dom": "18.0.9",
73-
"@types/uuid": "9.0.0",
74-
"@typescript-eslint/eslint-plugin": "5.47.0",
75-
"@typescript-eslint/parser": "5.47.0",
76-
"@vitejs/plugin-react": "3.0.0",
77-
"eslint": "8.30.0",
78-
"eslint-config-prettier": "8.5.0",
79-
"eslint-import-resolver-typescript": "3.5.2",
80-
"eslint-plugin-compat": "4.0.2",
81-
"eslint-plugin-import": "2.26.0",
82-
"eslint-plugin-jsx-a11y": "6.6.1",
83-
"eslint-plugin-prettier": "4.2.1",
84-
"eslint-plugin-react": "7.31.11",
85-
"jest": "29.3.1",
86-
"jest-environment-jsdom": "29.3.1",
87-
"prettier": "2.8.1",
88-
"react": "18.2.0",
89-
"react-dom": "18.2.0",
90-
"react-intl": "6.2.5",
91-
"rollup": "3.8.0",
92-
"tslib": "2.4.1",
60+
"@babel/core": "7.28.5",
61+
"@babel/preset-env": "7.28.5",
62+
"@babel/preset-react": "7.28.5",
63+
"@babel/preset-typescript": "7.28.5",
64+
"@formatjs/cli": "6.9.0",
65+
"@testing-library/dom": "10.4.1",
66+
"@testing-library/jest-dom": "6.9.1",
67+
"@testing-library/react": "16.3.1",
68+
"@testing-library/user-event": "14.6.1",
69+
"@types/jest": "30.0.0",
70+
"@types/lodash": "4.17.21",
71+
"@types/react": "19.2.7",
72+
"@types/react-dom": "19.2.3",
73+
"@types/uuid": "11.0.0",
74+
"@typescript-eslint/eslint-plugin": "8.51.0",
75+
"@typescript-eslint/parser": "8.51.0",
76+
"@vitejs/plugin-react": "5.1.2",
77+
"eslint": "9.39.2",
78+
"eslint-config-prettier": "10.1.8",
79+
"eslint-import-resolver-typescript": "4.4.4",
80+
"eslint-plugin-compat": "6.0.2",
81+
"eslint-plugin-import": "2.32.0",
82+
"eslint-plugin-jsx-a11y": "6.10.2",
83+
"eslint-plugin-prettier": "5.5.4",
84+
"eslint-plugin-react": "7.37.5",
85+
"jest": "30.2.0",
86+
"jest-environment-jsdom": "30.2.0",
87+
"prettier": "3.7.4",
88+
"react": "19.2.3",
89+
"react-dom": "19.2.3",
90+
"react-intl": "8.0.10",
91+
"rollup": "4.54.0",
92+
"tslib": "2.8.1",
9393
"typescript": "4.8.4",
94-
"vite": "4.0.3",
95-
"vite-plugin-dts": "1.7.1"
94+
"vite": "7.3.0",
95+
"vite-plugin-dts": "4.5.4"
9696
}
9797
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
],
3434
"volta": {
3535
"node": "16.17.1",
36-
"yarn": "1.22.19"
36+
"yarn": "1.22.22"
3737
},
3838
"devDependencies": {
39-
"turbo": "1.6.3"
39+
"turbo": "2.7.2"
4040
}
4141
}

0 commit comments

Comments
 (0)