|
1 | 1 | {
|
2 | 2 | "name": "driver.js",
|
3 |
| - "version": "0.9.6", |
| 3 | + "version": "0.9.7", |
4 | 4 | "description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 | 5 | "main": "dist/driver.min.js",
|
6 | 6 | "types": "types/index.d.ts",
|
|
18 | 18 | "author": "Kamran Ahmed <kamranahmed.se@gmail.com>",
|
19 | 19 | "license": "MIT",
|
20 | 20 | "devDependencies": {
|
21 |
| - "@babel/core": "^7.2.2", |
22 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
23 |
| - "@babel/preset-env": "^7.3.1", |
| 21 | + "@babel/core": "^7.4.5", |
| 22 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
| 23 | + "@babel/preset-env": "^7.4.5", |
24 | 24 | "babel-eslint": "^10.0.1",
|
25 |
| - "babel-loader": "^8.0.5", |
26 |
| - "copy-webpack-plugin": "^4.6.0", |
27 |
| - "css-loader": "^2.1.0", |
28 |
| - "cssnano": "^4.1.8", |
29 |
| - "eslint": "^5.13.0", |
| 25 | + "babel-loader": "^8.0.6", |
| 26 | + "copy-webpack-plugin": "^5.0.3", |
| 27 | + "css-loader": "^3.0.0", |
| 28 | + "cssnano": "^4.1.10", |
| 29 | + "eslint": "^5.16.0", |
30 | 30 | "eslint-config-airbnb-base": "^13.1.0",
|
31 | 31 | "eslint-loader": "^2.1.2",
|
32 |
| - "eslint-plugin-import": "^2.16.0", |
33 |
| - "eslint-plugin-node": "^8.0.1", |
| 32 | + "eslint-plugin-import": "^2.17.3", |
| 33 | + "eslint-plugin-node": "^9.1.0", |
34 | 34 | "extract-loader": "^3.1.0",
|
35 | 35 | "extract-text-webpack-plugin": "next",
|
36 |
| - "file-loader": "^3.0.1", |
| 36 | + "file-loader": "^4.0.0", |
37 | 37 | "gh-pages": "^2.0.1",
|
38 | 38 | "html-webpack-plugin": "^3.2.0",
|
39 |
| - "node-sass": "^4.11.0", |
40 |
| - "opn": "^5.4.0", |
| 39 | + "node-sass": "^4.12.0", |
| 40 | + "opn": "^6.0.0", |
41 | 41 | "optimize-css-assets-webpack-plugin": "^5.0.1",
|
42 | 42 | "postcss-loader": "^3.0.0",
|
43 | 43 | "sass-loader": "^7.1.0",
|
44 | 44 | "style-loader": "^0.23.1",
|
45 |
| - "webpack": "^4.29.2", |
46 |
| - "webpack-cli": "^3.2.3", |
47 |
| - "webpack-dev-server": "^3.1.14" |
| 45 | + "webpack": "^4.34.0", |
| 46 | + "webpack-cli": "^3.3.4", |
| 47 | + "webpack-dev-server": "^3.7.1" |
48 | 48 | },
|
49 | 49 | "dependencies": {}
|
50 | 50 | }
|
0 commit comments