Skip to content

Commit

Permalink
chore: upgrade dependencies (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
matschik authored Oct 4, 2024
1 parent 7ea2a34 commit d8eaa34
Show file tree
Hide file tree
Showing 2 changed files with 1,079 additions and 877 deletions.
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,65 +28,65 @@
"radix3": "^1.1.2"
},
"devDependencies": {
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular-eslint/eslint-plugin-template": "^18.3.0",
"@angular-eslint/template-parser": "^18.3.0",
"@angular/core": "^18.2.3",
"@aurelia/router": "2.0.0-beta.21",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.25.1",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@builder.io/qwik": "^1.8.0",
"@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",
"@aurelia/router": "2.0.0-beta.22",
"@babel/core": "^7.25.7",
"@babel/eslint-parser": "^7.25.7",
"@babel/plugin-proposal-decorators": "^7.25.7",
"@builder.io/qwik": "^1.9.0",
"@lit/context": "^1.1.2",
"@matschik/lz-string": "^0.0.2",
"@shikijs/markdown-it": "^1.16.2",
"@shikijs/markdown-it": "^1.21.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"aurelia": "2.0.0-beta.21",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"aurelia": "2.0.0-beta.22",
"aurelia-framework": "^1.4.1",
"autoprefixer": "^10.4.20",
"chokidar": "^3.6.0",
"chokidar": "^4.0.1",
"codesandbox": "^2.2.3",
"cypress": "^13.14.2",
"ember-eslint-parser": "^0.5.0",
"eslint": "^8.57.0",
"eslint-plugin-ember": "^12.2.0",
"cypress": "^13.15.0",
"ember-eslint-parser": "^0.5.2",
"eslint": "^8.57.1",
"eslint-plugin-ember": "^12.2.1",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qwik": "^1.8.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-qwik": "^1.9.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-solid": "^0.14.3",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-svelte": "^2.44.1",
"eslint-plugin-vue": "^9.28.0",
"esm": "^3.2.25",
"eta": "^3.5.0",
"folder-hash": "^4.0.4",
"html-minifier-terser": "^7.2.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"lit": "^3.2.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^14.1.0",
"micache": "^2.4.1",
"pkg-dir": "^8.0.0",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-svelte": "^3.2.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"shiki": "^1.16.2",
"solid-js": "^1.8.22",
"start-server-and-test": "^2.0.6",
"shiki": "^1.21.0",
"solid-js": "^1.9.1",
"start-server-and-test": "^2.0.8",
"svelte": "^4.2.19",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.4.10",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-html": "^3.2.2",
"vue": "^3.5.3"
"vue": "^3.5.11"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,vue,gjs}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit d8eaa34

Please sign in to comment.