Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfindl committed Oct 16, 2020
1 parent 06e9207 commit a7c3860
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
9 changes: 2 additions & 7 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,12 @@
module.exports = {
"env": {
"commonjs": true,
"es6": true,
"es2021": true,
"node": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
"ecmaVersion": 12
},
"rules": {
"indent": [
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
},
"homepage": "https://github.com/oliverfindl/vue-svg-inline-loader#readme",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"@babel/runtime": "^7.8.7",
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.12.1",
"core-js": "^2.6.11",
"loader-utils": "^1.4.0",
"loader-utils": "^2.0.0",
"schema-utils": "^3.0.0",
"svgo": "^1.3.2"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.7",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"eslint": "^6.8.0",
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"eslint": "^7.11.0",
"rimraf": "^3.0.2"
}
}

0 comments on commit a7c3860

Please sign in to comment.