Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v6
with:
node-version: 22.22.0
node-version: 22.22.1

- name: Cache node modules
uses: actions/cache@v5
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"version": "1.5.1",
"engines": {
"node": ">=20.20.0"
"node": ">=20.20.1"
},
"packageManager": "pnpm@10.30.3",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"pu": "turbo pu -- --access=public --no-git-checks"
},
"devDependencies": {
"@types/node": "^22.19.13",
"@types/node": "^22.19.15",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitest/coverage-v8": "^4.0.18",
Expand All @@ -41,7 +41,7 @@
"standard-version": "^9.5.0",
"tsup": "^8.5.1",
"tsx": "^4.21.0",
"turbo": "^2.8.12",
"turbo": "^2.8.14",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build"
],
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"bin": {
"notion": "./build/src/main.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/nclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"scripts": {
"build": "tsc && vite build",
Expand Down
4 changes: 2 additions & 2 deletions packages/ncompat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"scripts": {
"build": "tsc && vite build",
Expand All @@ -29,7 +29,7 @@
"p-queue": "^9.1.0"
},
"devDependencies": {
"@notionhq/client": "^5.11.0",
"@notionhq/client": "^5.11.1",
"@texonom/nclient": "workspace:^"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/nreact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"src/styles.css"
],
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"scripts": {
"build": "tsc && vite build",
Expand All @@ -27,7 +27,7 @@
"dependencies": {
"@fisch0920/medium-zoom": "^1.0.7",
"@matejmazur/react-katex": "^3.1.3",
"katex": "^0.16.33",
"katex": "^0.16.35",
"@texonom/ntypes": "workspace:^",
"@texonom/nutils": "workspace:^",
"prismjs": "^1.30.0",
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^22.19.13",
"@types/node": "^22.19.15",
"@types/react": "^19.2.14",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ntypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"watch": "vite build --watch --mode development"
},
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"devDependencies": {
"vite-plugin-dts": "^4.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/nutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build"
],
"engines": {
"node": ">=22.22.0"
"node": ">=22.22.1"
},
"scripts": {
"build": "tsc && vite build",
Expand Down
Loading