chore: update client dependencies
This commit is contained in:
committed by
mrugesh
parent
1ca8ef755b
commit
9c324f103f
3402
client/package-lock.json
generated
3402
client/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -6,9 +6,9 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
"@babel/plugin-proposal-export-default-from": "^7.2.0",
|
||||||
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
"@babel/plugin-proposal-function-bind": "^7.2.0",
|
||||||
"@babel/standalone": "^7.4.2",
|
"@babel/standalone": "^7.4.5",
|
||||||
"@fortawesome/fontawesome": "^1.1.8",
|
"@fortawesome/fontawesome": "^1.1.8",
|
||||||
"@fortawesome/fontawesome-svg-core": "^1.2.17",
|
"@fortawesome/fontawesome-svg-core": "^1.2.19",
|
||||||
"@fortawesome/free-brands-svg-icons": "^5.8.1",
|
"@fortawesome/free-brands-svg-icons": "^5.8.1",
|
||||||
"@fortawesome/free-regular-svg-icons": "^5.8.1",
|
"@fortawesome/free-regular-svg-icons": "^5.8.1",
|
||||||
"@fortawesome/free-solid-svg-icons": "^5.8.1",
|
"@fortawesome/free-solid-svg-icons": "^5.8.1",
|
||||||
@ -23,8 +23,8 @@
|
|||||||
"entities": "^1.1.2",
|
"entities": "^1.1.2",
|
||||||
"enzyme": "^3.9.0",
|
"enzyme": "^3.9.0",
|
||||||
"enzyme-adapter-react-16": "^1.11.2",
|
"enzyme-adapter-react-16": "^1.11.2",
|
||||||
"gatsby": "^2.8.6",
|
"gatsby": "^2.9.4",
|
||||||
"gatsby-cli": "^2.6.5",
|
"gatsby-cli": "^2.6.7",
|
||||||
"gatsby-link": "^2.1.1",
|
"gatsby-link": "^2.1.1",
|
||||||
"gatsby-plugin-create-client-paths": "^2.0.5",
|
"gatsby-plugin-create-client-paths": "^2.0.5",
|
||||||
"gatsby-plugin-google-fonts": "^1.0.1",
|
"gatsby-plugin-google-fonts": "^1.0.1",
|
||||||
@ -32,9 +32,9 @@
|
|||||||
"gatsby-plugin-react-helmet": "^3.0.12",
|
"gatsby-plugin-react-helmet": "^3.0.12",
|
||||||
"gatsby-plugin-sitemap": "^2.1.0",
|
"gatsby-plugin-sitemap": "^2.1.0",
|
||||||
"gatsby-remark-prismjs": "^3.2.11",
|
"gatsby-remark-prismjs": "^3.2.11",
|
||||||
"gatsby-source-filesystem": "^2.0.38",
|
"gatsby-source-filesystem": "^2.0.39",
|
||||||
"gatsby-transformer-remark": "^2.3.12",
|
"gatsby-transformer-remark": "^2.4.0",
|
||||||
"jquery": "3.4.0",
|
"jquery": "^3.4.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"loop-protect": "^2.1.6",
|
"loop-protect": "^2.1.6",
|
||||||
"monaco-editor-webpack-plugin": "^1.7.0",
|
"monaco-editor-webpack-plugin": "^1.7.0",
|
||||||
@ -45,7 +45,7 @@
|
|||||||
"react-calendar-heatmap": "^1.8.0",
|
"react-calendar-heatmap": "^1.8.0",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.8.6",
|
||||||
"react-ga": "^2.5.7",
|
"react-ga": "^2.5.7",
|
||||||
"react-helmet": "^5.2.0",
|
"react-helmet": "^5.2.1",
|
||||||
"react-instantsearch-dom": "^5.5.0",
|
"react-instantsearch-dom": "^5.5.0",
|
||||||
"react-monaco-editor": "^0.25.1",
|
"react-monaco-editor": "^0.25.1",
|
||||||
"react-redux": "^5.0.7",
|
"react-redux": "^5.0.7",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
"react-spinkit": "^3.0.0",
|
"react-spinkit": "^3.0.0",
|
||||||
"react-stripe-elements": "^2.0.3",
|
"react-stripe-elements": "^2.0.3",
|
||||||
"react-tooltip": "^3.10.0",
|
"react-tooltip": "^3.10.0",
|
||||||
"react-transition-group": "^4.1.0",
|
"react-transition-group": "^4.1.1",
|
||||||
"react-youtube": "^7.9.0",
|
"react-youtube": "^7.9.0",
|
||||||
"redux": "^4.0.1",
|
"redux": "^4.0.1",
|
||||||
"redux-actions": "^2.6.5",
|
"redux-actions": "^2.6.5",
|
||||||
@ -88,14 +88,14 @@
|
|||||||
"test": "jest"
|
"test": "jest"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@testing-library/react": "^8.0.1",
|
||||||
"babel-plugin-transform-imports": "^1.5.1",
|
"babel-plugin-transform-imports": "^1.5.1",
|
||||||
"chokidar": "^2.1.5",
|
"chokidar": "^2.1.5",
|
||||||
"copy-webpack-plugin": "^4.6.0",
|
"copy-webpack-plugin": "^4.6.0",
|
||||||
"jest": "^24.8.0",
|
"jest": "^24.8.0",
|
||||||
"jest-dom": "^3.1.3",
|
"jest-dom": "^3.1.3",
|
||||||
"react-test-renderer": "^16.8.6",
|
"react-test-renderer": "^16.8.6",
|
||||||
"@testing-library/react": "^8.0.1",
|
"webpack-cli": "^3.3.4"
|
||||||
"webpack-cli": "^3.3.0"
|
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user