Skip to content

Commit

Permalink
chore: use node20
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Nov 4, 2023
1 parent ee674f9 commit bc8105c
Show file tree
Hide file tree
Showing 3 changed files with 354 additions and 446 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
node_version: [16.x, 18.x]
node_version: [18.x, 20.x]
os: [ubuntu-latest, windows-latest]
fail-fast: false

Expand Down
32 changes: 16 additions & 16 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"name": "revitesse-lite",
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.9.2",
"packageManager": "pnpm@8.10.2",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -16,30 +16,30 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.57.1",
"@unocss/reset": "0.57.2",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.17.0"
"react-router-dom": "^6.18.0"
},
"devDependencies": {
"@commitlint/cli": "^18.1.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@iconify-json/carbon": "^1.1.21",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.4.0",
"@vitejs/plugin-react-swc": "^3.4.1",
"@vitest/coverage-v8": "^0.34.6",
"commitlint": "^18.1.0",
"eslint": "^8.52.0",
"commitlint": "^18.2.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.24.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -52,13 +52,13 @@
"stylelint": "^15.11.0",
"stylelint-config-recess-order": "^4.3.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-config-standard-scss": "^11.0.0",
"terser": "^5.22.0",
"stylelint-config-standard-scss": "^11.1.0",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"unocss": "0.57.1",
"unocss": "0.57.2",
"unplugin-auto-import": "^0.16.7",
"vite": "4.5.0",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.34.6"
}
}
}

0 comments on commit bc8105c

Please sign in to comment.