diff --git a/client/package.json b/client/package.json index 31765e63ff..67a5539001 100644 --- a/client/package.json +++ b/client/package.json @@ -81,10 +81,10 @@ "jquery": "3.6.0", "lodash": "4.17.21", "lodash-es": "4.17.21", - "monaco-editor": "^0.23.0", + "monaco-editor": "0.23.0", "nanoid": "3.1.22", "path-browserify": "1.0.1", - "postcss": "^8.2.13", + "postcss": "8.2.13", "prismjs": "1.23.0", "process": "0.11.10", "psl": "1.8.0", @@ -98,7 +98,7 @@ "react-i18next": "11.8.15", "react-instantsearch-dom": "6.11.0", "react-lazy-load": "3.1.13", - "react-monaco-editor": "^0.43.0", + "react-monaco-editor": "0.43.0", "react-redux": "5.1.2", "react-reflex": "4.0.0", "react-responsive": "6.1.2", @@ -124,11 +124,11 @@ "devDependencies": { "@testing-library/jest-dom": "5.12.0", "@testing-library/react": "11.2.6", - "autoprefixer": "^10.2.5", + "autoprefixer": "10.2.5", "babel-plugin-transform-imports": "1.5.1", "chokidar": "3.5.1", "copy-webpack-plugin": "5.1.2", - "gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.22", + "gatsby-plugin-webpack-bundle-analyser-v2": "1.1.22", "jest": "26.6.3", "jest-json-schema-extended": "0.3.0", "monaco-editor-webpack-plugin": "3.0.0", diff --git a/curriculum/package.json b/curriculum/package.json index 4ba9d718b1..ac8ed6820a 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -47,8 +47,8 @@ "css": "3.0.0", "gulp": "4.0.2", "invariant": "2.2.4", - "joi": "^17.4.0", - "joi-objectid": "^3.0.1", + "joi": "17.4.0", + "joi-objectid": "3.0.1", "js-yaml": "4.0.0", "jsdom": "16.5.3", "live-server": "1.2.1", diff --git a/package.json b/package.json index 20caa57eda..f7199db015 100644 --- a/package.json +++ b/package.json @@ -119,7 +119,7 @@ "eslint-plugin-prettier": "3.4.0", "eslint-plugin-react": "7.23.2", "eslint-plugin-react-hooks": "2.5.1", - "execa": "^5.0.0", + "execa": "5.0.0", "husky": "3.1.0", "jest": "26.6.3", "js-yaml": "3.14.1", diff --git a/tools/challenge-helper-scripts/package.json b/tools/challenge-helper-scripts/package.json index ece51c3587..c74b251db4 100644 --- a/tools/challenge-helper-scripts/package.json +++ b/tools/challenge-helper-scripts/package.json @@ -22,7 +22,7 @@ "test": "mocha --delay --reporter progress --bail" }, "devDependencies": { - "bson-objectid": "^2.0.1", + "bson-objectid": "2.0.1", "cross-env": "7.0.3", "gray-matter": "4.0.3" }