build: upgrade packages

This commit is contained in:
Tristan Yang
2022-10-22 14:49:25 +08:00
parent 18a4d945b7
commit 18813a9ebb
2 changed files with 688 additions and 447 deletions
+24 -24
View File
@@ -7,15 +7,15 @@
"@emoji-mart/data": "^1.0.6",
"@metamask/onboarding": "^1.0.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
"@react-oauth/google": "^0.2.8",
"@reduxjs/toolkit": "^1.8.5",
"@svgr/webpack": "^6.3.1",
"@reduxjs/toolkit": "^1.8.6",
"@svgr/webpack": "^6.5.0",
"@tippyjs/react": "^4.2.6",
"@toast-ui/editor": "^3.2.0",
"@toast-ui/editor": "^3.2.1",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.1.0",
"@toast-ui/react-editor": "^3.2.0",
"@types/node": "^18.7.23",
"@toast-ui/react-editor": "^3.2.2",
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@udecode/plate": "16.8",
@@ -25,14 +25,14 @@
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-image-clipboard": "^2.1.2",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.1.0",
"dayjs": "^1.11.5",
"dotenv": "^16.0.2",
"css-minimizer-webpack-plugin": "^4.2.2",
"dayjs": "^1.11.6",
"dotenv": "^16.0.3",
"dotenv-expand": "^9.0.0",
"emoji-mart": "3.0.1",
"eslint": "^8.24.0",
"eslint": "^8.26.0",
"file-loader": "^6.2.0",
"firebase": "^9.10.0",
"firebase": "^9.12.1",
"fs-extra": "^10.1.0",
"html-webpack-plugin": "^5.5.0",
"linkify-it": "3.0.3",
@@ -51,29 +51,29 @@
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-icons": "^4.6.0",
"react-linkify": "^1.0.0-alpha",
"react-pdf": "^5.7.2",
"react-redux": "^8.0.4",
"react-refresh": "0.14.0",
"react-router-dom": "^6.4.1",
"react-router-dom": "^6.4.2",
"react-scripts": "^5.0.1",
"react-string-replace": "^1.1.0",
"react-textarea-autosize": "^8.3.4",
"resolve": "^1.22.1",
"rooks": "^7.4.0",
"semver": "^7.3.7",
"slate": "^0.82.1",
"semver": "^7.3.8",
"slate": "^0.84.0",
"slate-history": "^0.66.0",
"slate-react": "^0.83.0",
"source-map-loader": "^4.0.0",
"slate-react": "^0.83.2",
"source-map-loader": "^4.0.1",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"styled-components": "^5.3.6",
"styled-reset": "^4.4.2",
"swiper": "^8.4.2",
"swiper": "^8.4.4",
"terser-webpack-plugin": "^5.3.6",
"tippy.js": "^6.3.7",
"typescript": "^4.8.3",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-dev-server": "^4.11.1",
"webpack-manifest-plugin": "^5.0.0",
@@ -120,7 +120,7 @@
]
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/core": "^7.19.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
@@ -129,8 +129,8 @@
"@types/react-helmet": "^6.1.5",
"@types/react-linkify": "^1.0.1",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-loader": "^8.2.5",
"babel-plugin-named-asset-import": "^0.3.8",
@@ -138,7 +138,7 @@
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
+664 -423
View File
File diff suppressed because it is too large Load Diff