Updated many dependences included React 18
This commit is contained in:
parent
7c6b074e6d
commit
d648509311
File diff suppressed because it is too large
Load Diff
40
package.json
40
package.json
|
@ -16,39 +16,39 @@
|
|||
"@fontsource/material-icons": "^4.5.4",
|
||||
"@fontsource/material-icons-rounded": "^4.5.4",
|
||||
"@fontsource/opendyslexic": "^4.5.4",
|
||||
"@fontsource/vollkorn": "^4.5.6",
|
||||
"@fontsource/zen-maru-gothic": "^4.5.8",
|
||||
"@fontsource/vollkorn": "^4.5.9",
|
||||
"@fontsource/zen-maru-gothic": "^4.5.11",
|
||||
"@tippyjs/react": "^4.2.6",
|
||||
"autoprefixer": "^10.4.5",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"graphql-request": "^4.2.0",
|
||||
"markdown-to-jsx": "^7.1.7",
|
||||
"next": "^12.1.2",
|
||||
"nodemailer": "^6.7.3",
|
||||
"react": "17.0.2",
|
||||
"react-dom": "17.0.2",
|
||||
"next": "^12.1.6",
|
||||
"nodemailer": "^6.7.5",
|
||||
"react": "18.1.0",
|
||||
"react-dom": "18.1.0",
|
||||
"react-hotkeys-hook": "^3.4.4",
|
||||
"react-swipeable": "^6.2.1",
|
||||
"react-swipeable": "^7.0.0",
|
||||
"turndown": "^7.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@graphql-codegen/cli": "^2.6.2",
|
||||
"@graphql-codegen/typescript": "2.4.8",
|
||||
"@graphql-codegen/typescript-graphql-request": "^4.4.5",
|
||||
"@graphql-codegen/typescript-operations": "^2.3.5",
|
||||
"@types/node": "17.0.25",
|
||||
"@graphql-codegen/typescript": "2.4.10",
|
||||
"@graphql-codegen/typescript-graphql-request": "^4.4.7",
|
||||
"@graphql-codegen/typescript-operations": "^2.3.7",
|
||||
"@types/node": "17.0.31",
|
||||
"@types/nodemailer": "^6.4.4",
|
||||
"@types/react": "17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@types/react": "18.0.9",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"@types/turndown": "^5.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
||||
"@typescript-eslint/parser": "^5.20.0",
|
||||
"eslint": "^8.14.0",
|
||||
"eslint-config-next": "12.1.5",
|
||||
"graphql": "^14.7.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.22.0",
|
||||
"@typescript-eslint/parser": "^5.22.0",
|
||||
"eslint": "^8.15.0",
|
||||
"eslint-config-next": "12.1.6",
|
||||
"graphql": "^16.4.0",
|
||||
"next-sitemap": "^2.5.20",
|
||||
"prettier": "^2.6.2",
|
||||
"prettier-plugin-organize-imports": "^2.3.4",
|
||||
"tailwindcss": "^3.0.24",
|
||||
"typescript": "^4.6.3"
|
||||
"typescript": "^4.6.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue