Skip to content

Commit 7488e44

Browse files
committed
maintenance: upgrade bloom-player, eslint, typescript, react-scripts
1 parent f4b49ea commit 7488e44

File tree

2 files changed

+5277
-4021
lines changed

2 files changed

+5277
-4021
lines changed

package.json

+10-13
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"react-json-view": "^1.19.1",
6666
"react-lazyload": "^2.6.5",
6767
"react-router-dom": "^5.1.2",
68-
"react-scripts": "4.0.3",
68+
"react-scripts": "5.0.1",
6969
"react-storage-hooks": "^4.0.0",
7070
"react-tooltip-lite": "^1.12.0",
7171
"react-truncate-markup": "^5.0.0",
@@ -87,9 +87,6 @@
8787
"not op_mini all"
8888
],
8989
"devDependencies": {
90-
"@babel/core": "^7.18.6",
91-
"@babel/preset-react": "^7.18.6",
92-
"@babel/preset-typescript": "^7.18.6",
9390
"@crowdin/crowdin-api-client": "^1.9.0",
9491
"@storybook/addon-actions": "^5.3.21",
9592
"@storybook/addon-info": "^5.3.21",
@@ -118,19 +115,19 @@
118115
"@types/storybook__addon-info": "^4.1.2",
119116
"@types/storybook__react": "^4.0.2",
120117
"@types/swiper": "^5.4.1",
121-
"@typescript-eslint/eslint-plugin": "^4.28.2",
122-
"@typescript-eslint/parser": "^4.28.2",
118+
"@typescript-eslint/eslint-plugin": "^5.38.0",
119+
"@typescript-eslint/parser": "^5.38.0",
123120
"async-retry": "^1.3.1",
124-
"bloom-player": "^2.0.85",
121+
"bloom-player": "^2.1.8",
125122
"concurrently": "^5.1.0",
126123
"decompress": "^4.2.1",
127124
"download": "^8.0.0",
128-
"eslint-config-prettier": "^8.3.0",
129-
"eslint-plugin-import": "^2.23.4",
130-
"eslint-plugin-jsdoc": "^35.4.2",
125+
"eslint-config-prettier": "^8.5.0",
126+
"eslint-plugin-import": "^2.26.0",
127+
"eslint-plugin-jsdoc": "^39.3.6",
131128
"eslint-plugin-prefer-arrow": "^1.2.3",
132-
"eslint-plugin-react": "^7.24.0",
133-
"eslint-plugin-unicorn": "^34.0.1",
129+
"eslint-plugin-react": "^7.31.8",
130+
"eslint-plugin-unicorn": "^43.0.2",
134131
"fs-extra": "^9.0.1",
135132
"husky": "^6.0.0",
136133
"jest-teamcity-reporter": "^0.9.0",
@@ -147,7 +144,7 @@
147144
"ts-jest": "^25.2.0",
148145
"ts-loader": "^6.2.1",
149146
"ts-node": "^9.0.0",
150-
"typescript": "4.6.2",
147+
"typescript": "4.8.3",
151148
"webpack-cli": "^3.3.10"
152149
}
153150
}

0 commit comments

Comments
 (0)