chore(deps): pin dependencies (#42002)

chore(deps): pin dependencies
This commit is contained in:
renovate[bot]
2021-05-05 20:52:14 +05:30
committed by GitHub
parent a067bd15a1
commit 4ace78e0f7
4 changed files with 9 additions and 9 deletions

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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"
}