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 Jun 20, 2024
1 parent b59e286 commit fcc302a
Show file tree
Hide file tree
Showing 8 changed files with 1,016 additions and 767 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"version": "1.3.0",
"engines": {
"node": ">=20.11.0"
"node": ">=20.15.0"
},
"scripts": {
"prepare": "husky install",
Expand All @@ -23,25 +23,25 @@
"pu": "turbo pu -- --access=public --no-git-checks"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@types/node": "^20.14.6",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^9.0.0",
"eslint-config-next": "^14.1.0",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^9.0.6",
"prettier": "^3.2.4",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.0.11",
"prettier": "^3.3.2",
"standard-version": "^9.5.0",
"tsup": "^8.0.1",
"tsx": "^4.7.0",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"tsup": "^8.1.0",
"tsx": "^4.15.6",
"turbo": "^1.13.4",
"typescript": "^5.5.2",
"vite": "^4.5.3",
"vitest": "^0.34.6"
},
"standard-version": {
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"build"
],
"engines": {
"node": ">=20.11.0"
"node": ">=20.15.0"
},
"bin": {
"notion": "./build/src/main.js"
Expand All @@ -35,7 +35,7 @@
"JSONStream": "^1.3.5",
"clipanion": "^3.2.1",
"graceful-fs": "^4.2.11",
"prettier": "^3.2.4"
"prettier": "^3.3.2"
},
"standard-version": {
"skip": {
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": ">=20.11.0"
"node": ">=20.15.0"
},
"scripts": {
"build": "tsc && tsup",
Expand Down
2 changes: 1 addition & 1 deletion packages/ncompat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"build"
],
"engines": {
"node": ">=20.11.0"
"node": ">=20.15.0"
},
"scripts": {
"build": "tsc && tsup",
Expand Down
16 changes: 8 additions & 8 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": ">=20.11.0"
"node": ">=20.15.0"
},
"scripts": {
"build": "tsc && tsup",
Expand All @@ -27,27 +27,27 @@
"dependencies": {
"@fisch0920/medium-zoom": "^1.0.7",
"@matejmazur/react-katex": "^3.1.3",
"katex": "^0.16.9",
"katex": "^0.16.10",
"@texonom/ntypes": "workspace:^",
"@texonom/nutils": "workspace:^",
"prismjs": "^1.29.0",
"react-fast-compare": "^3.2.2",
"react-hotkeys-hook": "^4.4.4",
"react-hotkeys-hook": "^4.5.0",
"react-image": "^4.1.0",
"react-modal": "^3.16.1",
"react-pdf": "^8.0.0",
"react-use": "^17.4.3"
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"clipboard-copy": "^4.0.1",
"date-fns": "^2.30.0",
"format-number": "^3.0.0",
"lodash.throttle": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": ">=16",
Expand Down
2 changes: 1 addition & 1 deletion packages/ntypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"pu": "pnpm publish"
},
"engines": {
"node": ">=20.11.0"
"node": ">=20.15.0"
},
"standard-version": {
"skip": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nutils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build"
],
"engines": {
"node": ">=20.11.0"
"node": ">=20.15.0"
},
"scripts": {
"build": "tsc && tsup",
Expand All @@ -33,7 +33,7 @@
"dependencies": {
"is-url-superb": "^6.1.0",
"mem": "^10.0.0",
"normalize-url": "^8.0.0",
"normalize-url": "^8.0.1",
"@texonom/ntypes": "workspace:^",
"p-queue": "^8.0.1"
},
Expand Down
Loading

0 comments on commit fcc302a

Please sign in to comment.