Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Feb 28, 2021
1 parent 3926573 commit c3bb977
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
25 changes: 12 additions & 13 deletions examples/react-webpack/package.json
Expand Up @@ -5,30 +5,29 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.13.8",
"@component-controls/core": "^2.9.0",
"@component-controls/react-router-integration": "^2.10.0",
"@component-controls/search-algolia": "^2.9.0",
"@component-controls/search-fusejs": "^2.9.0",
"@component-controls/react-router-integration": "^2.10.0",
"@component-controls/store": "^2.10.0",
"@component-controls/webpack-compile": "^2.10.0",
"@component-controls/webpack-configs": "^2.10.0",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"html-webpack-plugin": "^4.5.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-dev-server": "^3.11.2"
"react-dom": "^17.0.1"
},
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@babel/core": "^7.13.8",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"cross-env": "^5.2.0",
"html-webpack-plugin": "^4.5.0",
"typescript": "^3.9.3",
"webpack-bundle-analyzer": "^4.4.0"
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --color --progress",
Expand Down
2 changes: 2 additions & 0 deletions integrations/react-router-integration/package.json
Expand Up @@ -52,6 +52,8 @@
"@types/react-dom": "^16.9.0",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"path": "^0.12.7",
"react-helmet": "^6.1.0",
"typescript": "^4.0.5"
},
"publishConfig": {
Expand Down

0 comments on commit c3bb977

Please sign in to comment.