Skip to content

Commit 994d30d

Browse files
committed
syncpack
1 parent 9d49e05 commit 994d30d

File tree

12 files changed

+29
-29
lines changed

12 files changed

+29
-29
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
},
6464
"devDependencies": {
6565
"@builder.io/partytown": "^0.10.0",
66-
"@builder.io/qwik": "1.5.6",
67-
"@builder.io/qwik-city": "1.5.6",
66+
"@builder.io/qwik": "workspace:^",
67+
"@builder.io/qwik-city": "workspace:^",
6868
"@clack/prompts": "^0.7.0",
6969
"@eslint/eslintrc": "^3.0.2",
7070
"@mdx-js/mdx": "^3.0.1",
@@ -94,14 +94,14 @@
9494
"brotli": "1.3.3",
9595
"commitizen": "4.3.0",
9696
"concurrently": "^8.2.2",
97-
"create-qwik": "1.5.6",
97+
"create-qwik": "workspace:^",
9898
"cross-spawn": "7.0.3",
9999
"csstype": "^3.1.3",
100100
"cz-conventional-changelog": "3.3.0",
101101
"esbuild": "^0.20.2",
102102
"eslint": "^8.57.0",
103103
"eslint-plugin-no-only-tests": "3.1.0",
104-
"eslint-plugin-qwik": "1.5.6",
104+
"eslint-plugin-qwik": "workspace:^",
105105
"execa": "8.0.1",
106106
"express": "4.19.2",
107107
"install": "^0.13.0",

packages/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
"@algolia/autocomplete-core": "1.7.4",
99
"@algolia/client-search": "4.14.3",
1010
"@builder.io/partytown": "^0.10.0",
11-
"@builder.io/qwik": "1.5.6",
12-
"@builder.io/qwik-city": "1.5.6",
13-
"@builder.io/qwik-labs": "0.0.1",
14-
"@builder.io/qwik-react": "0.5.4",
11+
"@builder.io/qwik": "workspace:^",
12+
"@builder.io/qwik-city": "workspace:^",
13+
"@builder.io/qwik-labs": "workspace:^",
14+
"@builder.io/qwik-react": "workspace:^",
1515
"@builder.io/sdk-qwik": "^0.14.17",
1616
"@docsearch/css": "^3.5.2",
1717
"@emotion/react": "^11.11.4",

packages/eslint-plugin-qwik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"jsx-ast-utils": "^3.3.5"
99
},
1010
"devDependencies": {
11-
"@builder.io/qwik": "1.5.6",
12-
"@builder.io/qwik-city": "1.5.6",
11+
"@builder.io/qwik": "workspace:^",
12+
"@builder.io/qwik-city": "workspace:^",
1313
"@types/eslint": "^8.56.10",
1414
"@types/estree": "^1.0.2",
1515
"@typescript-eslint/rule-tester": "^7.7.1",

packages/insights/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.1.0",
55
"dependencies": {
66
"@auth/core": "0.30.0",
7-
"@builder.io/qwik-auth": "0.2.2",
7+
"@builder.io/qwik-auth": "workspace:^",
88
"@libsql/client": "^0.5.6",
99
"@modular-forms/qwik": "^0.23.1",
1010
"@typescript/analyze-trace": "^0.10.1",
@@ -15,9 +15,9 @@
1515
"install": "^0.13.0"
1616
},
1717
"devDependencies": {
18-
"@builder.io/qwik": "1.5.6",
19-
"@builder.io/qwik-city": "1.5.6",
20-
"@builder.io/qwik-labs": "0.0.1",
18+
"@builder.io/qwik": "workspace:^",
19+
"@builder.io/qwik-city": "workspace:^",
20+
"@builder.io/qwik-labs": "workspace:^",
2121
"@builder.io/vite-plugin-macro": "~0.0.7",
2222
"@netlify/edge-functions": "^2.3.1",
2323
"@types/density-clustering": "^1.3.3",
@@ -28,7 +28,7 @@
2828
"autoprefixer": "^10.4.18",
2929
"better-sqlite3": "^9.4.3",
3030
"eslint": "^8.57.0",
31-
"eslint-plugin-qwik": "1.5.6",
31+
"eslint-plugin-qwik": "workspace:^",
3232
"netlify-cli": "^17.19.5",
3333
"postcss": "^8.4.37",
3434
"prettier": "^3.2.5",

packages/qwik-auth/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"devDependencies": {
1010
"@auth/core": "0.30.0",
11-
"@builder.io/qwik": "1.5.6",
12-
"@builder.io/qwik-city": "1.5.6",
11+
"@builder.io/qwik": "workspace:^",
12+
"@builder.io/qwik-city": "workspace:^",
1313
"@types/set-cookie-parser": "^2.4.7",
1414
"set-cookie-parser": "^2.6.0"
1515
},

packages/qwik-city/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@azure/functions": "^3.5.1",
19-
"@builder.io/qwik": "1.5.6",
19+
"@builder.io/qwik": "workspace:^",
2020
"@microsoft/api-extractor": "^7.43.1",
2121
"@netlify/edge-functions": "^2.3.1",
2222
"@types/mdast": "^4.0.1",

packages/qwik-labs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"description": "Qwik Labs - Where you can try the latest Qwik ideas.",
44
"version": "0.0.1",
55
"devDependencies": {
6-
"@builder.io/qwik": "1.5.6",
6+
"@builder.io/qwik": "workspace:^",
77
"@types/eslint": "^8.56.10",
88
"@types/node": "^20.12.7",
99
"@typescript-eslint/eslint-plugin": "^7.7.1",
1010
"@typescript-eslint/parser": "^7.7.1",
1111
"eslint": "^8.57.0",
12-
"eslint-plugin-qwik": "1.5.6",
12+
"eslint-plugin-qwik": "workspace:^",
1313
"np": "^10.0.1",
1414
"prettier": "^3.2.5",
1515
"typescript": "5.4.5",

packages/qwik-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.5.4",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
7-
"@builder.io/qwik": "1.5.6",
7+
"@builder.io/qwik": "workspace:^",
88
"@types/react": "^18.2.79",
99
"@types/react-dom": "^18.2.25",
1010
"react": "18.2.0",
@@ -35,7 +35,7 @@
3535
"license": "MIT",
3636
"main": "./lib/index.qwik.mjs",
3737
"peerDependencies": {
38-
"@builder.io/qwik": "1.5.6",
38+
"@builder.io/qwik": "workspace:^",
3939
"@types/react": "^18.2.79",
4040
"@types/react-dom": "^18.2.25",
4141
"react": "18.2.0",

packages/qwik-worker/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"bugs": "https://github.com/QwikDev/qwik/issues",
66
"devDependencies": {
7-
"@builder.io/qwik": "1.5.6",
7+
"@builder.io/qwik": "workspace:^",
88
"vite": "^5.2.10",
99
"vite-plugin-static-copy": "^1.0.3"
1010
},
@@ -24,7 +24,7 @@
2424
"license": "MIT",
2525
"main": "./lib/index.qwik.mjs",
2626
"peerDependencies": {
27-
"@builder.io/qwik": "1.5.6"
27+
"@builder.io/qwik": "workspace:^"
2828
},
2929
"qwik": "./lib/index.qwik.mjs",
3030
"repository": {

packages/qwik/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"vite": "^5.2.10"
2828
},
2929
"devDependencies": {
30-
"@builder.io/qwik": "1.5.6",
31-
"@builder.io/qwik-dom": "2.1.19",
30+
"@builder.io/qwik": "workspace:^",
31+
"@builder.io/qwik-dom": "workspace:^",
3232
"image-size": "^1.0.2",
3333
"kleur": "4.1.5"
3434
},

0 commit comments

Comments
 (0)