diff --git a/package.json b/package.json index 385649a779..47c21ed510 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "@emotion/cache": "^10.0.9", "@emotion/core": "^10.0.9", "@emotion/css": "^10.0.9", - "@preconstruct/cli": "^1.0.0", + "@preconstruct/cli": "^2.0.0", "@testing-library/dom": "7.0.4", - "@testing-library/jest-dom": "5.1.1", + "@testing-library/jest-dom": "6.0.0", "@testing-library/react": "10.0.1", "@testing-library/user-event": "^10.0.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^9.0.0", - "babel-jest": "^23.6.0", + "babel-jest": "^24.0.0", "babel-loader": "^8.0.0", "babel-plugin-emotion": "^10.0.9", "bolt-check": "^0.3.0", @@ -59,7 +59,7 @@ "flow-bin": "^0.91.0", "gh-pages": "^1.1.0", "html-webpack-plugin": "^3.2.0", - "jest": "^25.1.0", + "jest": "^28.0.0", "jest-emotion": "^10.0.11", "jest-in-case": "^1.0.2", "memoize-one": "^5.0.0", @@ -82,9 +82,9 @@ "react-transition-group": "^4.3.0", "style-loader": "^0.23.1", "unfetch": "^3.0.0", - "webpack": "^4.30.0", - "webpack-cli": "^3.3.1", - "webpack-dev-server": "^3.3.1" + "webpack": "^5.0.0", + "webpack-cli": "^4.0.0", + "webpack-dev-server": "^4.0.0" }, "scripts": { "build": "preconstruct build",