fix(deps): pin dependencies (#42345)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
@ -39,8 +39,8 @@
|
||||
"@babel/plugin-proposal-export-default-from": "7.12.13",
|
||||
"@babel/plugin-proposal-function-bind": "7.12.13",
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@babel/preset-env": "^7.14.4",
|
||||
"@babel/preset-react": "^7.13.13",
|
||||
"@babel/preset-env": "7.14.4",
|
||||
"@babel/preset-react": "7.13.13",
|
||||
"@babel/standalone": "7.14.4",
|
||||
"@fortawesome/fontawesome": "1.1.8",
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.35",
|
||||
@ -65,7 +65,7 @@
|
||||
"crypto-browserify": "3.12.0",
|
||||
"csrf": "3.1.0",
|
||||
"date-fns": "2.22.1",
|
||||
"dedent": "^0.7.0",
|
||||
"dedent": "0.7.0",
|
||||
"enzyme": "3.11.0",
|
||||
"enzyme-adapter-react-16": "1.15.6",
|
||||
"final-form": "4.20.2",
|
||||
@ -86,12 +86,12 @@
|
||||
"lodash-es": "4.17.21",
|
||||
"monaco-editor": "0.24.0",
|
||||
"nanoid": "3.1.23",
|
||||
"normalize-url": "^6.0.1",
|
||||
"normalize-url": "6.0.1",
|
||||
"path-browserify": "1.0.1",
|
||||
"postcss": "8.3.0",
|
||||
"prismjs": "1.23.0",
|
||||
"process": "0.11.10",
|
||||
"prop-types": "^15.7.2",
|
||||
"prop-types": "15.7.2",
|
||||
"psl": "1.8.0",
|
||||
"query-string": "7.0.0",
|
||||
"react": "16.14.0",
|
||||
@ -124,7 +124,7 @@
|
||||
"store": "2.0.12",
|
||||
"stream-browserify": "3.0.0",
|
||||
"typescript": "4.3.2",
|
||||
"uuid": "^8.3.2",
|
||||
"uuid": "8.3.2",
|
||||
"validator": "13.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@ -132,7 +132,7 @@
|
||||
"@testing-library/jest-dom": "5.12.0",
|
||||
"@testing-library/react": "11.2.7",
|
||||
"@types/react-transition-group": "4.4.1",
|
||||
"@types/redux-actions": "^2.6.1",
|
||||
"@types/redux-actions": "2.6.1",
|
||||
"autoprefixer": "10.2.6",
|
||||
"babel-plugin-transform-imports": "2.0.0",
|
||||
"chokidar": "3.5.1",
|
||||
|
Reference in New Issue
Block a user