|
72 | 72 | "watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
|
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 |
| - "@babel/polyfill": "^7.4.0", |
76 | 75 | "@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
|
77 |
| - "bootstrap": "^4.3.1" |
| 76 | + "bootstrap": "^4.3.1", |
| 77 | + "core-js": "^3.1.3", |
| 78 | + "regenerator-runtime": "^0.13.2" |
78 | 79 | },
|
79 | 80 | "devDependencies": {
|
80 |
| - "@babel/cli": "^7.2.3", |
81 |
| - "@babel/core": "^7.4.0", |
| 81 | + "@babel/cli": "^7.4.4", |
| 82 | + "@babel/core": "^7.4.5", |
82 | 83 | "@babel/plugin-external-helpers": "^7.2.0",
|
83 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.4.0", |
| 84 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
84 | 85 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
85 |
| - "@babel/plugin-transform-runtime": "^7.4.0", |
86 |
| - "@babel/preset-env": "^7.4.2", |
87 |
| - "autoprefixer": "^9.5.0", |
| 86 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 87 | + "@babel/preset-env": "^7.4.5", |
| 88 | + "autoprefixer": "^9.5.1", |
88 | 89 | "babel-eslint": "^10.0.1",
|
89 |
| - "babel-plugin-istanbul": "^5.1.1", |
| 90 | + "babel-plugin-istanbul": "^5.1.4", |
90 | 91 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
91 |
| - "clean-css-cli": "^4.2.1", |
| 92 | + "clean-css-cli": "^4.3.0", |
92 | 93 | "copyfiles": "^2.1.0",
|
93 | 94 | "cross-env": "^5.2.0",
|
94 |
| - "eslint": "^5.15.3", |
95 |
| - "eslint-plugin-compat": "^2.7.0", |
96 |
| - "node-sass": "^4.11.0", |
97 |
| - "nodemon": "^1.18.10", |
| 95 | + "eslint": "^5.16.0", |
| 96 | + "eslint-plugin-compat": "^3.1.1", |
| 97 | + "node-sass": "^4.12.0", |
| 98 | + "nodemon": "^1.19.1", |
98 | 99 | "npm-run-all": "^4.1.5",
|
99 | 100 | "postcss-cli": "^6.1.2",
|
100 | 101 | "rimraf": "^2.6.3",
|
101 |
| - "rollup": "^1.7.0", |
| 102 | + "rollup": "^1.13.0", |
102 | 103 | "rollup-plugin-babel": "^4.3.2",
|
103 |
| - "rollup-plugin-commonjs": "^9.2.1", |
104 |
| - "rollup-plugin-node-resolve": "^4.0.1", |
105 |
| - "semver": "^5.6.0", |
| 104 | + "rollup-plugin-commonjs": "^10.0.0", |
| 105 | + "rollup-plugin-node-resolve": "^5.0.1", |
| 106 | + "semver": "^6.1.1", |
106 | 107 | "shelljs": "^0.8.3",
|
107 | 108 | "shx": "^0.3.2",
|
108 |
| - "stylelint": "^9.10.1", |
109 |
| - "stylelint-config-recommended-scss": "^3.2.0", |
110 |
| - "stylelint-config-standard": "^18.2.0", |
111 |
| - "stylelint-order": "^2.1.0", |
112 |
| - "stylelint-scss": "^3.5.4", |
113 |
| - "uglify-js": "^3.5.1" |
| 109 | + "stylelint": "^10.0.1", |
| 110 | + "stylelint-config-recommended-scss": "^3.3.0", |
| 111 | + "stylelint-config-standard": "^18.3.0", |
| 112 | + "stylelint-order": "^3.0.0", |
| 113 | + "stylelint-scss": "^3.7.0", |
| 114 | + "uglify-js": "^3.6.0" |
114 | 115 | },
|
115 | 116 | "peerDependencies": {
|
116 | 117 | "jquery": "1.9.1 - 3",
|
|
0 commit comments