|
73 | 73 | "dependencies": {
|
74 | 74 | "@babel/polyfill": "^7.2.5",
|
75 | 75 | "@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
|
76 |
| - "bootstrap": "^4.2.1" |
| 76 | + "bootstrap": "^4.3.1" |
77 | 77 | },
|
78 | 78 | "devDependencies": {
|
79 | 79 | "@babel/cli": "^7.2.3",
|
80 |
| - "@babel/core": "^7.2.2", |
| 80 | + "@babel/core": "^7.3.3", |
81 | 81 | "@babel/plugin-external-helpers": "^7.2.0",
|
82 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 82 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
83 | 83 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
84 | 84 | "@babel/plugin-transform-runtime": "^7.2.0",
|
85 |
| - "@babel/preset-env": "^7.2.3", |
86 |
| - "autoprefixer": "^9.4.4", |
| 85 | + "@babel/preset-env": "^7.3.1", |
| 86 | + "autoprefixer": "^9.4.8", |
87 | 87 | "babel-eslint": "^10.0.1",
|
88 |
| - "babel-plugin-istanbul": "^5.1.0", |
| 88 | + "babel-plugin-istanbul": "^5.1.1", |
89 | 89 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
90 | 90 | "clean-css-cli": "^4.2.1",
|
91 | 91 | "copyfiles": "^2.1.0",
|
92 | 92 | "cross-env": "^5.2.0",
|
93 |
| - "eslint": "^5.12.0", |
94 |
| - "eslint-plugin-compat": "^2.6.2", |
| 93 | + "eslint": "^5.14.1", |
| 94 | + "eslint-plugin-compat": "^2.7.0", |
95 | 95 | "node-sass": "^4.11.0",
|
96 |
| - "nodemon": "^1.18.9", |
| 96 | + "nodemon": "^1.18.10", |
97 | 97 | "npm-run-all": "^4.1.5",
|
98 | 98 | "postcss-cli": "^6.1.1",
|
99 | 99 | "rimraf": "^2.6.3",
|
100 |
| - "rollup": "^0.68.2", |
101 |
| - "rollup-plugin-babel": "^4.3.0", |
| 100 | + "rollup": "^1.2.2", |
| 101 | + "rollup-plugin-babel": "^4.3.2", |
102 | 102 | "rollup-plugin-commonjs": "^9.2.0",
|
103 |
| - "rollup-plugin-node-resolve": "^3.4.0", |
| 103 | + "rollup-plugin-node-resolve": "^4.0.0", |
104 | 104 | "semver": "^5.6.0",
|
105 | 105 | "shelljs": "^0.8.3",
|
106 | 106 | "shx": "^0.3.2",
|
107 |
| - "stylelint": "^9.9.0", |
| 107 | + "stylelint": "^9.10.1", |
108 | 108 | "stylelint-config-recommended-scss": "^3.2.0",
|
109 | 109 | "stylelint-config-standard": "^18.2.0",
|
110 | 110 | "stylelint-order": "^2.0.0",
|
111 |
| - "stylelint-scss": "^3.4.4", |
| 111 | + "stylelint-scss": "^3.5.3", |
112 | 112 | "uglify-js": "^3.4.9"
|
113 | 113 | },
|
114 | 114 | "peerDependencies": {
|
|
0 commit comments