Skip to content

Commit

Permalink
build: bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
meteorlxy committed Mar 28, 2023
1 parent 667b064 commit 9eae7f3
Show file tree
Hide file tree
Showing 6 changed files with 1,509 additions and 1,025 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: pnpm

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rulesCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2

- name: Use Node.js 14
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '16'
cache: pnpm

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
pnpm lint-staged && pnpm test
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
pnpm test
33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"bugs": {
"url": "https://github.com/AlloyTeam/eslint-config-alloy/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/eslint-config-alloy.git"
},
"license": "MIT",
"author": "xcatliu <xcatliu@gmail.com>",
"contributors": [
Expand All @@ -35,10 +39,6 @@
"zoubingwu <zoubingwu@gmail.com>"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/AlloyTeam/eslint-config-alloy.git"
},
"scripts": {
"start": "pnpm dev",
"dev": "run-p dev:*",
Expand All @@ -60,48 +60,53 @@
"update": "pnpm up --latest",
"rulesCoverage": "ts-node ./scripts/rulesCoverage.ts"
},
"lint-staged": {
"package.json": "sort-package-json"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@types/cookie": "^0.5.1",
"@types/doctrine": "^0.0.5",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.3",
"@types/node": "^18.15.10",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.28",
"@types/react": "^18.0.30",
"@types/react-dom": "^18.0.11",
"@types/rimraf": "^3.0.2",
"@types/xml-escape": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.48.1",
"chokidar-cli": "^3.0.0",
"cookie": "^0.5.0",
"copyfiles": "^2.4.1",
"doctrine": "^3.0.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.7.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-vue": "^9.8.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"insert-tag": "^0.1.2",
"lint-staged": "^13.2.0",
"mobi-plugin-color": "^1.0.0",
"mobi.css": "^3.1.1",
"nodemon": "^2.0.21",
"nodemon": "^2.0.22",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.5",
"prettier": "^2.8.7",
"querystring": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-tooltip": "^4.5.1",
"rimraf": "^3.0.2",
"sort-package-json": "^2.4.1",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"typescript": "^5.0.2",
"url": "^0.11.0",
"vue-eslint-parser": "^9.1.0",
"webpack": "^5.76.2",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"xml-escape": "^1.1.0"
Expand All @@ -114,7 +119,7 @@
"eslint": ">=8.24.0",
"eslint-plugin-react": ">=7.31.8",
"eslint-plugin-vue": ">=9.5.1",
"typescript": "5.x",
"typescript": "4.x || 5.x",
"vue-eslint-parser": "9.x"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -143,5 +148,5 @@
"optional": true
}
},
"packageManager": "pnpm@7.30.0"
"packageManager": "pnpm@8.0.0"
}

0 comments on commit 9eae7f3

Please sign in to comment.