Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janschoenherr committed Oct 9, 2018
1 parent 7019531 commit a9988ce
Show file tree
Hide file tree
Showing 4 changed files with 897 additions and 2,461 deletions.
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -30,23 +30,23 @@
},
"homepage": "https://getuikit.com",
"devDependencies": {
"archiver": "^2.0.3",
"archiver": "3.0.0",
"buble": "^0.19.3",
"buble-loader": "^0.5.0",
"circular-dependency-plugin": "^5.0.2",
"clean-css": "^4.1.11",
"dateformat": "^3.0.3",
"eslint": "^4.18.2",
"fs-extra": "^5.0.0",
"eslint": "5.6.1",
"fs-extra": "7.0.0",
"glob": "^7.1.2",
"inquirer": "^5.1.0",
"inquirer": "6.2.0",
"less": "^2.7.2",
"make-dir-cli": "^1.0.0",
"minimist": "^1.2.0",
"npm-watch": "github:dasdeck/npm-watch#46a8a36c61cfd998ed53d27f62eaf79e11c395b4",
"postcss": "^6.0.22",
"postcss": "7.0.5",
"raw-loader": "^0.5.1",
"rollup": "^0.59.4",
"rollup": "0.66.5",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-import-alias": "^1.0.4",
Expand All @@ -55,9 +55,9 @@
"rtlcss": "^2.2.0",
"shortid": "^2.2.8",
"uglify-js": "^3.3.25",
"uglifyjs-webpack-plugin": "^1.2.2",
"uglifyjs-webpack-plugin": "2.0.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.1.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "^3.1.3"
},
"watch": {
Expand Down
2 changes: 1 addition & 1 deletion src/js/api/hooks.js
@@ -1,4 +1,4 @@
import {assign, createEvent, fastdom, includes, isPlainObject, ready} from 'uikit-util';
import {assign, createEvent, fastdom, includes, isPlainObject} from 'uikit-util';

export default function (UIkit) {

Expand Down
2 changes: 1 addition & 1 deletion src/js/mixin/modal.js
@@ -1,4 +1,4 @@
import {$, addClass, append, css, hasClass, on, once, Promise, removeClass, toMs, trigger, width, within} from 'uikit-util';
import {$, addClass, append, css, hasClass, on, once, Promise, removeClass, toMs, width, within} from 'uikit-util';
import Class from './class';
import Container from './container';
import Togglable from './togglable';
Expand Down

0 comments on commit a9988ce

Please sign in to comment.