This commit is contained in:
wanglin2 2024-01-29 22:11:26 +08:00
parent ed252f64ea
commit 59eab15c3a

6
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "thoughts",
"version": "0.9.2",
"version": "0.9.6",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thoughts",
"version": "0.9.2",
"version": "0.9.6",
"hasInstallScript": true,
"dependencies": {
"@toast-ui/editor": "^3.1.5",
@ -20833,6 +20833,7 @@
"version": "4.5.19",
"dev": true,
"requires": {
"@babel/core": "^7.11.0",
"@babel/helper-compilation-targets": "^7.9.6",
"@babel/helper-module-imports": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
@ -20845,6 +20846,7 @@
"@vue/babel-plugin-jsx": "^1.0.3",
"@vue/babel-preset-jsx": "^1.2.4",
"babel-plugin-dynamic-import-node": "^2.3.3",
"core-js": "^3.6.5",
"core-js-compat": "^3.6.5",
"semver": "^6.1.0"
}