Skip to content
Snippets Groups Projects
Commit 8ff457a7 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Upgraded dependencies and fixed ESLint regression

parent fd305fe8
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
"presets": ["es2015"], "presets": ["es2015"],
"plugins": [ "plugins": [
"add-module-exports", "add-module-exports",
"babel-root-import" "root-import"
] ]
} }
This diff is collapsed.
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<script src="{{ base_url }}/assets/javascripts/modernizr-1df76c4e58.js"></script> <script src="{{ base_url }}/assets/javascripts/modernizr-1df76c4e58.js"></script>
{% endblock %} {% endblock %}
{% block styles %} {% block styles %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-769c285a91.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-bfecc7305d.css">
{% if config.extra.palette %} {% if config.extra.palette %}
<link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02c2a4388f.palette.css"> <link rel="stylesheet" href="{{ base_url }}/assets/stylesheets/application-02c2a4388f.palette.css">
{% endif %} {% endif %}
...@@ -150,7 +150,7 @@ ...@@ -150,7 +150,7 @@
{% endblock %} {% endblock %}
</div> </div>
{% block scripts %} {% block scripts %}
<script src="{{ base_url }}/assets/javascripts/application-7a3ab08b28.js"></script> <script src="{{ base_url }}/assets/javascripts/application-9d8d07445e.js"></script>
{% set languages = lang.t("search.languages").split(",") %} {% set languages = lang.t("search.languages").split(",") %}
{% if languages | length and languages[0] != "" %} {% if languages | length and languages[0] != "" %}
{% set path = base_url + "/assets/javascripts/lunr" %} {% set path = base_url + "/assets/javascripts/lunr" %}
......
...@@ -33,29 +33,29 @@ ...@@ -33,29 +33,29 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"autoprefixer": "^7.1.1", "autoprefixer": "^7.1.2",
"babel-core": "^6.25.0", "babel-core": "^6.25.0",
"babel-eslint": "^7.2.3", "babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0", "babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-root-import": "^5.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1", "babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.20.0", "babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1", "babel-register": "^6.24.1",
"babel-root-import": "^4.1.5", "chalk": "^2.0.1",
"chalk": "^2.0.0",
"clipboard": "^1.7.1", "clipboard": "^1.7.1",
"core-js": "^2.4.1", "core-js": "^2.4.1",
"css-mqpacker": "^6.0.1", "css-mqpacker": "^6.0.1",
"custom-event-polyfill": "^0.3.0", "custom-event-polyfill": "^0.3.0",
"del": "^3.0.0", "del": "^3.0.0",
"escape-string-regexp": "^1.0.5", "escape-string-regexp": "^1.0.5",
"eslint": "^4.0.0", "eslint": "^4.3.0",
"expose-loader": "^0.7.3", "expose-loader": "^0.7.3",
"fastclick": "^1.0.6", "fastclick": "^1.0.6",
"flow-bin": "^0.51.0", "flow-bin": "^0.51.1",
"flow-jsdoc": "^0.3.0", "flow-jsdoc": "^0.3.0",
"git-hooks": "^1.1.7", "git-hooks": "^1.1.8",
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-changed": "^3.1.0", "gulp-changed": "^3.1.0",
"gulp-concat": "^2.6.1", "gulp-concat": "^2.6.1",
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
"gulp-plumber": "^1.1.0", "gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0", "gulp-postcss": "^7.0.0",
"gulp-remove-empty-lines": "0.1.0", "gulp-remove-empty-lines": "0.1.0",
"gulp-replace": "^0.6.0", "gulp-replace": "^0.6.1",
"gulp-rev": "^8.0.0", "gulp-rev": "^8.0.0",
"gulp-rev-replace": "^0.4.3", "gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0", "gulp-sass": "^3.1.0",
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"gulp-uglify": "^3.0.0", "gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8", "gulp-util": "^3.0.8",
"js-cookie": "^2.1.4", "js-cookie": "^2.1.4",
"lunr": "^2.1.0", "lunr": "^2.1.2",
"lunr-languages": "^1.0.0", "lunr-languages": "^1.0.0",
"material-design-color": "2.3.2", "material-design-color": "2.3.2",
"material-shadows": "3.0.1", "material-shadows": "3.0.1",
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"stylelint-scss": "^2.0.0", "stylelint-scss": "^2.0.0",
"through2": "^2.0.3", "through2": "^2.0.3",
"vinyl-paths": "^2.1.0", "vinyl-paths": "^2.1.0",
"webpack": "^3.0.0", "webpack": "^3.4.1",
"webpack-stream": "^3.2.0", "webpack-stream": "^3.2.0",
"whatwg-fetch": "^2.0.3", "whatwg-fetch": "^2.0.3",
"yargs": "^8.0.2" "yargs": "^8.0.2"
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment