[go: up one dir, main page]

Skip to content

Commit

Permalink
chore: clean up dependencies (freeCodeCamp#42329)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams committed Jun 3, 2021
1 parent b60324f commit b2539f3
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 7 deletions.
70 changes: 64 additions & 6 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +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/standalone": "7.14.4",
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-svg-core": "1.2.35",
Expand All @@ -63,6 +65,7 @@
"crypto-browserify": "3.12.0",
"csrf": "3.1.0",
"date-fns": "2.22.1",
"dedent": "^0.7.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"final-form": "4.20.2",
Expand All @@ -83,10 +86,12 @@
"lodash-es": "4.17.21",
"monaco-editor": "0.24.0",
"nanoid": "3.1.23",
"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",
"psl": "1.8.0",
"query-string": "7.0.0",
"react": "16.14.0",
Expand Down Expand Up @@ -119,6 +124,7 @@
"store": "2.0.12",
"stream-browserify": "3.0.0",
"typescript": "4.3.2",
"uuid": "^8.3.2",
"validator": "13.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion client/src/redux/failed-updates-epic.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from 'rxjs/operators';
import { ofType } from 'redux-observable';
import store from 'store';
import uuid from 'uuid/v4';
import { v4 as uuid } from 'uuid';

import {
types,
Expand Down

0 comments on commit b2539f3

Please sign in to comment.