[go: up one dir, main page]

Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 3, 2021
1 parent 06294af commit c2bc1dc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down Expand Up @@ -124,15 +124,15 @@
"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": {
"@babel/types": "7.14.4",
"@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",
Expand Down

0 comments on commit c2bc1dc

Please sign in to comment.