Skip to content

Commit

Permalink
fix: update package
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Dec 24, 2021
1 parent 3560a75 commit 5a98913
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 147 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
"release": "standard-version"
},
"dependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue": "^2.0.1",
"axios": "^0.24.0",
"element-plus": "^1.2.0-beta.5",
"element-plus": "^1.2.0-beta.6",
"mitt": "^3.0.0",
"naive-ui": "^2.21.5",
"naive-ui": "^2.23.1",
"qs": "^6.10.2",
"rollup-plugin-visualizer": "^5.5.2",
"vite": "^2.7.1",
"vue": "^3.2.24",
"vite": "^2.7.6",
"vue": "^3.2.26",
"vue-router": "4.0.12"
},
"devDependencies": {
"rollup-plugin-visualizer": "^5.5.2",
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/compiler-sfc": "^3.2.24",
"eslint": "^8.4.1",
"@vue/compiler-sfc": "^3.2.26",
"eslint": "^8.5.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-vue": "^8.2.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"lint-staged": "^12.1.3",
"standard-version": "^9.3.2",
"vite-plugin-windicss": "^1.6.1",
"windicss": "^3.4.0"
Expand Down
10 changes: 0 additions & 10 deletions tailwind.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable import/no-extraneous-dependencies */
import path from 'path';
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
// eslint-disable-next-line import/no-extraneous-dependencies
import WindiCSS from 'vite-plugin-windicss';
import { visualizer } from 'rollup-plugin-visualizer';
import PACKAGE from './package.json';
Expand Down
Loading

0 comments on commit 5a98913

Please sign in to comment.