Skip to content

Commit 988b68e

Browse files
authored
merge: pull request #213 from texonom/deps/all-minor-patch
deps: Update all non-major dependencies
2 parents 1f289b4 + 1ad1565 commit 988b68e

File tree

9 files changed

+190
-189
lines changed

9 files changed

+190
-189
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 22.14.0
20+
node-version: 22.15.0
2121

2222
- name: Cache node modules
2323
uses: actions/cache@v4

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"license": "MIT",
77
"version": "1.4.4",
88
"engines": {
9-
"node": ">=22.14.0"
9+
"node": ">=22.15.0"
1010
},
11-
"packageManager": "pnpm@10.8.1",
11+
"packageManager": "pnpm@10.10.0",
1212
"scripts": {
1313
"prepare": "husky install",
1414
"link": "turbo link",
@@ -24,10 +24,10 @@
2424
"pu": "turbo pu -- --access=public --no-git-checks"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.14.1",
28-
"@typescript-eslint/eslint-plugin": "^8.30.1",
29-
"@typescript-eslint/parser": "^8.30.1",
30-
"@vitest/coverage-v8": "^3.1.1",
27+
"@types/node": "^22.15.3",
28+
"@typescript-eslint/eslint-plugin": "^8.31.1",
29+
"@typescript-eslint/parser": "^8.31.1",
30+
"@vitest/coverage-v8": "^3.1.2",
3131
"dotenv": "^16.5.0",
3232
"eslint": "8.57.1",
3333
"eslint-config-next": "^15.3.1",
@@ -40,11 +40,11 @@
4040
"prettier": "^3.5.3",
4141
"standard-version": "^9.5.0",
4242
"tsup": "^8.4.0",
43-
"tsx": "^4.19.3",
44-
"turbo": "^2.5.0",
43+
"tsx": "^4.19.4",
44+
"turbo": "^2.5.2",
4545
"typescript": "^5.8.3",
46-
"vite": "^6.3.2",
47-
"vitest": "^3.1.1"
46+
"vite": "^6.3.4",
47+
"vitest": "^3.1.2"
4848
},
4949
"standard-version": {
5050
"scripts": {

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build"
1616
],
1717
"engines": {
18-
"node": ">=22.14.0"
18+
"node": ">=22.15.0"
1919
},
2020
"bin": {
2121
"notion": "./build/src/main.js"

packages/nclient/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build"
1515
],
1616
"engines": {
17-
"node": ">=22.14.0"
17+
"node": ">=22.15.0"
1818
},
1919
"scripts": {
2020
"build": "tsc && tsup",

packages/ncompat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build"
1515
],
1616
"engines": {
17-
"node": ">=22.14.0"
17+
"node": ">=22.15.0"
1818
},
1919
"scripts": {
2020
"build": "tsc && tsup",

packages/nreact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"src/styles.css"
1616
],
1717
"engines": {
18-
"node": ">=22.14.0"
18+
"node": ">=22.15.0"
1919
},
2020
"scripts": {
2121
"build": "tsc && tsup",
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@types/lodash.throttle": "^4.1.9",
43-
"@types/node": "^22.14.1",
43+
"@types/node": "^22.15.3",
4444
"@types/react": "^19.1.2",
4545
"clipboard-copy": "^4.0.1",
4646
"date-fns": "^2.30.0",

packages/ntypes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"pu": "pnpm publish"
2121
},
2222
"engines": {
23-
"node": ">=22.14.0"
23+
"node": ">=22.15.0"
2424
},
2525
"standard-version": {
2626
"skip": {

packages/nutils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build"
2121
],
2222
"engines": {
23-
"node": ">=22.14.0"
23+
"node": ">=22.15.0"
2424
},
2525
"scripts": {
2626
"build": "tsc && tsup",

0 commit comments

Comments
 (0)