Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsde committed Feb 2, 2019
1 parent f8d2a0e commit aa63a0d
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 345 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -32,16 +32,16 @@
"chalk": "^2.4.2",
"commander": "^2.17.1",
"fs-extra": "^7.0.0",
"inquirer": "^6.2.1"
"inquirer": "^6.2.2"
},
"devDependencies": {
"@pangolin/eslint-config": "^2.0.0",
"@pangolin/stylelint-config": "^1.2.0",
"ava": "^1.1.0",
"eslint": "^5.12.0",
"@pangolin/eslint-config": "^2.2.0",
"@pangolin/stylelint-config": "^1.3.0",
"ava": "^1.2.0",
"eslint": "^5.13.0",
"eslint-plugin-ava": "^5.1.1",
"nyc": "^13.1.0",
"stylelint": "^9.4.0"
"stylelint": "^9.10.1"
},
"engines": {
"node": ">= 10.0.0"
Expand Down
2 changes: 0 additions & 2 deletions template/src/components/molecules/form/form.js
@@ -1,5 +1,3 @@
/* global FormData */

import objectFromArray from '@/functions/object-from-array'

const form = document.querySelector('.js-form')
Expand Down

0 comments on commit aa63a0d

Please sign in to comment.