Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-wieschollek committed Mar 1, 2018
1 parent c2fae6a commit 7935943
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* `npm run watch` - Create development build of JS/CSS files and watch for changes
* `docker-compose -f docker-compose.yml -f docker/configs/<service>.yml up -d` starts the system with additional services
* `docker exec -u www-data passwords-php php /var/www/html/cron.php` - Execute cron jobs
* `docker exec -u www-data passwords-php /var/www/html/occ config:system:set loglevel --value=0 --type=int` - Set loglevel to info
* `docker exec -itu www-data passwords-php bash` - Open shell in container as www-data
* `docker exec -it passwords-php bash` - Open shell in container as root

Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"copy-webpack-plugin": "^4.4.2",
"css-loader": "^0.28.10",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.9",
"file-loader": "^1.1.10",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"marked": "^0.3.16",
"marked": "^0.3.17",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"papaparse": "^4.3.7",
"progress-bar-webpack-plugin": "^1.11.0",
"random-material-color": "^1.0.3",
"sass-loader": "^6.0.6",
"sass-resources-loader": "^1.3.2",
"sass-resources-loader": "^1.3.3",
"simplemde": "^1.11.2",
"uglify-es": "3.3.9",
"uglifyjs-webpack-plugin": "^1.2.2",
Expand Down

0 comments on commit 7935943

Please sign in to comment.