chore(client): update dependencies
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
58bfdd7e80
commit
1a97759b47
38525
client/package-lock.json
generated
38525
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,11 +8,11 @@
|
||||
"@babel/plugin-proposal-export-default-from": "^7.12.13",
|
||||
"@babel/plugin-proposal-function-bind": "^7.12.13",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/standalone": "^7.13.9",
|
||||
"@babel/standalone": "^7.13.12",
|
||||
"@fortawesome/fontawesome": "^1.1.8",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.34",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.2",
|
||||
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
||||
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
||||
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
||||
"@fortawesome/react-fontawesome": "^0.1.14",
|
||||
"@freecodecamp/loop-protect": "^2.2.1",
|
||||
"@freecodecamp/react-bootstrap": "^0.32.3",
|
||||
@ -27,7 +27,7 @@
|
||||
"bezier-easing": "^2.1.0",
|
||||
"browser-cookies": "^1.2.0",
|
||||
"buffer": "^6.0.3",
|
||||
"chai": "^4.3.3",
|
||||
"chai": "^4.3.4",
|
||||
"crypto-browserify": "^3.12.0",
|
||||
"csrf": "^3.1.0",
|
||||
"date-fns": "^2.19.0",
|
||||
@ -37,29 +37,29 @@
|
||||
"gatsby": "^3.1.2",
|
||||
"gatsby-cli": "^3.0.0",
|
||||
"gatsby-plugin-advanced-sitemap": "^1.6.0",
|
||||
"gatsby-plugin-create-client-paths": "^3.0.0",
|
||||
"gatsby-plugin-manifest": "^3.0.0",
|
||||
"gatsby-plugin-postcss": "^4.0.0",
|
||||
"gatsby-plugin-react-helmet": "^4.0.0",
|
||||
"gatsby-plugin-create-client-paths": "^3.1.0",
|
||||
"gatsby-plugin-manifest": "^3.1.0",
|
||||
"gatsby-plugin-postcss": "^4.1.0",
|
||||
"gatsby-plugin-react-helmet": "^4.1.0",
|
||||
"gatsby-plugin-remove-serviceworker": "^1.0.0",
|
||||
"gatsby-remark-prismjs": "^4.0.0",
|
||||
"gatsby-source-filesystem": "^3.0.0",
|
||||
"gatsby-transformer-remark": "^3.0.0",
|
||||
"gatsby-remark-prismjs": "^4.1.0",
|
||||
"gatsby-source-filesystem": "^3.1.0",
|
||||
"gatsby-transformer-remark": "^3.1.0",
|
||||
"i18next": "^19.9.1",
|
||||
"jquery": "^3.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"monaco-editor": "^0.22.3",
|
||||
"nanoid": "^3.1.20",
|
||||
"nanoid": "^3.1.22",
|
||||
"prismjs": "^1.23.0",
|
||||
"process": "^0.11.10",
|
||||
"query-string": "^6.14.1",
|
||||
"react": "^16.14.0",
|
||||
"react-dom": "^16.14.0",
|
||||
"react-final-form": "^6.5.2",
|
||||
"react-final-form": "^6.5.3",
|
||||
"react-ga": "^2.7.0",
|
||||
"react-helmet": "^6.1.0",
|
||||
"react-hotkeys": "^2.0.0",
|
||||
"react-i18next": "^11.8.8",
|
||||
"react-i18next": "^11.8.11",
|
||||
"react-instantsearch-dom": "^6.10.3",
|
||||
"react-lazy-load": "^3.1.13",
|
||||
"react-monaco-editor": "^0.39.1",
|
||||
@ -78,7 +78,7 @@
|
||||
"redux-saga": "^1.1.1",
|
||||
"reselect": "^4.0.0",
|
||||
"rxjs": "^6.6.6",
|
||||
"sanitize-html": "^2.3.2",
|
||||
"sanitize-html": "^2.3.3",
|
||||
"sass.js": "^0.11.0",
|
||||
"store": "^2.0.12",
|
||||
"stream-browserify": "^3.0.0",
|
||||
@ -109,7 +109,7 @@
|
||||
"validate-keys": "node ./i18n/validate-keys.js"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@testing-library/jest-dom": "^5.11.10",
|
||||
"@testing-library/react": "^11.2.5",
|
||||
"autoprefixer": "^9.8.6",
|
||||
"babel-plugin-transform-imports": "^1.5.1",
|
||||
@ -120,7 +120,7 @@
|
||||
"monaco-editor-webpack-plugin": "^3.0.0",
|
||||
"react-test-renderer": "^16.14.0",
|
||||
"redux-saga-test-plan": "^4.0.1",
|
||||
"webpack": "^5.25.1",
|
||||
"webpack": "^5.28.0",
|
||||
"webpack-cli": "^4.5.0"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user