This commit is contained in:
wanglin2 2023-12-26 21:28:47 +08:00
parent c13383b047
commit 2cfe9f3c8b

6
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "thoughts",
"version": "0.9.0",
"version": "0.9.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "thoughts",
"version": "0.9.0",
"version": "0.9.2",
"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"
}