Skip to content

Commit 529803a

Browse files
committed
global: upgrade packages
1 parent db7b43a commit 529803a

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

package.json

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
},
2121
"peerDependencies": {
2222
"@babel/runtime": "^7.9.2",
23-
"@rjsf/core": "^2.5.1",
24-
"@rjsf/semantic-ui": "^2.5.1",
23+
"@rjsf/core": "^5.18.4",
24+
"@rjsf/semantic-ui": "^5.18.0",
2525
"axios": "^0.21.2",
2626
"formik": "^2.2.6",
2727
"html5-qrcode": "^2.3.8",
@@ -39,6 +39,7 @@
3939
"react-overridable": "^0.0.3",
4040
"react-redux": "^7.2.0",
4141
"react-router-dom": "^5.1.2",
42+
"react-scripts": "^5.0.0",
4243
"react-scroll": "^1.7.16",
4344
"react-searchkit": "^2.0.0",
4445
"react-show-more": "^2.0.0",
@@ -53,33 +54,33 @@
5354
"devDependencies": {
5455
"@artsy/fresnel": "^1.3.1",
5556
"@babel/runtime": "^7.15.4",
56-
"@craco/craco": "^5.9.0",
57-
"@rjsf/core": "^2.5.1",
58-
"@rjsf/semantic-ui": "^2.5.1",
57+
"@craco/craco": "^6.0.0",
58+
"@rjsf/core": "^5.18.4",
59+
"@rjsf/semantic-ui": "^5.18.0",
5960
"@rollup/plugin-alias": "^3.1.8",
6061
"@rollup/plugin-babel": "^5.2.2",
6162
"@rollup/plugin-commonjs": "^12.0.0",
6263
"@rollup/plugin-node-resolve": "^8.0.1",
63-
"@semantic-ui-react/craco-less": "^1.2.1",
64+
"@semantic-ui-react/craco-less": "^2.0.0",
6465
"@types/jest": "^24.9.1",
65-
"@typescript-eslint/eslint-plugin": "^1.13.0",
66-
"axios": "^0.21.2",
67-
"axios-mock-adapter": "^1.18.1",
66+
"@typescript-eslint/eslint-plugin": "^5.5.0",
67+
"axios": "^1.7.0",
68+
"axios-mock-adapter": "^1.22.0",
6869
"classnames": "^2.2.6",
69-
"cypress": "^5.3.0",
70+
"cypress": "^13.11.0",
7071
"enzyme": "^3.11.0",
7172
"enzyme-adapter-react-16": "^1.15.2",
7273
"enzyme-to-json": "^3.4.4",
73-
"eslint": "^6.6.0",
74-
"eslint-config-prettier": "^7.0.0",
75-
"eslint-config-react-app": "^5.2.1",
76-
"eslint-loader": "2.1.2",
77-
"eslint-plugin-flowtype": "^5.10.0",
74+
"eslint": "^8.0.0",
75+
"eslint-config-prettier": "^9.0.0",
76+
"eslint-config-react-app": "^7.0.0",
77+
"eslint-loader": "^4.0.0",
78+
"eslint-plugin-flowtype": "^8.0.0",
7879
"eslint-plugin-import": "^2.25.2",
79-
"eslint-plugin-jsx-a11y": "^6.2.3",
80-
"eslint-plugin-prettier": "^3.3.0",
81-
"eslint-plugin-react": "^7.26.1",
82-
"eslint-plugin-react-hooks": "^4.0.4",
80+
"eslint-plugin-jsx-a11y": "^6.8.0",
81+
"eslint-plugin-prettier": "^5.0.0",
82+
"eslint-plugin-react": "^7.0.0",
83+
"eslint-plugin-react-hooks": "^4.0.0",
8384
"formik": "^2.2.6",
8485
"html5-qrcode": "^2.3.8",
8586
"json": "^10.0.0",
@@ -99,7 +100,7 @@
99100
"react-overridable": "0.0.3",
100101
"react-redux": "^7.2.5",
101102
"react-router-dom": "^5.3.0",
102-
"react-scripts": "^3.4.1",
103+
"react-scripts": "^5.0.0",
103104
"react-scroll": "^1.8.4",
104105
"react-searchkit": "^2.0.0",
105106
"react-show-more": "^2.0.0",

0 commit comments

Comments
 (0)