Skip to content

Commit 9bb965a

Browse files
committed
feat: manually bumping version
1 parent 11116ee commit 9bb965a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

examples/custom-cli/create-qwik-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"license": "MIT",
2929
"packageManager": "pnpm@9.15.5",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "^0.41.2",
32-
"@tanstack/cta-engine": "^0.41.2"
31+
"@tanstack/cta-cli": "workspace:*",
32+
"@tanstack/cta-engine": "workspace:*"
3333
},
3434
"devDependencies": {
3535
"@types/node": "^22.13.4",

examples/custom-cli/create-qwik-app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esModuleInterop": true,
99
"skipLibCheck": true,
1010
"forceConsistentCasingInFileNames": true,
11-
"moduleResolution": "node",
11+
"moduleResolution": "bundler",
1212
"declaration": true,
1313
"declarationDir": "./dist/types"
1414
},

examples/custom-cli/create-rwsdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
"license": "MIT",
2828
"packageManager": "pnpm@9.15.5",
2929
"dependencies": {
30-
"@tanstack/cta-cli": "^0.41.2",
31-
"@tanstack/cta-engine": "^0.41.2"
30+
"@tanstack/cta-cli": "workspace:*",
31+
"@tanstack/cta-engine": "workspace:*"
3232
},
3333
"devDependencies": {
3434
"@types/node": "^22.13.4",

examples/custom-cli/create-rwsdk/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esModuleInterop": true,
99
"skipLibCheck": true,
1010
"forceConsistentCasingInFileNames": true,
11-
"moduleResolution": "node",
11+
"moduleResolution": "bundler",
1212
"declaration": true,
1313
"declarationDir": "./dist/types"
1414
},

examples/custom-cli/customized-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"license": "MIT",
2929
"packageManager": "pnpm@9.15.5",
3030
"dependencies": {
31-
"@tanstack/cta-cli": "^0.41.2",
32-
"@tanstack/cta-engine": "^0.41.2",
33-
"@tanstack/cta-framework-react-cra": "1.96.1"
31+
"@tanstack/cta-cli": "workspace:*",
32+
"@tanstack/cta-engine": "workspace:*",
33+
"@tanstack/cta-framework-react-cra": "workspace:*"
3434
},
3535
"devDependencies": {
3636
"@types/node": "^22.13.4",

examples/custom-cli/customized-react/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"esModuleInterop": true,
99
"skipLibCheck": true,
1010
"forceConsistentCasingInFileNames": true,
11-
"moduleResolution": "node",
11+
"moduleResolution": "bundler",
1212
"declaration": true,
1313
"declarationDir": "./dist/types"
1414
},

0 commit comments

Comments
 (0)