|
72 | 72 | "watch-css": "nodemon --ignore dist/ -e scss -x \"npm run css\""
|
73 | 73 | },
|
74 | 74 | "dependencies": {
|
75 |
| - "@babel/polyfill": "^7.2.5", |
| 75 | + "@babel/polyfill": "^7.4.0", |
76 | 76 | "@coreui/coreui-plugin-npm-postinstall": "^1.0.2",
|
77 | 77 | "bootstrap": "^4.3.1"
|
78 | 78 | },
|
79 | 79 | "devDependencies": {
|
80 | 80 | "@babel/cli": "^7.2.3",
|
81 |
| - "@babel/core": "^7.3.4", |
| 81 | + "@babel/core": "^7.4.0", |
82 | 82 | "@babel/plugin-external-helpers": "^7.2.0",
|
83 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
| 83 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.0", |
84 | 84 | "@babel/plugin-proposal-throw-expressions": "^7.2.0",
|
85 |
| - "@babel/plugin-transform-runtime": "^7.3.4", |
86 |
| - "@babel/preset-env": "^7.3.4", |
87 |
| - "autoprefixer": "^9.4.10", |
| 85 | + "@babel/plugin-transform-runtime": "^7.4.0", |
| 86 | + "@babel/preset-env": "^7.4.2", |
| 87 | + "autoprefixer": "^9.5.0", |
88 | 88 | "babel-eslint": "^10.0.1",
|
89 | 89 | "babel-plugin-istanbul": "^5.1.1",
|
90 | 90 | "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
|
91 | 91 | "clean-css-cli": "^4.2.1",
|
92 | 92 | "copyfiles": "^2.1.0",
|
93 | 93 | "cross-env": "^5.2.0",
|
94 |
| - "eslint": "^5.15.1", |
| 94 | + "eslint": "^5.15.3", |
95 | 95 | "eslint-plugin-compat": "^2.7.0",
|
96 | 96 | "node-sass": "^4.11.0",
|
97 | 97 | "nodemon": "^1.18.10",
|
98 | 98 | "npm-run-all": "^4.1.5",
|
99 | 99 | "postcss-cli": "^6.1.2",
|
100 | 100 | "rimraf": "^2.6.3",
|
101 |
| - "rollup": "^1.6.0", |
| 101 | + "rollup": "^1.7.0", |
102 | 102 | "rollup-plugin-babel": "^4.3.2",
|
103 | 103 | "rollup-plugin-commonjs": "^9.2.1",
|
104 | 104 | "rollup-plugin-node-resolve": "^4.0.1",
|
|
110 | 110 | "stylelint-config-standard": "^18.2.0",
|
111 | 111 | "stylelint-order": "^2.1.0",
|
112 | 112 | "stylelint-scss": "^3.5.4",
|
113 |
| - "uglify-js": "^3.4.9" |
| 113 | + "uglify-js": "^3.5.1" |
114 | 114 | },
|
115 | 115 | "peerDependencies": {
|
116 | 116 | "jquery": "1.9.1 - 3",
|
|
0 commit comments