Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik committed Oct 10, 2024
1 parent 8611921 commit 0f9ea7f
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 455 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,31 @@
"cy:e2e": "start-server-and-test dev http-get://localhost:5173 cy:open-e2e"
},
"dependencies": {
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/heroicons": "^1.2.1",
"classnames": "^2.5.1",
"radix3": "^1.1.2"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^18.3.1",
"@angular-eslint/eslint-plugin-template": "^18.3.1",
"@angular-eslint/template-parser": "^18.3.1",
"@angular/core": "^18.2.7",
"@angular/core": "^18.2.8",
"@aurelia/router": "2.0.0-beta.22",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@builder.io/qwik": "^1.9.0",
"@lit/context": "^1.1.2",
"@builder.io/qwik": "^1.9.1",
"@lit/context": "^1.1.3",
"@matschik/lz-string": "^0.0.2",
"@shikijs/markdown-it": "^1.21.1",
"@shikijs/markdown-it": "^1.22.0",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"@sveltejs/vite-plugin-svelte-inspector": "3.0.0-next.3",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@unocss/preset-icons": "^0.63.3",
"@unocss/preset-typography": "^0.63.3",
"@unocss/preset-wind": "^0.63.3",
"@unocss/reset": "^0.63.3",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@unocss/preset-icons": "^0.63.4",
"@unocss/preset-typography": "^0.63.4",
"@unocss/preset-wind": "^0.63.4",
"@unocss/reset": "^0.63.4",
"aurelia": "2.0.0-beta.22",
"aurelia-framework": "^1.4.1",
"autoprefixer": "^10.4.20",
Expand All @@ -58,7 +58,7 @@
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qwik": "^1.9.0",
"eslint-plugin-qwik": "^1.9.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-svelte": "^2.44.1",
Expand All @@ -69,7 +69,7 @@
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"lit": "^3.2.0",
"lit": "^3.2.1",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^14.1.0",
"micache": "^2.4.1",
Expand All @@ -78,13 +78,13 @@
"prettier-plugin-svelte": "^3.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^1.21.1",
"solid-js": "^1.9.1",
"shiki": "^1.22.0",
"solid-js": "^1.9.2",
"start-server-and-test": "^2.0.8",
"svelte": "5.0.0-next.262",
"tslib": "^2.7.0",
"typescript": "^5.6.2",
"unocss": "^0.63.3",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.2",
"vue": "^3.5.11"
Expand Down
Loading

0 comments on commit 0f9ea7f

Please sign in to comment.