build: update packages

This commit is contained in:
Tristan Yang
2022-07-31 22:55:55 +08:00
parent 33c24baecb
commit 85ee4d9384
2 changed files with 282 additions and 108 deletions
+18 -18
View File
@@ -15,14 +15,14 @@
"@toast-ui/editor": "^3.1.10",
"@toast-ui/editor-plugin-code-syntax-highlight": "^3.0.0",
"@toast-ui/react-editor": "^3.1.10",
"@types/node": "^18.6.1",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@udecode/plate": "^15.0.3",
"@udecode/plate": "^15.0.5",
"@uiball/loaders": "^1.2.6",
"animate.css": "^4.1.1",
"bfj": "^7.0.2",
"browserslist": "^4.21.2",
"browserslist": "^4.21.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"copy-image-clipboard": "^2.1.2",
"css-loader": "^6.7.1",
@@ -62,11 +62,11 @@
"react-string-replace": "^1.1.0",
"react-textarea-autosize": "^8.3.4",
"resolve": "^1.22.1",
"rooks": "^5.14.0",
"rooks": "^6.0.1",
"semver": "^7.3.7",
"slate": "^0.81.1",
"slate": "^0.82.0",
"slate-history": "^0.66.0",
"slate-react": "^0.81.0",
"slate-react": "^0.82.0",
"source-map-loader": "^4.0.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
@@ -78,18 +78,18 @@
"webpack": "^5.74.0",
"webpack-dev-server": "^4.9.3",
"webpack-manifest-plugin": "^5.0.0",
"workbox-background-sync": "^6.5.3",
"workbox-broadcast-update": "^6.5.3",
"workbox-cacheable-response": "^6.5.3",
"workbox-core": "^6.5.3",
"workbox-expiration": "^6.5.3",
"workbox-navigation-preload": "^6.5.3",
"workbox-precaching": "^6.5.3",
"workbox-range-requests": "^6.5.3",
"workbox-routing": "^6.5.3",
"workbox-strategies": "^6.5.3",
"workbox-streams": "^6.5.3",
"workbox-webpack-plugin": "^6.5.3"
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4"
},
"scripts": {
"start": "REACT_APP_BUILD_TIME=$(date +%s) node scripts/start.js",