mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 15:09:47 +00:00
feat: bump core deps
This commit is contained in:
1
next-env.d.ts
vendored
1
next-env.d.ts
vendored
@@ -1,5 +1,6 @@
|
|||||||
/// <reference types="next" />
|
/// <reference types="next" />
|
||||||
/// <reference types="next/image-types/global" />
|
/// <reference types="next/image-types/global" />
|
||||||
|
/// <reference path="./.next/types/routes.d.ts" />
|
||||||
|
|
||||||
// NOTE: This file should not be edited
|
// NOTE: This file should not be edited
|
||||||
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
|
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
|
||||||
|
|||||||
28
package.json
28
package.json
@@ -40,35 +40,35 @@
|
|||||||
"fathom-client": "^3.4.1",
|
"fathom-client": "^3.4.1",
|
||||||
"ky": "^1.8.1",
|
"ky": "^1.8.1",
|
||||||
"lqip-modern": "^2.2.1",
|
"lqip-modern": "^2.2.1",
|
||||||
"next": "^15.3.3",
|
"next": "^15.5.3",
|
||||||
"notion-client": "^7.4.3",
|
"notion-client": "^7.5.1",
|
||||||
"notion-types": "^7.4.3",
|
"notion-types": "^7.5.1",
|
||||||
"notion-utils": "^7.4.3",
|
"notion-utils": "^7.5.1",
|
||||||
"p-map": "^7.0.3",
|
"p-map": "^7.0.3",
|
||||||
"p-memoize": "^7.1.1",
|
"p-memoize": "^7.1.1",
|
||||||
"posthog-js": "^1.249.4",
|
"posthog-js": "^1.249.4",
|
||||||
"prismjs": "^1.30.0",
|
"prismjs": "^1.30.0",
|
||||||
"react": "^19.1.0",
|
"react": "^19.1.1",
|
||||||
"react-body-classname": "^1.3.1",
|
"react-body-classname": "^1.3.1",
|
||||||
"react-dom": "^19.1.0",
|
"react-dom": "^19.1.1",
|
||||||
"react-notion-x": "^7.4.3",
|
"react-notion-x": "^7.5.0",
|
||||||
"react-tweet": "^3.2.2",
|
"react-tweet": "^3.2.2",
|
||||||
"react-use": "^17.6.0",
|
"react-use": "^17.6.0",
|
||||||
"rss": "^1.2.2"
|
"rss": "^1.2.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fisch0920/config": "^1.1.2",
|
"@fisch0920/config": "^1.2.1",
|
||||||
"@next/bundle-analyzer": "^15.3.3",
|
"@next/bundle-analyzer": "^15.3.3",
|
||||||
"@types/node": "^22.15.30",
|
"@types/node": "^24.5.2",
|
||||||
"@types/prismjs": "^1.26.5",
|
"@types/prismjs": "^1.26.5",
|
||||||
"@types/react": "^19.1.6",
|
"@types/react": "^19.1.13",
|
||||||
"@types/react-body-classname": "^1.1.10",
|
"@types/react-body-classname": "^1.1.10",
|
||||||
"@types/rss": "^0.0.32",
|
"@types/rss": "^0.0.32",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^10.0.0",
|
||||||
"eslint": "^9.28.0",
|
"eslint": "^9.35.0",
|
||||||
"npm-run-all2": "^8.0.4",
|
"npm-run-all2": "^8.0.4",
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.6.2",
|
||||||
"typescript": "^5.8.3"
|
"typescript": "^5.9.2"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"cacheable-request": {
|
"cacheable-request": {
|
||||||
|
|||||||
1290
pnpm-lock.yaml
generated
1290
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user