Skip to content

Commit

Permalink
Merge 025d9b5 into 598fcf0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 18, 2022
2 parents 598fcf0 + 025d9b5 commit 64e9a5a
Show file tree
Hide file tree
Showing 2 changed files with 1,781 additions and 1,344 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -32,9 +32,9 @@
"docs:build": "vitepress build docs",
"dist": "vite build -c build/vite.config.js && node build/single.js",
"test": "jest --coverage",
"test:watch": "pnpm test -- --watch",
"test:watch": "npm test -- --watch",
"lint": "eslint --ext .js,.vue src build docs/.vitepress",
"lint:fix": "pnpm lint -- --fix"
"lint:fix": "npm lint -- --fix"
},
"devDependencies": {
"@babel/preset-env": "7.17.12",
Expand All @@ -46,14 +46,15 @@
"@vue/vue3-jest": "28.0.0",
"axios": "0.27.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "27.5.1",
"babel-jest": "28.1.0",
"bootstrap": "3.4.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-html": "6.2.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-vue": "8.7.1",
"jest": "27.5.1",
"jest": "28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jest-serializer-vue": "2.0.2",
"less": "4.1.2",
"lodash": "4.17.21",
Expand Down

0 comments on commit 64e9a5a

Please sign in to comment.