Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Mar 2, 2024
1 parent 50fa04a commit 8118ca9
Show file tree
Hide file tree
Showing 4 changed files with 926 additions and 773 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

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

steps:
Expand Down
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"svelte.svelte-vscode",
"Vue.volar"
"vue.volar"
],
"unwantedRecommendations": []
}
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,58 +27,59 @@
"@angular-eslint/eslint-plugin": "^17.2.1",
"@angular-eslint/eslint-plugin-template": "^17.2.1",
"@angular-eslint/template-parser": "^17.2.1",
"@angular/core": "^17.1.2",
"@aurelia/router": "2.0.0-beta.10",
"@babel/core": "^7.23.9",
"@angular/core": "^17.2.3",
"@aurelia/router": "2.0.0-beta.12",
"@babel/core": "^7.24.0",
"@babel/eslint-parser": "^7.23.10",
"@babel/plugin-proposal-decorators": "^7.23.9",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@builder.io/qwik": "^1.4.5",
"@matschik/lz-string": "^0.0.2",
"@stefanprobst/remark-shiki": "^2.2.1",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/typography": "^0.5.10",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"aurelia": "2.0.0-beta.10",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"aurelia": "2.0.0-beta.12",
"aurelia-framework": "^1.4.1",
"autoprefixer": "^10.4.17",
"chokidar": "^3.5.3",
"autoprefixer": "^10.4.18",
"chokidar": "^3.6.0",
"codesandbox": "^2.2.3",
"eslint": "^8.56.0",
"eslint-plugin-ember": "^12.0.0",
"eslint": "^8.57.0",
"eslint-plugin-ember": "^12.0.2",
"eslint-plugin-lit": "^1.11.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qwik": "^1.4.3",
"eslint-plugin-qwik": "^1.4.5",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-solid": "^0.13.1",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"esm": "^3.2.25",
"folder-hash": "^4.0.4",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"lit": "^3.1.2",
"lodash.kebabcase": "^4.1.1",
"micache": "^2.4.1",
"pkg-dir": "^8.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"shiki": "^0.14.7",
"solid-js": "^1.8.12",
"svelte": "^4.2.9",
"solid-js": "^1.8.15",
"svelte": "^4.2.12",
"svelte-preprocess": "^5.1.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"vite": "^5.0.12",
"vite": "^5.1.4",
"vite-plugin-html": "^3.2.2",
"vue": "^3.4.15"
"vue": "^3.4.21"
},
"overrides": {
"@stefanprobst/remark-shiki": {
Expand Down
Loading

0 comments on commit 8118ca9

Please sign in to comment.