Skip to content

Commit

Permalink
chore(deps): update dependency tsx to v4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 11, 2024
1 parent 039659a commit 53c18b5
Show file tree
Hide file tree
Showing 37 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"prompts": "2.4.2",
"rimraf": "6.0.1",
"tstyche": "2.1.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5",
"yargs": "17.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"fastify": "4.28.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/split2": "4.2.3",
"@types/yargs": "17.0.33",
"pino-abstract-transport": "1.2.0",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/dbAuth/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"concurrently": "8.2.2",
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-providers/supabase/middleware/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"concurrently": "8.2.2",
"publint": "0.2.9",
"ts-toolbelt": "9.6.0",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"concurrently": "8.2.2",
"msw": "1.3.3",
"publint": "0.2.9",
"tsx": "4.16.2",
"tsx": "4.17.0",
"type-fest": "4.23.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@types/babel__core": "7.20.5",
"@types/node": "20.14.12",
"babel-plugin-tester": "11.0.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"vitest": "2.0.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@types/pascalcase": "1.0.3",
"@types/semver": "^7",
"@types/yargs": "17.0.33",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/dataMigrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/yargs": "17.0.33",
"jest": "29.7.0",
"memfs": "4.9.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli-packages/storybook-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/yargs": "17.0.33",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"@babel/core": "^7.22.20",
"@types/archiver": "^6",
"memfs": "4.9.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/cookie-jar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/fs-extra": "11.0.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-redwood-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"semver": "7.6.3",
"systeminformation": "5.22.11",
"terminal-link": "2.1.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"untildify": "4.0.0",
"uuid": "10.0.0",
"vitest": "2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/estree": "1.0.5",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/rule-tester": "7.3.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/framework-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@types/fs-extra": "11.0.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@whatwg-node/fetch": "0.9.19",
"jest": "29.7.0",
"jsonwebtoken": "9.0.2",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@babel/cli": "7.24.8",
"@types/fs-extra": "11.0.4",
"graphql-tag": "2.12.6",
"tsx": "4.16.2",
"tsx": "4.17.0",
"vitest": "2.0.5"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"devDependencies": {
"@redwoodjs/api": "workspace:*",
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/handlers/in-memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/handlers/nodemailer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/nodemailer": "^6",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/handlers/resend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/handlers/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/nodemailer": "^6",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/renderers/mjml-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/mjml": "4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/mailer/renderers/react-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/ogimage-gen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@playwright/test": "1.45.3",
"@redwoodjs/framework-tools": "workspace:*",
"ts-toolbelt": "9.6.0",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vite": "5.3.5",
"vitest": "2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/project-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"concurrently": "8.2.2",
"publint": "0.2.9",
"rimraf": "6.0.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@redwoodjs/framework-tools": "workspace:*",
"ioredis": "^5.3.2",
"nodemon": "3.1.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802",
"tstyche": "2.1.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"@types/fs-extra": "11.0.4",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/node": "20.14.12",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vite": "5.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/telemetry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@types/envinfo": "7.8.4",
"@types/uuid": "10.0.0",
"@types/yargs": "17.0.33",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/tui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"glob": "11.0.0",
"publint": "0.2.9",
"rollup": "4.19.0",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@redwoodjs/framework-tools": "workspace:*",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4"
},
"gitHead": "3905ed045508b861b495f8d5630d76c7a157d8f1"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"react": "19.0.0-rc-8269d55d-20240802",
"react-dom": "19.0.0-rc-8269d55d-20240802",
"tstyche": "2.1.1",
"tsx": "4.16.2",
"tsx": "4.17.0",
"typescript": "5.5.4",
"vitest": "2.0.5"
},
Expand Down
Loading

0 comments on commit 53c18b5

Please sign in to comment.