diff --git a/client/package.json b/client/package.json index e5de4c3c1b..75c4ee0431 100644 --- a/client/package.json +++ b/client/package.json @@ -122,10 +122,10 @@ "validator": "13.6.0" }, "devDependencies": { - "@babel/types": "^7.14.2", + "@babel/types": "7.14.2", "@testing-library/jest-dom": "5.12.0", "@testing-library/react": "11.2.7", - "@types/react-transition-group": "^4.4.1", + "@types/react-transition-group": "4.4.1", "autoprefixer": "10.2.5", "babel-plugin-transform-imports": "2.0.0", "chokidar": "3.5.1", diff --git a/curriculum/package.json b/curriculum/package.json index 0a7625c691..7d78901fcf 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -33,7 +33,7 @@ "@babel/core": "7.14.2", "@babel/polyfill": "7.12.1", "@babel/preset-env": "7.14.2", - "@babel/preset-typescript": "^7.13.0", + "@babel/preset-typescript": "7.13.0", "@babel/register": "7.13.16", "acorn": "8.2.4", "acorn-jsx": "5.3.1", diff --git a/package.json b/package.json index a72874768f..0d84308ef0 100644 --- a/package.json +++ b/package.json @@ -100,17 +100,17 @@ "@babel/plugin-proposal-function-bind": "7.12.13", "@babel/preset-env": "7.14.2", "@babel/preset-react": "7.13.13", - "@babel/preset-typescript": "^7.13.0", + "@babel/preset-typescript": "7.13.0", "@testing-library/cypress": "7.0.6", "@testing-library/jest-dom": "5.12.0", - "@typescript-eslint/eslint-plugin": "^4.23.0", - "@typescript-eslint/parser": "^4.23.0", + "@typescript-eslint/eslint-plugin": "4.23.0", + "@typescript-eslint/parser": "4.23.0", "babel-eslint": "10.1.0", "babel-plugin-transform-imports": "2.0.0", "cross-env": "7.0.3", "cypress": "7.3.0", "docsify-cli": "4.4.3", - "eslint": "^7.26.0", + "eslint": "7.26.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-import": "2.23.2", "eslint-plugin-jsx-a11y": "6.4.1", @@ -134,7 +134,7 @@ "sinon": "10.0.0", "sinon-express-mock": "2.2.1", "start-server-and-test": "1.12.2", - "typescript": "^4.2.4", + "typescript": "4.2.4", "webpack-bundle-analyzer": "4.4.2" } }