Skip to content

Commit

Permalink
maintenance: upgrade bloom-player, eslint, typescript, react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hatton committed Sep 20, 2022
1 parent f4b49ea commit 7488e44
Show file tree
Hide file tree
Showing 2 changed files with 5,277 additions and 4,021 deletions.
23 changes: 10 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"react-json-view": "^1.19.1",
"react-lazyload": "^2.6.5",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-scripts": "5.0.1",
"react-storage-hooks": "^4.0.0",
"react-tooltip-lite": "^1.12.0",
"react-truncate-markup": "^5.0.0",
Expand All @@ -87,9 +87,6 @@
"not op_mini all"
],
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@crowdin/crowdin-api-client": "^1.9.0",
"@storybook/addon-actions": "^5.3.21",
"@storybook/addon-info": "^5.3.21",
Expand Down Expand Up @@ -118,19 +115,19 @@
"@types/storybook__addon-info": "^4.1.2",
"@types/storybook__react": "^4.0.2",
"@types/swiper": "^5.4.1",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"async-retry": "^1.3.1",
"bloom-player": "^2.0.85",
"bloom-player": "^2.1.8",
"concurrently": "^5.1.0",
"decompress": "^4.2.1",
"download": "^8.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.4.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsdoc": "^39.3.6",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-unicorn": "^34.0.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-unicorn": "^43.0.2",
"fs-extra": "^9.0.1",
"husky": "^6.0.0",
"jest-teamcity-reporter": "^0.9.0",
Expand All @@ -147,7 +144,7 @@
"ts-jest": "^25.2.0",
"ts-loader": "^6.2.1",
"ts-node": "^9.0.0",
"typescript": "4.6.2",
"typescript": "4.8.3",
"webpack-cli": "^3.3.10"
}
}
Loading

0 comments on commit 7488e44

Please sign in to comment.