Skip to content

Commit

Permalink
deps: Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 1f63480 commit 02a0daf
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 114 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"version": "0.1.0",
"engines": {
"node": ">=20.9.0"
"node": ">=20.10.0"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -23,12 +23,12 @@
"pu": "turbo pu -- --access=public --no-git-checks"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@types/node": "^20.9.4",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint": "^8.54.0",
"eslint-config-next": "^14.0.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/module1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=20.9.0"
"node": ">=20.10.0"
},
"scripts": {
"build": "tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/module2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=20.9.0"
"node": ">=20.10.0"
},
"scripts": {
"build": "tsup",
Expand Down
Loading

0 comments on commit 02a0daf

Please sign in to comment.