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/image-types/global" />
|
||||
/// <reference path="./.next/types/routes.d.ts" />
|
||||
|
||||
// NOTE: This file should not be edited
|
||||
// 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",
|
||||
"ky": "^1.8.1",
|
||||
"lqip-modern": "^2.2.1",
|
||||
"next": "^15.3.3",
|
||||
"notion-client": "^7.4.3",
|
||||
"notion-types": "^7.4.3",
|
||||
"notion-utils": "^7.4.3",
|
||||
"next": "^15.5.3",
|
||||
"notion-client": "^7.5.1",
|
||||
"notion-types": "^7.5.1",
|
||||
"notion-utils": "^7.5.1",
|
||||
"p-map": "^7.0.3",
|
||||
"p-memoize": "^7.1.1",
|
||||
"posthog-js": "^1.249.4",
|
||||
"prismjs": "^1.30.0",
|
||||
"react": "^19.1.0",
|
||||
"react": "^19.1.1",
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "^19.1.0",
|
||||
"react-notion-x": "^7.4.3",
|
||||
"react-dom": "^19.1.1",
|
||||
"react-notion-x": "^7.5.0",
|
||||
"react-tweet": "^3.2.2",
|
||||
"react-use": "^17.6.0",
|
||||
"rss": "^1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fisch0920/config": "^1.1.2",
|
||||
"@fisch0920/config": "^1.2.1",
|
||||
"@next/bundle-analyzer": "^15.3.3",
|
||||
"@types/node": "^22.15.30",
|
||||
"@types/node": "^24.5.2",
|
||||
"@types/prismjs": "^1.26.5",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react": "^19.1.13",
|
||||
"@types/react-body-classname": "^1.1.10",
|
||||
"@types/rss": "^0.0.32",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^9.28.0",
|
||||
"cross-env": "^10.0.0",
|
||||
"eslint": "^9.35.0",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"prettier": "^3.5.3",
|
||||
"typescript": "^5.8.3"
|
||||
"prettier": "^3.6.2",
|
||||
"typescript": "^5.9.2"
|
||||
},
|
||||
"overrides": {
|
||||
"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