mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-06-08 07:26:54 +00:00
feat: update core deps
This commit is contained in:
39
package.json
39
package.json
@@ -33,44 +33,43 @@
|
||||
"got": "^11.8.2",
|
||||
"isomorphic-unfetch": "^3.1.0",
|
||||
"lqip-modern": "^1.2.0",
|
||||
"next": "^10.2.0",
|
||||
"next": "^11.1.2",
|
||||
"node-fetch": "^2.6.1",
|
||||
"notion-client": "^4.9.10",
|
||||
"notion-types": "^4.8.2",
|
||||
"notion-utils": "^4.8.6",
|
||||
"notion-client": "^4.10.0",
|
||||
"notion-types": "^4.10.0",
|
||||
"notion-utils": "^4.10.0",
|
||||
"p-map": "^4.0.0",
|
||||
"p-memoize": "^4.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-body-classname": "^1.3.1",
|
||||
"react-dom": "^17.0.2",
|
||||
"react-icons": "^4.2.0",
|
||||
"react-notion-x": "^4.9.9",
|
||||
"react-notion-x": "^4.10.0",
|
||||
"react-static-tweets": "^0.5.3",
|
||||
"react-use": "^17.2.4",
|
||||
"static-tweets": "^0.5.3",
|
||||
"use-dark-mode": "^2.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/bundle-analyzer": "^10.2.0",
|
||||
"@next/bundle-analyzer": "^11.1.2",
|
||||
"@types/classnames": "^2.3.1",
|
||||
"@types/node": "^15.0.1",
|
||||
"@types/node-fetch": "^2.5.10",
|
||||
"@types/react": "^17.0.4",
|
||||
"@typescript-eslint/eslint-plugin": "^4.22.0",
|
||||
"@typescript-eslint/parser": "^4.22.0",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"@types/node": "^16.11.2",
|
||||
"@types/node-fetch": "^3.0.3",
|
||||
"@types/react": "^17.0.31",
|
||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||
"@typescript-eslint/parser": "^5.1.0",
|
||||
"cross-env": "^7.0.2",
|
||||
"eslint": "^7.25.0",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-config-standard": "^16.0.2",
|
||||
"eslint-config-standard": "^16.0.3",
|
||||
"eslint-config-standard-react": "^11.0.1",
|
||||
"eslint-plugin-import": "^2.21.2",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-node": "^11.0.0",
|
||||
"eslint-plugin-prettier": "^3.4.0",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-react": "^7.23.2",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-promise": "^5.1.1",
|
||||
"eslint-plugin-react": "^7.26.1",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^2.0.5",
|
||||
"typescript": "^4.2.4"
|
||||
"prettier": "^2.4.1",
|
||||
"typescript": "^4.4.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user