Skip to content

Commit

Permalink
fix: typo, ifx #637
Browse files Browse the repository at this point in the history
  • Loading branch information
anncwb committed May 22, 2021
1 parent 7519a00 commit e3569b8
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 63 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,25 @@
},
"dependencies": {
"@iconify/iconify": "^2.0.1",
"@logicflow/core": "^0.4.3",
"@logicflow/extension": "^0.4.3",
"@logicflow/core": "^0.4.6",
"@logicflow/extension": "^0.4.6",
"@vueuse/core": "^4.11.0",
"@zxcvbn-ts/core": "^0.3.0",
"ant-design-vue": "^2.1.6",
"axios": "^0.21.1",
"codemirror": "^5.61.0",
"codemirror": "^5.61.1",
"cropperjs": "^1.5.11",
"crypto-js": "^4.0.0",
"echarts": "^5.1.1",
"lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.0",
"pinia": "2.0.0-alpha.18",
"pinia": "2.0.0-alpha.13",
"print-js": "^1.6.0",
"qrcode": "^1.4.4",
"sortablejs": "^1.13.0",
"tinymce": "^5.8.0",
"tinymce": "^5.8.1",
"vditor": "^3.8.5",
"vue": "3.0.11",
"vue-i18n": "9.0.0",
Expand All @@ -63,7 +63,7 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@iconify/json": "^1.1.344",
"@iconify/json": "^1.1.347",
"@purge-icons/generated": "^0.7.0",
"@types/codemirror": "^5.60.0",
"@types/crypto-js": "^4.0.1",
Expand All @@ -86,7 +86,7 @@
"conventional-changelog-cli": "^2.1.1",
"cross-env": "^7.0.3",
"dotenv": "^9.0.2",
"eslint": "^7.26.0",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.0.8",
"eslint-plugin-prettier": "^3.4.0",
Expand All @@ -95,11 +95,11 @@
"fs-extra": "^10.0.0",
"http-server": "^0.12.3",
"husky": "^6.0.0",
"inquirer": "^8.0.0",
"inquirer": "^8.1.0",
"is-ci": "^3.0.0",
"less": "^4.1.1",
"lint-staged": "^11.0.0",
"postcss": "^8.2.15",
"postcss": "^8.3.0",
"prettier": "^2.3.0",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2",
Expand Down
Loading

0 comments on commit e3569b8

Please sign in to comment.