|
71 | 71 | "watch-css": "nodemon --ignore dist -e scss -x \"npm run css\""
|
72 | 72 | },
|
73 | 73 | "dependencies": {
|
74 |
| - "bootstrap": "^4.1.2" |
| 74 | + "bootstrap": "^4.1.3" |
75 | 75 | },
|
76 | 76 | "devDependencies": {
|
77 |
| - "@babel/cli": "^7.0.0-beta.51", |
78 |
| - "@babel/core": "^7.0.0-beta.51", |
79 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.51", |
80 |
| - "@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.51", |
81 |
| - "@babel/plugin-transform-runtime": "^7.0.0-beta.51", |
82 |
| - "@babel/preset-env": "^7.0.0-beta.51", |
83 |
| - "autoprefixer": "^8.6.3", |
84 |
| - "babel-eslint": "^8.2.6", |
85 |
| - "babel-plugin-external-helpers": "^6.22.0", |
86 |
| - "babel-plugin-istanbul": "^4.1.6", |
| 77 | + "@babel/cli": "^7.0.0", |
| 78 | + "@babel/core": "^7.0.0", |
| 79 | + "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
| 80 | + "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
| 81 | + "@babel/plugin-transform-runtime": "^7.0.0", |
| 82 | + "@babel/preset-env": "^7.0.0", |
| 83 | + "autoprefixer": "^9.1.5", |
| 84 | + "babel-eslint": "^9.0.0", |
| 85 | + "babel-plugin-external-helpers": "^7.0.0-beta.3", |
| 86 | + "babel-plugin-istanbul": "^5.0.1", |
87 | 87 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
88 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
89 |
| - "clean-css-cli": "^4.1.11", |
| 88 | + "babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3", |
| 89 | + "clean-css-cli": "^4.2.1", |
90 | 90 | "cross-env": "^5.2.0",
|
91 |
| - "eslint": "^5.1.0", |
92 |
| - "eslint-plugin-compat": "^2.4.0", |
93 |
| - "node-sass": "^4.9.2", |
94 |
| - "nodemon": "^1.17.5", |
| 91 | + "eslint": "^5.5.0", |
| 92 | + "eslint-plugin-compat": "^2.5.1", |
| 93 | + "node-sass": "^4.9.3", |
| 94 | + "nodemon": "^1.18.4", |
95 | 95 | "npm-run-all": "^4.1.3",
|
96 |
| - "postcss-cli": "^5.0.1", |
97 |
| - "rollup": "^0.62.0", |
98 |
| - "rollup-plugin-babel": "^4.0.0-beta.5", |
99 |
| - "rollup-plugin-node-resolve": "^3.3.0", |
100 |
| - "semver": "^5.5.0", |
| 96 | + "postcss-cli": "^6.0.0", |
| 97 | + "rollup": "^0.65.0", |
| 98 | + "rollup-plugin-babel": "^4.0.3", |
| 99 | + "rollup-plugin-node-resolve": "^3.4.0", |
| 100 | + "semver": "^5.5.1", |
101 | 101 | "shelljs": "^0.8.2",
|
102 | 102 | "shx": "^0.3.0",
|
103 |
| - "stylelint": "^9.3.0", |
| 103 | + "stylelint": "^9.5.0", |
104 | 104 | "stylelint-config-recommended-scss": "^3.2.0",
|
105 | 105 | "stylelint-config-standard": "^18.2.0",
|
106 |
| - "stylelint-order": "^0.8.1", |
107 |
| - "stylelint-scss": "^3.1.3", |
108 |
| - "uglify-js": "^3.4.0" |
| 106 | + "stylelint-order": "^1.0.0", |
| 107 | + "stylelint-scss": "^3.3.0", |
| 108 | + "uglify-js": "^3.4.9" |
109 | 109 | },
|
110 | 110 | "peerDependencies": {
|
111 | 111 | "jquery": "1.9.1 - 3",
|
|
0 commit comments