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] committed Jul 3, 2024
1 parent 0365687 commit f379219
Show file tree
Hide file tree
Showing 5 changed files with 1,250 additions and 1,614 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.5.3"
},
"engines": {
"node": ">=16.18"
Expand Down
6 changes: 3 additions & 3 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.1.5"
},
"peerDependencies": {
"jest": "29.6.1",
"jest": "29.7.0",
"miniflare": "3.20240701.0",
"jest-environment-miniflare": "2.11.0"
"jest-environment-miniflare": "2.14.2"
},
"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.20240620.0"
},
"scripts": {
"lint": "eslint"
Expand Down
18 changes: 9 additions & 9 deletions packages/toucan-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@
},
"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-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.7",
"rollup": "3.29.4",
"rollup-plugin-typescript2": "0.36.0",
"eslint-config-base": "*",
"config-typescript": "*",
"config-jest": "*",
"@types/jest": "29.5.3",
"jest": "29.6.1",
"@types/jest": "29.5.12",
"jest": "29.7.0",
"miniflare": "3.20240701.0",
"jest-environment-miniflare": "2.10.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1"
"jest-environment-miniflare": "2.14.2",
"ts-jest": "29.1.5",
"ts-node": "10.9.2"
},
"author": "robertcepa@icloud.com",
"license": "MIT",
Expand Down
Loading

0 comments on commit f379219

Please sign in to comment.