Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/vue/tsconfig-0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremykenedy authored Apr 21, 2024
2 parents 69d7616 + edfb906 commit 5f24ca5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

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

steps:
Expand All @@ -25,5 +25,3 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run clean
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"chart.js": "^4.2.1",
"core-js": "^3.29.0",
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"eslint": "^9.1.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-html": "^7.1.0",
Expand All @@ -55,8 +55,8 @@
"resolve-url-loader": "^5.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"stylelint": "^15.2.0",
"sass-loader": "^14.2.0",
"stylelint": "^16.3.1",
"stylelint-webpack-plugin": "^4.1.0",
"tailwindcss": "^3.2.7",
"terser": "^5.16.5",
Expand All @@ -69,12 +69,12 @@
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-inspect": "^0.7.15",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-manifest-sri": "^0.1.0",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-pages": "^0.31.0",
"vite-plugin-pages-sitemap": "^1.4.5",
"vite-plugin-pwa": "^0.16.4",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-stylelint": "^5.2.0",
"vue": "^3.2.47",
"vue-content-loader": "^2.0.1",
Expand Down

0 comments on commit 5f24ca5

Please sign in to comment.