Skip to content

Commit

Permalink
chore: update package dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ckvv committed Feb 16, 2023
1 parent 213b3e2 commit b14bcef
Show file tree
Hide file tree
Showing 4 changed files with 1,997 additions and 1,468 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = {
'@typescript-eslint/semi': ['error', 'always'],
'no-console': 'off',
'vue/require-explicit-emits': 'off',
'unused-imports/no-unused-vars': 'off',
},
};
2 changes: 1 addition & 1 deletion build/build.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path';
import resolve from '@rollup/plugin-node-resolve';
import alias from '@rollup/plugin-alias';
import vue from 'rollup-plugin-vue';
import { terser } from 'rollup-plugin-terser';
import terser from '@rollup/plugin-terser';
import postcss from 'rollup-plugin-postcss';
import commonjs from '@rollup/plugin-commonjs';

Expand Down
Loading

0 comments on commit b14bcef

Please sign in to comment.