Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorbo committed Sep 25, 2023
1 parent aefee4e commit 7abefd8
Show file tree
Hide file tree
Showing 25 changed files with 9,954 additions and 13,118 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ module.exports = {
'plugin:vue/essential',
'plugin:vue/strongly-recommended',
'@vue/standard',
'plugin:vue-i18n/recommended',
"plugin:cypress/recommended"
'plugin:vue-i18n/recommended'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off',
Expand Down
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if (process.env.NODE_ENV === 'production') {
module.exports = {
presets: [
[
'@vue/app',
'@babel/preset-env',
{
polyfills: ['es7.object.entries', 'es6.promise']
useBuiltIns: 'entry'
}
]
],
Expand Down
Loading

0 comments on commit 7abefd8

Please sign in to comment.