mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
chore: 更新依赖
This commit is contained in:
parent
b5bfc76b43
commit
f7e3c6cef1
13161
package-lock.json
generated
13161
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
25
package.json
25
package.json
@ -11,9 +11,9 @@
|
||||
"dependencies": {
|
||||
"@icon-park/vue-next": "^1.3.5",
|
||||
"animate.css": "^4.1.1",
|
||||
"ant-design-vue": "^2.2.8",
|
||||
"ant-design-vue": "^3.0.0-alpha.11",
|
||||
"chartist": "^0.11.4",
|
||||
"clipboard": "^2.0.6",
|
||||
"clipboard": "^2.0.8",
|
||||
"core-js": "^3.6.5",
|
||||
"crypto-js": "^4.0.0",
|
||||
"dexie": "^3.0.3",
|
||||
@ -21,7 +21,7 @@
|
||||
"hfmath": "0.0.2",
|
||||
"lodash": "^4.17.20",
|
||||
"mitt": "^3.0.0",
|
||||
"pptxgenjs": "^3.7.0",
|
||||
"pptxgenjs": "^3.7.1",
|
||||
"prosemirror-commands": "^1.1.7",
|
||||
"prosemirror-dropcursor": "^1.3.2",
|
||||
"prosemirror-gapcursor": "^1.1.5",
|
||||
@ -35,18 +35,17 @@
|
||||
"svg-arc-to-cubic-bezier": "^3.2.0",
|
||||
"svg-pathdata": "^6.0.0",
|
||||
"tinycolor2": "^1.4.2",
|
||||
"vue": "^3.2.12",
|
||||
"vue": "^3.2.22",
|
||||
"vuedraggable": "^4.0.1",
|
||||
"vuex": "^4.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^11.0.0",
|
||||
"@commitlint/config-conventional": "^11.0.0",
|
||||
"@commitlint/cli": "^12.0.0",
|
||||
"@commitlint/config-conventional": "^12.0.0",
|
||||
"@types/chartist": "^0.11.0",
|
||||
"@types/clipboard": "^2.0.1",
|
||||
"@types/crypto-js": "^4.0.1",
|
||||
"@types/file-saver": "^2.0.1",
|
||||
"@types/jest": "^24.0.19",
|
||||
"@types/prosemirror-commands": "^1.0.3",
|
||||
"@types/prosemirror-dropcursor": "^1.0.0",
|
||||
"@types/prosemirror-gapcursor": "^1.0.1",
|
||||
@ -63,25 +62,23 @@
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-eslint": "~4.5.0",
|
||||
"@vue/cli-plugin-typescript": "~4.5.0",
|
||||
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
||||
"@vue/cli-plugin-vuex": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.2.12",
|
||||
"@vue/compiler-sfc": "^3.2.22",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"@vue/test-utils": "^2.0.0-0",
|
||||
"babel-plugin-import": "^1.13.3",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-vue": "^7.0.0-0",
|
||||
"eslint-plugin-vue": "^7.1.0",
|
||||
"husky": "^7.0.2",
|
||||
"less": "^3.12.2",
|
||||
"less": "^4.1.1",
|
||||
"less-loader": "^7.1.0",
|
||||
"sass": "^1.32.13",
|
||||
"sass": "^1.43.4",
|
||||
"sass-loader": "^8.0.2",
|
||||
"stylelint": "^13.8.0",
|
||||
"stylelint-config-standard": "^20.0.0",
|
||||
"stylelint-webpack-plugin": "^2.1.1",
|
||||
"typescript": "^4.3.5",
|
||||
"vue-jest": "^5.0.0-0"
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user