Skip to content

Commit df01c3f

Browse files
author
evilebottnawi
committed
Chore: update dependencies.
1 parent 3499bf6 commit df01c3f

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
# 0.0.2 - 2017-02-14
88

9-
- Fixed: exported `src` directory in `package.json`.
9+
- Fixed: exported `src` directory in `package.json`.
1010

1111
# 0.0.1 - 2017-02-14
1212

13-
- Chore: initial public release.
13+
- Chore: initial public release.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ See related packages docs.
4848

4949
## Related
5050

51-
- [browser-sync](https://github.com/browsersync/browser-sync) - Keep multiple browsers & devices
52-
in sync when building websites.
51+
- [browser-sync](https://github.com/browsersync/browser-sync) - Keep multiple browsers & devices
52+
in sync when building websites.
5353

54-
- [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) - Offers a dev middleware for webpack,
55-
which arguments a live bundle to a directory.
54+
- [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) - Offers a dev middleware for webpack,
55+
which arguments a live bundle to a directory.
5656

57-
- [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) - Webpack hot reloading
58-
you can attach to your own server.
57+
- [webpack-hot-middleware](https://github.com/glenjamin/webpack-hot-middleware) - Webpack hot reloading
58+
you can attach to your own server.
5959

6060
## Contribution
6161

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint": "^3.15.0",
4242
"eslint-plugin-ava": "^4.0.0",
4343
"eslint-plugin-import": "^2.2.0",
44-
"eslint-plugin-itgalaxy": "^38.0.0",
44+
"eslint-plugin-itgalaxy": "^43.0.0",
4545
"eslint-plugin-jsx-a11y": "^4.0.0",
4646
"eslint-plugin-lodash": "^2.1.0",
4747
"eslint-plugin-node": "^4.0.0",
@@ -51,9 +51,8 @@
5151
"npmpub": "^3.1.0",
5252
"npm-run-all": "^4.0.0",
5353
"package-schema": "^1.0.0",
54-
"remark-cli": "^2.0.0",
55-
"remark-lint": "^5.0.0",
56-
"remark-preset-lint-itgalaxy": "^4.0.0"
54+
"remark-cli": "^3.0.0",
55+
"remark-preset-lint-itgalaxy": "^6.0.0"
5756
},
5857
"peerDependencies": {
5958
"browser-sync": "^2.0.0",

0 commit comments

Comments
 (0)