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 Oct 25, 2024
1 parent 7de420b commit 0856882
Show file tree
Hide file tree
Showing 13 changed files with 94 additions and 115 deletions.
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.137.0",
"@types/node": "22.7.9"
"@types/node": "22.8.0"
}
}
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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"ts-node-dev": "2.0.0",
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": "22.7.9",
"@types/node": "22.8.0",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"fets": "0.8.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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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": "22.7.9",
"@types/node": "22.8.0",
"dotenv": "16.4.5",
"fets": "0.8.3",
"ts-node": "10.9.2",
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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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": "22.7.9",
"@types/node": "22.8.0",
"fets": "0.8.3",
"ts-node": "10.9.2",
"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 @@ -29,15 +29,15 @@
"ts:check": "tsc --noEmit"
},
"devDependencies": {
"@babel/core": "7.25.9",
"@babel/core": "7.26.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-typescript": "7.25.9",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@theguild/prettier-config": "2.0.7",
"@types/jest": "29.5.14",
"@types/node": "22.7.9",
"@types/node": "22.8.0",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@theguild/tailwind-config": "0.5.0",
"@types/node": "22.7.9",
"@types/node": "22.8.0",
"@types/react": "18.3.12",
"@typescript/sandbox": "^0.1.0",
"monaco-editor": "0.52.0",
Expand Down
181 changes: 80 additions & 101 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 0856882

Please sign in to comment.