Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martbock committed Oct 13, 2019
1 parent c735fff commit e8008a2
Show file tree
Hide file tree
Showing 8 changed files with 9,457 additions and 62,299 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ If you have installed all dependencies, build and view the site with:

```bash
npm run production
./vendor/bin/jigsaw build
./vendor/bin/jigsaw serve
```
2 changes: 1 addition & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
return substr_compare($page->getPath(), $path, -strlen($path), strlen($path)) === 0;
});
},
'version' => 'v0.1.0'
'version' => 'v0.1.1'
];
17,839 changes: 9,440 additions & 8,399 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,23 @@
"watch": "npm run local -- --watch"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.0.1",
"cross-env": "^3.2.3",
"hasbin": "^1.2.3",
"laravel-mix": "^2.0.0",
"laravel-mix": "^5.0.0",
"node-cmd": "^3.0.0",
"on-build-webpack": "^0.1.0",
"tailwindcss": "^0.6.1",
"vue.js": "^0.3.2",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"tailwindcss": "^0.6.6",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10",
"webpack-watch": "^0.2.0",
"yargs": "^4.6.0"
},
"dependencies": {
"anchor-js": "^4.1.1",
"prismjs": "^1.15.0"
"anchor-js": "^4.2.0",
"prismjs": "^1.17.1"
}
}
3 changes: 1 addition & 2 deletions source/_layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
</div>
<div class="flex flex-row items-center mx-4 text-grey-darker">
<a href="https://github.com/mum-project/mum" target="_blank" rel="noreferrer noopener" class="mx-4 text-grey-dark hover:text-grey-darker focus:text-grey-darker">
<svg class="fill-current w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>
GitHub</title>
<svg class="fill-current w-5 h-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><title>GitHub</title>
<path d="M10 0a10 10 0 0 0-3.16 19.49c.5.1.68-.22.68-.48l-.01-1.7c-2.78.6-3.37-1.34-3.37-1.34-.46-1.16-1.11-1.47-1.11-1.47-.9-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.9 1.52 2.34 1.08 2.91.83.1-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.94 0-1.1.39-1.99 1.03-2.69a3.6 3.6 0 0 1 .1-2.64s.84-.27 2.75 1.02a9.58 9.58 0 0 1 5 0c1.91-1.3 2.75-1.02 2.75-1.02.55 1.37.2 2.4.1 2.64.64.7 1.03 1.6 1.03 2.69 0 3.84-2.34 4.68-4.57 4.93.36.31.68.92.68 1.85l-.01 2.75c0 .26.18.58.69.48A10 10 0 0 0 10 0"></path>
</svg>
</a>
Expand Down
Loading

0 comments on commit e8008a2

Please sign in to comment.