Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
fix: invalid regular expression in safari
Browse files Browse the repository at this point in the history
close #20
  • Loading branch information
buqiyuan committed Jul 26, 2022
1 parent 9db10b0 commit 3939f82
Show file tree
Hide file tree
Showing 4 changed files with 544 additions and 530 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,43 +33,43 @@
"dependencies": {
"@ant-design/icons-vue": "~6.1.0",
"@vue/runtime-core": "~3.2.37",
"@vueuse/core": "~8.9.2",
"@vueuse/core": "~9.0.0",
"ant-design-vue": "~3.2.10",
"axios": "~0.27.2",
"dayjs": "~1.11.3",
"dayjs": "~1.11.4",
"file-saver": "~2.0.5",
"lodash-es": "~4.17.21",
"mitt": "~3.0.0",
"nprogress": "~1.0.0-1",
"pinia": "~2.0.16",
"pinia": "~2.0.17",
"qs": "~6.11.0",
"socket.io-client": "~4.5.1",
"sortablejs": "~1.15.0",
"vue": "~3.2.37",
"vue-i18n": "9.2.0-beta.30",
"vue-router": "~4.0.16",
"vue-types": "~4.1.1",
"vue-types": "~4.2.0",
"xlsx": "~0.18.5"
},
"devDependencies": {
"@commitlint/cli": "~17.0.3",
"@commitlint/config-conventional": "~17.0.3",
"@types/lodash-es": "~4.17.6",
"@types/node": "~18.0.3",
"@typescript-eslint/eslint-plugin": "~5.30.6",
"@typescript-eslint/parser": "~5.30.6",
"@types/node": "~18.6.1",
"@typescript-eslint/eslint-plugin": "~5.31.0",
"@typescript-eslint/parser": "~5.31.0",
"@vitejs/plugin-legacy": "~2.0.0",
"@vitejs/plugin-vue": "~3.0.0",
"@vitejs/plugin-vue": "~3.0.1",
"@vitejs/plugin-vue-jsx": "~2.0.0",
"commitizen": "~4.2.4",
"commitizen": "~4.2.5",
"conventional-changelog-cli": "~2.2.2",
"cross-env": "~7.0.3",
"eslint": "~8.19.0",
"eslint": "~8.20.0",
"eslint-config-prettier": "~8.5.0",
"eslint-define-config": "~1.5.1",
"eslint-plugin-import": "~2.26.0",
"eslint-plugin-prettier": "~4.2.1",
"eslint-plugin-vue": "~9.2.0",
"eslint-plugin-vue": "~9.3.0",
"husky": "~8.0.1",
"less": "~4.1.3",
"lint-staged": "~12.5.0",
Expand All @@ -87,17 +87,17 @@
"stylelint-config-recommended-vue": "~1.4.0",
"stylelint-config-standard": "~26.0.0",
"stylelint-order": "~5.0.0",
"terser": "~5.14.1",
"terser": "~5.14.2",
"typescript": "~4.7.4",
"unocss": "^0.44.1",
"unplugin-vue-components": "~0.21.1",
"unocss": "^0.44.7",
"unplugin-vue-components": "~0.21.2",
"unplugin-vue-define-options": "~0.6.2",
"vite": "~3.0.0",
"vite": "~3.0.3",
"vite-plugin-checker": "~0.4.9",
"vite-plugin-mock": "~2.9.6",
"vite-plugin-svg-icons": "~2.0.1",
"vue-eslint-parser": "~9.0.3",
"vue-tsc": "~0.38.5"
"vue-tsc": "~0.39.0"
},
"__npminstall_done": false,
"repository": {
Expand Down

1 comment on commit 3939f82

@vercel
Copy link

@vercel vercel bot commented on 3939f82 Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vite-vue3-admin – ./

vite-vue3-admin.vercel.app
vite-vue3-admin-buqiyuan.vercel.app
vite-vue3-admin-git-main-buqiyuan.vercel.app

Please sign in to comment.