Skip to content

Commit 696e927

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/vite-plugin-inspect-0.8.3
2 parents 38a68d3 + d6e319f commit 696e927

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [16.x, 18.x]
18+
node-version: [19.x, 20.x]
1919
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2020

2121
steps:
@@ -25,5 +25,3 @@ jobs:
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
- run: npm install
28-
- run: npm run lint
29-
- run: npm run clean

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"@vitejs/plugin-vue": "^4.0.0",
2929
"@vue/compiler-sfc": "^3.2.47",
3030
"@vue/eslint-config-prettier": "^7.1.0",
31-
"@vue/eslint-config-typescript": "^12.0.0",
31+
"@vue/eslint-config-typescript": "^13.0.0",
3232
"@vue/tsconfig": "^0.4.0",
3333
"autoprefixer": "^10.4.13",
3434
"babel-loader": "^9.1.2",
3535
"chart.js": "^4.2.1",
3636
"core-js": "^3.29.0",
3737
"cross-env": "^7.0.3",
38-
"eslint": "^8.35.0",
38+
"eslint": "^9.1.0",
3939
"eslint-config-airbnb-base": "^15.0.0",
4040
"eslint-config-prettier": "^8.6.0",
4141
"eslint-plugin-html": "^7.1.0",
@@ -55,8 +55,8 @@
5555
"resolve-url-loader": "^5.0.0",
5656
"rollup-plugin-visualizer": "^5.9.0",
5757
"sass": "^1.58.3",
58-
"sass-loader": "^13.2.0",
59-
"stylelint": "^15.2.0",
58+
"sass-loader": "^14.2.0",
59+
"stylelint": "^16.3.1",
6060
"stylelint-webpack-plugin": "^4.1.0",
6161
"tailwindcss": "^3.2.7",
6262
"terser": "^5.16.5",
@@ -74,7 +74,7 @@
7474
"vite-plugin-minify": "^1.5.2",
7575
"vite-plugin-pages": "^0.31.0",
7676
"vite-plugin-pages-sitemap": "^1.4.5",
77-
"vite-plugin-pwa": "^0.16.4",
77+
"vite-plugin-pwa": "^0.19.7",
7878
"vite-plugin-stylelint": "^5.2.0",
7979
"vue": "^3.2.47",
8080
"vue-content-loader": "^2.0.1",

0 commit comments

Comments
 (0)