Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ryonakae committed Jan 15, 2022
1 parent a172a50 commit 40daf10
Show file tree
Hide file tree
Showing 4 changed files with 2,102 additions and 2,083 deletions.
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 lint-staged
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.8.0
16.13.1
17 changes: 9 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-modal": "^3.11.1",
"ress": "^2.0.4",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
"ress": "^2.0.4"
},
"devDependencies": {
"@types/figma": "^1.0.3",
"@types/lodash": "^4.14.149",
"@types/node": "^17.0.8",
"@types/react": "^16.9.20",
"@types/react-dom": "^16.9.5",
"@types/react-modal": "^3.10.5",
Expand All @@ -27,8 +26,8 @@
"eslint-plugin-react": "^7.18.3",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"husky": "^4.2.3",
"lint-staged": "^10.0.7",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"postcss": "^7.0.27",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
Expand All @@ -42,7 +41,9 @@
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"url-loader": "^3.0.0"
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"husky": {
"hooks": {
Expand All @@ -60,7 +61,7 @@
]
},
"scripts": {
"dev": "webpack -w",
"build": "webpack --mode production"
"build": "webpack --mode production",
"dev": "webpack -w"
}
}
Loading

0 comments on commit 40daf10

Please sign in to comment.