Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed May 28, 2020
1 parent f1288f9 commit 20a7104
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,36 +20,36 @@
"react-router-dom": "^5.2.0",
"resolve-url-loader": "3.1.1",
"style-loader": "1.2.1",
"styled-components": "^5.1.0",
"styled-reset": "^4.1.4",
"terser-webpack-plugin": "3.0.1",
"styled-components": "^5.1.1",
"styled-reset": "^4.1.5",
"terser-webpack-plugin": "3.0.2",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.3"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/core": "^7.10.1",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.1",
"@babel/preset-react": "^7.10.1",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"auto-changelog": "^2.0.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.2",
"lint-staged": "^10.2.6",
"prettier": "^2.0.5"
},
"repository": {
Expand Down

0 comments on commit 20a7104

Please sign in to comment.