mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-22 17:47:11 +03:00
dependencies update
This commit is contained in:
parent
6dbfd97a11
commit
30f664a5ed
|
@ -24,6 +24,6 @@ before_install:
|
|||
- gem install scss-lint
|
||||
|
||||
before_script:
|
||||
- npm install -g gulpjs/gulp-cli#4.0
|
||||
- npm install -g gulp-cli
|
||||
|
||||
script: gulp all
|
||||
|
|
35
Gemfile.lock
35
Gemfile.lock
|
@ -2,8 +2,8 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
colorator (0.1)
|
||||
ffi (1.9.10)
|
||||
jekyll (3.1.1)
|
||||
ffi (1.9.14)
|
||||
jekyll (3.1.6)
|
||||
colorator (~> 0.1)
|
||||
jekyll-sass-converter (~> 1.0)
|
||||
jekyll-watch (~> 1.1)
|
||||
|
@ -19,24 +19,24 @@ GEM
|
|||
jekyll-seo-tag (0.1.4)
|
||||
jekyll (>= 2.0)
|
||||
jekyll-sitemap (0.10.0)
|
||||
jekyll-watch (1.3.1)
|
||||
listen (~> 3.0)
|
||||
kramdown (1.9.0)
|
||||
jekyll-watch (1.5.0)
|
||||
listen (~> 3.0, < 3.1)
|
||||
kramdown (1.11.1)
|
||||
liquid (3.0.6)
|
||||
listen (3.0.5)
|
||||
rb-fsevent (>= 0.9.3)
|
||||
rb-inotify (>= 0.9)
|
||||
mercenary (0.3.5)
|
||||
rake (10.5.0)
|
||||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
mercenary (0.3.6)
|
||||
rake (11.2.2)
|
||||
rb-fsevent (0.9.7)
|
||||
rb-inotify (0.9.6)
|
||||
rb-inotify (0.9.7)
|
||||
ffi (>= 0.5.0)
|
||||
rouge (1.10.1)
|
||||
rouge (1.11.1)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.4.21)
|
||||
scss_lint (0.44.0)
|
||||
rake (~> 10.0)
|
||||
sass (~> 3.4.15)
|
||||
sass (3.4.22)
|
||||
scss_lint (0.49.0)
|
||||
rake (>= 0.9, < 12)
|
||||
sass (~> 3.4.20)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -47,3 +47,6 @@ DEPENDENCIES
|
|||
jekyll-seo-tag (~> 0.1.3)
|
||||
jekyll-sitemap (~> 0.10.0)
|
||||
scss_lint (~> 0.43)
|
||||
|
||||
BUNDLED WITH
|
||||
1.12.5
|
||||
|
|
|
@ -33,6 +33,7 @@ let namedExports = {}
|
|||
//namedExports[`${node_modules}/anchor-js/anchor.js`] = ['AnchorJS']
|
||||
|
||||
const rollupConfig = {
|
||||
debug: true,
|
||||
options: {
|
||||
moduleName: 'BMD',
|
||||
external: [
|
||||
|
|
19
package.json
19
package.json
|
@ -33,22 +33,23 @@
|
|||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"babel-polyfill": "^6.8.0"
|
||||
"babel-polyfill": "^6.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.8.0",
|
||||
"babel-eslint": ">=6.0.4",
|
||||
"babel-preset-es2015": "^6.6.0",
|
||||
"babel-core": "^6.11.4",
|
||||
"babel-eslint": ">=6.1.2",
|
||||
"babel-preset-es2015": "^6.9.0",
|
||||
"bootstrap": "twbs/bootstrap#v4-dev",
|
||||
"extend": "^3.0.0",
|
||||
"gulp": "github:gulpjs/gulp#4.0",
|
||||
"gulp-pipeline": "^4.0.40",
|
||||
"jquery": "^2.2",
|
||||
"moment": "^2.13.0",
|
||||
"tether": "^1.3.2"
|
||||
"gulp-pipeline": "^4.0.43",
|
||||
"jquery": "^3.1",
|
||||
"moment": "^2.14.1",
|
||||
"tether": "^1.3.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.1"
|
||||
"node": "<6",
|
||||
"npm": "^3.0.0"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
|
|
Loading…
Reference in New Issue
Block a user