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

Commit

Permalink
build: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Apr 26, 2021
1 parent 7299e01 commit f592d2f
Show file tree
Hide file tree
Showing 6 changed files with 1,531 additions and 565 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn commitlint --edit
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn run lint-staged
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,52 +6,52 @@
"dependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"bfj": "^7.0.2",
"core-js": "^3.8.2",
"css-loader": "5.0.1",
"core-js": "^3.11.0",
"css-loader": "5.2.4",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"file-loader": "6.2.0",
"fs-extra": "^9.0.1",
"fs-extra": "^9.1.0",
"html-webpack-plugin": "4.5.1",
"mini-css-extract-plugin": "1.3.3",
"mini-css-extract-plugin": "1.5.0",
"pnp-webpack-plugin": "1.6.4",
"react": "^17.0.1",
"react-dev-utils": "^11.0.1",
"react-dom": "^17.0.1",
"react-refresh": "^0.9.0",
"react": "^17.0.2",
"react-dev-utils": "^11.0.4",
"react-dom": "^17.0.2",
"react-refresh": "^0.10.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"style-loader": "2.0.0",
"styled-components": "^5.2.1",
"styled-components": "^5.2.3",
"styled-reset": "^4.3.4",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.1",
"webpack": "4.44.2",
"webpack-dev-server": "3.11.1",
"webpack-manifest-plugin": "3.0.0",
"workbox-webpack-plugin": "6.0.2"
"webpack-dev-server": "3.11.2",
"webpack-manifest-plugin": "3.1.1",
"workbox-webpack-plugin": "6.1.5"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"auto-changelog": "^2.2.1",
"babel-eslint": "10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-react": "^7.22.0",
"eslint": "^7.25.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"gh-pages": "^3.1.0",
"husky": "^4.3.7",
"lint-staged": "^10.5.3",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.2.1"
},
"repository": {
Expand Down Expand Up @@ -79,7 +79,8 @@
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"deploy": "npm run build && gh-pages -d build",
"changelog": "auto-changelog -p --release-summary -l false --template changelog.template.hbs && git add CHANGELOG.md"
"changelog": "auto-changelog -p --release-summary -l false --template changelog.template.hbs && git add CHANGELOG.md",
"prepare": "husky install"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit f592d2f

Please sign in to comment.