mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-11 15:25:46 +03:00
Fixes #951 update dependencies
This commit is contained in:
parent
b4fb7e4056
commit
0c4f0df848
10
package.json
10
package.json
|
@ -33,19 +33,19 @@
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-polyfill": "^6.6",
|
"babel-polyfill": "^6.7",
|
||||||
"jquery": "^2.2",
|
"jquery": "^2.2",
|
||||||
"tether": "^1.2.0",
|
"tether": "^1.2.0",
|
||||||
"bootstrap": "twbs/bootstrap#v4-dev"
|
"bootstrap": "twbs/bootstrap#v4-dev"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-core": "^6.7.2",
|
"babel-core": "^6.7.4",
|
||||||
"babel-eslint": ">=6.0.0-beta.6",
|
"babel-eslint": ">=6.0.0",
|
||||||
"babel-preset-es2015": "^6.6.0",
|
"babel-preset-es2015": "^6.6.0",
|
||||||
"extend": "^3.0.0",
|
"extend": "^3.0.0",
|
||||||
"gulp": "github:gulpjs/gulp#4.0",
|
"gulp": "github:gulpjs/gulp#4.0",
|
||||||
"gulp-pipeline": ">=4.0.10",
|
"gulp-pipeline": "^4.0.20",
|
||||||
"moment": "^2.11.2"
|
"moment": "^2.12.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.10.1"
|
"node": ">=0.10.1"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user