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 20, 2024
1 parent 0365687 commit b14e476
Show file tree
Hide file tree
Showing 5 changed files with 1,322 additions and 1,787 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^4.0.0",
"turbo": "^1.6.3",
"typescript": "5.1.6"
"typescript": "5.6.3"
},
"engines": {
"node": ">=16.18"
Expand Down
8 changes: 4 additions & 4 deletions packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"access": "public"
},
"devDependencies": {
"ts-jest": "29.1.1"
"ts-jest": "29.2.5"
},
"peerDependencies": {
"jest": "29.6.1",
"miniflare": "3.20240701.0",
"jest-environment-miniflare": "2.11.0"
"jest": "29.7.0",
"miniflare": "3.20241106.0",
"jest-environment-miniflare": "2.14.4"
},
"scripts": {
"lint": "eslint"
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"access": "public"
},
"dependencies": {
"@cloudflare/workers-types": "4.20230307.0"
"@cloudflare/workers-types": "4.20241112.0"
},
"scripts": {
"lint": "eslint"
Expand Down
22 changes: 11 additions & 11 deletions packages/toucan-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,20 @@
"@sentry/types": "8.9.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "26.0.1",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-replace": "5.0.2",
"rollup": "3.26.3",
"rollup-plugin-typescript2": "0.35.0",
"@rollup/plugin-commonjs": "26.0.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "5.0.7",
"rollup": "3.29.5",
"rollup-plugin-typescript2": "0.36.0",
"eslint-config-base": "*",
"config-typescript": "*",
"config-jest": "*",
"@types/jest": "29.5.3",
"jest": "29.6.1",
"miniflare": "3.20240701.0",
"jest-environment-miniflare": "2.10.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1"
"@types/jest": "29.5.14",
"jest": "29.7.0",
"miniflare": "3.20241106.0",
"jest-environment-miniflare": "2.14.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2"
},
"author": "[email protected]",
"license": "MIT",
Expand Down
Loading

0 comments on commit b14e476

Please sign in to comment.