Skip to content

Commit

Permalink
Merge pull request #262 from atomtigerzoo/master
Browse files Browse the repository at this point in the history
npm dependencies updated to carets and added to unmet dependencies
  • Loading branch information
savah authored Nov 12, 2019
2 parents f628321 + f431346 commit 25e2892
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 40 deletions.
4 changes: 2 additions & 2 deletions gulp/core/recipes/theme/prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = function () {
.pipe(plumber())

.pipe(add({
'.gitignore': '*',
//'.gitignore': '*',
'style.css': style
}))

Expand All @@ -35,4 +35,4 @@ module.exports = function () {
message: pumped('Theme Moved!'),
onLast: true
}));
};
};
78 changes: 40 additions & 38 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,47 +23,49 @@
"node": ">=5.0.0"
},
"devDependencies": {
"babel-core": "6.5.2",
"babel-eslint": "5.0.0",
"babel-loader": "6.2.3",
"babel-plugin-transform-runtime": "6.5.2",
"babel-preset-es2015": "6.5.0",
"babel-preset-stage-2": "6.5.0",
"bower-webpack-plugin": "0.1.9",
"browser-sync": "2.11.1",
"del": "2.2.0",
"eslint": "2.2.0",
"eslint-config-airbnb": "6.0.2",
"eslint-loader": "1.3.0",
"eslint-plugin-babel": "3.1.0",
"eslint-plugin-react": "4.1.0",
"gulp": "3.9.1",
"babel-core": "^6.13.2",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-stage-2": "^6.13.0",
"bower-webpack-plugin": "^0.1.9",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-loader": "^1.5.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"gulp": "^3.9.1",
"gulp-add": "0.0.2",
"gulp-autoprefixer": "3.1.0",
"gulp-cssnano": "2.1.1",
"gulp-filter": "3.0.1",
"gulp-imagemin": "2.4.0",
"gulp-insert": "0.5.0",
"gulp-notify": "2.2.0",
"gulp-plumber": "1.1.0",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svg-sprite": "1.2.19",
"gulp-svgmin": "1.2.2",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"lodash": "4.5.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^4.0.0",
"gulp-imagemin": "^3.0.3",
"gulp-insert": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-sprite": "^1.3.5",
"gulp-svgmin": "^1.2.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.9",
"lodash": "^4.15.0",
"map-stream": "0.0.6",
"merge-stream": "1.0.0",
"node-notifier": "4.5.0",
"vinyl-named": "1.1.0",
"vinyl-transform": "1.0.0",
"webpack": "1.12.14",
"webpack-stream": "3.1.0"
"merge-stream": "^1.0.0",
"node-notifier": "^4.6.1",
"vinyl-named": "^1.1.0",
"vinyl-transform": "^1.0.0",
"webpack": "^1.13.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"babel-polyfill": "6.5.0",
"lazysizes": "1.4.0",
"picturefill": "3.0.2"
"babel-polyfill": "^6.13.0",
"lazysizes": "^2.0.1",
"picturefill": "^3.0.2"
}
}

0 comments on commit 25e2892

Please sign in to comment.