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

Commit

Permalink
feat: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Sep 3, 2020
1 parent 5179754 commit 6662d8b
Show file tree
Hide file tree
Showing 2 changed files with 539 additions and 376 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"main": "index.js",
"dependencies": {
"core-js": "^3.6.5",
"css-loader": "4.1.0",
"css-loader": "4.2.2",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"file-loader": "6.0.0",
"file-loader": "6.1.0",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "4.3.0",
"mini-css-extract-plugin": "0.9.0",
"html-webpack-plugin": "4.4.1",
"mini-css-extract-plugin": "0.11.0",
"pnp-webpack-plugin": "1.6.4",
"react": "^16.13.1",
"react-dev-utils": "^10.2.1",
Expand All @@ -21,36 +21,36 @@
"resolve-url-loader": "3.1.1",
"style-loader": "1.2.1",
"styled-components": "^5.1.1",
"styled-reset": "^4.2.1",
"terser-webpack-plugin": "3.0.8",
"styled-reset": "^4.2.2",
"terser-webpack-plugin": "4.1.0",
"url-loader": "4.1.0",
"webpack": "4.44.0",
"webpack": "4.44.1",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.3"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/core": "^7.11.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^9.1.2",
"auto-changelog": "^2.2.0",
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^7.5.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5"
"lint-staged": "^10.3.0",
"prettier": "^2.1.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6662d8b

Please sign in to comment.