Skip to content

Commit 00ffc9e

Browse files
committed
chore: updated qwik deps to latest
1 parent 102d659 commit 00ffc9e

File tree

2 files changed

+923
-434
lines changed

2 files changed

+923
-434
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"prepare": "husky install"
1414
},
1515
"devDependencies": {
16-
"@builder.io/qwik": "0.21.0",
17-
"@builder.io/qwik-city": "0.5.2",
16+
"@builder.io/qwik": "0.23.0",
17+
"@builder.io/qwik-city": "0.6.6",
1818
"@commitlint/cli": "^17.4.3",
1919
"@commitlint/config-angular": "^17.4.3",
2020
"@commitlint/config-conventional": "^17.4.3",
@@ -38,10 +38,10 @@
3838
"@storybook/html": "7.0.0-beta.30",
3939
"@storybook/html-vite": "7.0.0-beta.30",
4040
"@storybook/testing-library": "0.0.13",
41-
"@types/eslint": "8.21.1",
42-
"@types/node": "18.14.0",
43-
"@typescript-eslint/eslint-plugin": "5.54.0",
44-
"@typescript-eslint/parser": "5.54.0",
41+
"@types/eslint": "8.21.3",
42+
"@types/node": "18.15.3",
43+
"@typescript-eslint/eslint-plugin": "5.56.0",
44+
"@typescript-eslint/parser": "5.56.0",
4545
"@vitest/coverage-c8": "~0.28.5",
4646
"@vitest/ui": "^0.28.5",
4747
"all-contributors-cli": "^6.24.0",
@@ -54,10 +54,10 @@
5454
"cz-conventional-changelog": "^3.3.0",
5555
"daisyui": "^2.50.1",
5656
"danger": "11.2.4",
57-
"eslint": "8.35.0",
57+
"eslint": "8.36.0",
5858
"eslint-config-prettier": "8.6.0",
5959
"eslint-plugin-cypress": "^2.12.1",
60-
"eslint-plugin-qwik": "0.21.0",
60+
"eslint-plugin-qwik": "0.23.0",
6161
"html-webpack-plugin": "^5.5.0",
6262
"husky": "^8.0.3",
6363
"jsdom": "~20.0.3",
@@ -68,20 +68,20 @@
6868
"np": "7.6.3",
6969
"nx": "15.8.7",
7070
"postcss": "^8.4.21",
71-
"prettier": "2.8.4",
71+
"prettier": "2.8.6",
7272
"pretty-quick": "^3.1.3",
73-
"qwik-nx": "0.13.2",
73+
"qwik-nx": "0.14.0",
7474
"sass": "1.58.1",
7575
"storybook": "7.0.0-beta.30",
7676
"storybook-framework-qwik": "0.0.8",
7777
"tailwindcss": "^3.2.6",
7878
"ts-node": "10.9.1",
79-
"typescript": "4.9.5",
80-
"undici": "5.20.0",
81-
"vite": "4.1.4",
79+
"typescript": "5.0.2",
80+
"undici": "5.21.0",
81+
"vite": "4.2.1",
8282
"vite-plugin-dts": "~1.7.3",
8383
"vite-plugin-eslint": "^1.8.1",
84-
"vite-tsconfig-paths": "3.5.0",
84+
"vite-tsconfig-paths": "4.0.7",
8585
"vitest": "^0.28.5"
8686
},
8787
"config": {

0 commit comments

Comments
 (0)