diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/package.json b/package.json index 36a9f3553..4cb08e5d9 100644 --- a/package.json +++ b/package.json @@ -61,13 +61,13 @@ }, "private": true, "dependencies": { - "@babel/core": "^7.16.12", - "@babel/plugin-proposal-decorators": "^7.16.7", + "@babel/core": "^7.17.2", + "@babel/plugin-proposal-decorators": "^7.17.0", "@babel/plugin-transform-react-inline-elements": "^7.16.7", - "@babel/plugin-transform-runtime": "^7.16.10", + "@babel/plugin-transform-runtime": "^7.17.0", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", - "@babel/runtime": "^7.16.7", + "@babel/runtime": "^7.17.0", "@gamestdio/websocket": "^0.3.2", "@github/webauthn-json": "^0.5.7", "@rails/ujs": "^6.1.4", @@ -78,7 +78,7 @@ "axios": "^0.25.0", "babel-loader": "^8.2.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-preval": "^5.0.0", + "babel-plugin-preval": "^5.1.0", "babel-plugin-react-intl": "^6.2.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-runtime": "^6.26.0", @@ -155,7 +155,7 @@ "requestidlecallback": "^0.3.0", "reselect": "^4.1.5", "rimraf": "^3.0.2", - "sass": "^1.49.0", + "sass": "^1.49.7", "sass-loader": "^10.2.0", "stacktrace-js": "^2.0.2", "stringz": "^2.1.0", @@ -172,20 +172,19 @@ "webpack-cli": "^3.3.12", "webpack-merge": "^5.8.0", "wicg-inert": "^3.1.1", - "ws": "^8.4.2", - "yarn": "^1.22.17" + "ws": "^8.5.0" }, "devDependencies": { - "@testing-library/jest-dom": "^5.16.1", + "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.2", "babel-eslint": "^10.1.0", - "babel-jest": "^27.4.6", + "babel-jest": "^27.5.0", "eslint": "^7.32.0", "eslint-plugin-import": "~2.25.4", "eslint-plugin-jsx-a11y": "~6.5.1", "eslint-plugin-promise": "~6.0.0", "eslint-plugin-react": "~7.28.0", - "jest": "^27.4.7", + "jest": "^27.5.1", "raf": "^3.4.1", "react-intl-translations-manager": "^5.0.3", "react-test-renderer": "^16.14.0", |