Skip to content

Commit 3dbc647

Browse files
deps: Update all non-major dependencies (#217)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b605763 commit 3dbc647

File tree

9 files changed

+180
-582
lines changed

9 files changed

+180
-582
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.15.0
20+
node-version: 22.15.1
2121

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

package.json

Lines changed: 6 additions & 6 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.15.0"
9+
"node": ">=22.15.1"
1010
},
11-
"packageManager": "pnpm@10.10.0",
11+
"packageManager": "pnpm@10.11.0",
1212
"scripts": {
1313
"prepare": "husky install",
1414
"link": "turbo link",
@@ -24,9 +24,9 @@
2424
"pu": "turbo pu -- --access=public --no-git-checks"
2525
},
2626
"devDependencies": {
27-
"@types/node": "^22.15.17",
28-
"@typescript-eslint/eslint-plugin": "^8.32.0",
29-
"@typescript-eslint/parser": "^8.32.0",
27+
"@types/node": "^22.15.18",
28+
"@typescript-eslint/eslint-plugin": "^8.32.1",
29+
"@typescript-eslint/parser": "^8.32.1",
3030
"@vitest/coverage-v8": "^3.1.3",
3131
"dotenv": "^16.5.0",
3232
"eslint": "8.57.1",
@@ -39,7 +39,7 @@
3939
"husky": "^9.1.7",
4040
"prettier": "^3.5.3",
4141
"standard-version": "^9.5.0",
42-
"tsup": "^8.4.0",
42+
"tsup": "^8.5.0",
4343
"tsx": "^4.19.4",
4444
"turbo": "^2.5.3",
4545
"typescript": "^5.8.3",

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.15.0"
18+
"node": ">=22.15.1"
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.15.0"
17+
"node": ">=22.15.1"
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.15.0"
17+
"node": ">=22.15.1"
1818
},
1919
"scripts": {
2020
"build": "tsc && tsup",

packages/nreact/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"src/styles.css"
1616
],
1717
"engines": {
18-
"node": ">=22.15.0"
18+
"node": ">=22.15.1"
1919
},
2020
"scripts": {
2121
"build": "tsc && tsup",
@@ -32,16 +32,16 @@
3232
"@texonom/nutils": "workspace:^",
3333
"prismjs": "^1.30.0",
3434
"react-fast-compare": "^3.2.2",
35-
"react-hotkeys-hook": "^5.0.1",
35+
"react-hotkeys-hook": "^5.1.0",
3636
"react-image": "^4.1.0",
3737
"react-modal": "^3.16.3",
3838
"react-pdf": "^9.2.1",
3939
"react-use": "^17.6.0"
4040
},
4141
"devDependencies": {
4242
"@types/lodash.throttle": "^4.1.9",
43-
"@types/node": "^22.15.17",
44-
"@types/react": "^19.1.3",
43+
"@types/node": "^22.15.18",
44+
"@types/react": "^19.1.4",
4545
"clipboard-copy": "^4.0.1",
4646
"date-fns": "^2.30.0",
4747
"format-number": "^3.0.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.15.0"
23+
"node": ">=22.15.1"
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.15.0"
23+
"node": ">=22.15.1"
2424
},
2525
"scripts": {
2626
"build": "tsc && tsup",

0 commit comments

Comments
 (0)