Skip to content

Commit 5f24ca5

Browse files
authored
Merge branch 'master' into dependabot/npm_and_yarn/vue/tsconfig-0.5.1
2 parents 69d7616 + edfb906 commit 5f24ca5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/node.js.yml

+1-3
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

+6-6
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.5.1",
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",
@@ -69,12 +69,12 @@
6969
"vite-plugin-eslint": "^1.8.1",
7070
"vite-plugin-html": "^3.2.0",
7171
"vite-plugin-imagemin": "^0.6.1",
72-
"vite-plugin-inspect": "^0.7.15",
72+
"vite-plugin-inspect": "^0.8.3",
7373
"vite-plugin-manifest-sri": "^0.1.0",
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)