Skip to content

Commit 6df32bd

Browse files
committed
Merge in upgrade reversions
2 parents 7ec9da7 + b04edca commit 6df32bd

File tree

2 files changed

+4048
-5136
lines changed

2 files changed

+4048
-5136
lines changed

Diff for: package.json

+16-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": "5.0.1",
68+
"react-scripts": "4.0.3",
6969
"react-storage-hooks": "^4.0.0",
7070
"react-tooltip-lite": "^1.12.0",
7171
"react-truncate-markup": "^5.0.0",
@@ -87,7 +87,10 @@
8787
"not op_mini all"
8888
],
8989
"devDependencies": {
90-
"@crowdin/crowdin-api-client": "^1.19.1",
90+
"@babel/core": "^7.18.6",
91+
"@babel/preset-react": "^7.18.6",
92+
"@babel/preset-typescript": "^7.18.6",
93+
"@crowdin/crowdin-api-client": "^1.9.0",
9194
"@storybook/addon-actions": "^5.3.21",
9295
"@storybook/addon-info": "^5.3.21",
9396
"@storybook/addon-knobs": "^5.3.21",
@@ -103,7 +106,7 @@
103106
"@types/lodash": "^4.14.178",
104107
"@types/markdown-to-jsx": "^6.11.2",
105108
"@types/match-sorter": "^4.0.0",
106-
"@types/node": "12.7.2",
109+
"@types/node": "^18.7.18",
107110
"@types/qs": "^6.5.2",
108111
"@types/react": "^16.9.19",
109112
"@types/react-calendar": "^3.1.0",
@@ -115,19 +118,19 @@
115118
"@types/storybook__addon-info": "^4.1.2",
116119
"@types/storybook__react": "^4.0.2",
117120
"@types/swiper": "^5.4.1",
118-
"@typescript-eslint/eslint-plugin": "^5.38.0",
119-
"@typescript-eslint/parser": "^5.38.0",
121+
"@typescript-eslint/eslint-plugin": "^4.28.2",
122+
"@typescript-eslint/parser": "^4.28.2",
120123
"async-retry": "^1.3.1",
121124
"bloom-player": "^2.1.8",
122125
"concurrently": "^5.1.0",
123126
"decompress": "^4.2.1",
124127
"download": "^8.0.0",
125-
"eslint-config-prettier": "^8.5.0",
126-
"eslint-plugin-import": "^2.26.0",
127-
"eslint-plugin-jsdoc": "^39.3.6",
128+
"eslint-config-prettier": "^8.3.0",
129+
"eslint-plugin-import": "^2.23.4",
130+
"eslint-plugin-jsdoc": "^35.4.2",
128131
"eslint-plugin-prefer-arrow": "^1.2.3",
129-
"eslint-plugin-react": "^7.31.8",
130-
"eslint-plugin-unicorn": "^43.0.2",
132+
"eslint-plugin-react": "^7.24.0",
133+
"eslint-plugin-unicorn": "^34.0.1",
131134
"fs-extra": "^9.0.1",
132135
"husky": "^6.0.0",
133136
"jest-teamcity-reporter": "^0.9.0",
@@ -142,9 +145,9 @@
142145
"source-map-explorer": "^2.5.2",
143146
"temp-dir": "^2.0.0",
144147
"ts-jest": "^25.2.0",
145-
"ts-loader": "^9.4.1",
146-
"ts-node": "^10.9.1",
147-
"typescript": "4.8.3",
148+
"ts-loader": "^6.2.1",
149+
"ts-node": "^9.0.0",
150+
"typescript": "4.6.2",
148151
"webpack-cli": "^3.3.10"
149152
}
150153
}

0 commit comments

Comments
 (0)