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 21, 2023
1 parent ee8dd72 commit 00da050
Show file tree
Hide file tree
Showing 17 changed files with 160 additions and 160 deletions.
2 changes: 1 addition & 1 deletion e2e/aws-lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@pulumi/awsx": "0.40.1",
"@pulumi/pulumi": "3.94.2",
"@types/aws-lambda": "8.10.126",
"esbuild": "0.19.6",
"esbuild": "0.19.7",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion e2e/azure-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@pulumi/azure-native": "2.18.0",
"@pulumi/pulumi": "3.94.2",
"esbuild": "0.19.6",
"esbuild": "0.19.7",
"ts-node": "10.9.1",
"tsconfig-paths": "4.2.0",
"typescript": "5.3.2"
Expand Down
2 changes: 1 addition & 1 deletion e2e/shared-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"private": true,
"dependencies": {
"@pulumi/pulumi": "3.94.2",
"@types/node": "20.9.2"
"@types/node": "20.9.3"
}
}
4 changes: 2 additions & 2 deletions e2e/vercel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
},
"devDependencies": {
"@pulumi/pulumi": "3.94.2",
"@types/react": "18.2.37",
"esbuild": "0.19.6",
"@types/react": "18.2.38",
"esbuild": "0.19.7",
"eslint": "8.54.0",
"eslint-config-next": "14.0.3",
"ts-node": "10.9.1",
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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs-app-dir/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "next start"
},
"dependencies": {
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/node": "20.9.3",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.16",
"fets": "0.6.3",
"next": "14.0.3",
"react": "18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions examples/nextjs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"start": "next start"
},
"dependencies": {
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/node": "20.9.3",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.16",
"fets": "0.6.3",
"next": "14.0.3",
"react": "18.2.0",
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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"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.2",
"@types/node": "20.9.3",
"fets": "0.6.3",
"ts-node": "10.9.1",
"ts-node-dev": "2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@theguild/prettier-config": "2.0.2",
"@types/jest": "29.5.8",
"@types/node": "20.9.2",
"@types/react-dom": "18.2.15",
"@types/jest": "29.5.9",
"@types/node": "20.9.3",
"@types/react-dom": "18.2.16",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"babel-jest": "29.7.0",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@svgr/webpack": "^8.0.1",
"@theguild/algolia": "2.0.0",
"@theguild/tailwind-config": "0.3.0",
"@types/node": "20.9.2",
"@types/react": "18.2.37",
"@types/node": "20.9.3",
"@types/react": "18.2.38",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.44.0",
"tailwindcss": "3.3.5",
Expand Down
Loading

0 comments on commit 00da050

Please sign in to comment.