Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent 70d196b commit bae546a
Show file tree
Hide file tree
Showing 20 changed files with 97 additions and 105 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"@types/k6": "0.47.3",
"start-server-and-test": "2.0.2"
"start-server-and-test": "2.0.3"
}
}
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@pulumi/aws": "6.9.0",
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.94.0",
"@pulumi/pulumi": "3.94.1",
"@types/aws-lambda": "8.10.126",
"esbuild": "0.19.5",
"ts-node": "10.9.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"@e2e/shared-scripts": "0.0.0"
},
"devDependencies": {
"@pulumi/azure-native": "2.17.0",
"@pulumi/pulumi": "3.94.0",
"@pulumi/azure-native": "2.18.0",
"@pulumi/pulumi": "3.94.1",
"esbuild": "0.19.5",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
Expand Down
4 changes: 2 additions & 2 deletions e2e/cloudflare-modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.94.0",
"@pulumi/pulumi": "3.94.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",
"wrangler": "3.15.0"
"wrangler": "3.16.0"
}
}
4 changes: 2 additions & 2 deletions e2e/cloudflare-workers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"devDependencies": {
"@pulumi/cloudflare": "4.16.0",
"@pulumi/pulumi": "3.94.0",
"@pulumi/pulumi": "3.94.1",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.2.2",
"wrangler": "3.15.0"
"wrangler": "3.16.0"
}
}
4 changes: 2 additions & 2 deletions e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.94.0",
"@types/node": "20.9.0"
"@pulumi/pulumi": "3.94.1",
"@types/node": "20.9.1"
}
}
2 changes: 1 addition & 1 deletion e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@pulumi/pulumi": "3.94.0",
"@pulumi/pulumi": "3.94.1",
"@types/react": "18.2.37",
"esbuild": "0.19.5",
"eslint": "8.53.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/auth-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/clickhouse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/fireblocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/navitia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"fets": "0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/soccer-stats/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/spotify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "ts-node-dev index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"dotenv": "16.3.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/typebox-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "ts-node-dev src/index.ts"
},
"dependencies": {
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@changesets/cli": "2.26.2",
"@theguild/prettier-config": "2.0.2",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
Expand All @@ -62,7 +62,7 @@
"typescript": "5.2.2"
},
"resolutions": {
"@pulumi/pulumi": "3.94.0",
"@pulumi/pulumi": "3.94.1",
"next": "14.0.2"
},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@svgr/webpack": "^8.0.1",
"@theguild/algolia": "2.0.0",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "20.9.0",
"@types/node": "20.9.1",
"@types/react": "18.2.37",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.44.0",
Expand Down
Loading

0 comments on commit bae546a

Please sign in to comment.