Skip to content

Commit 04fbee2

Browse files
Updated dependencies
1 parent 4e70e48 commit 04fbee2

File tree

9 files changed

+471
-136
lines changed

9 files changed

+471
-136
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,35 +37,35 @@
3737
"url": "https://github.com/BigstickCarpet/json-schema-ref-parser.git"
3838
},
3939
"devDependencies": {
40-
"simplifyify": "^1.4.1",
41-
"bower": "^1.5.3",
42-
"karma": "^0.13.10",
43-
"karma-chrome-launcher": "^0.2.0",
44-
"karma-cli": "^0.1.1",
45-
"karma-coverage": "^0.5.2",
46-
"karma-firefox-launcher": "^0.1.6",
40+
"simplifyify": "^2.0.1",
41+
"bower": "^1.7.1",
42+
"karma": "^0.13.16",
43+
"karma-chrome-launcher": "^0.2.2",
44+
"karma-cli": "^0.1.2",
45+
"karma-coverage": "^0.5.3",
46+
"karma-firefox-launcher": "^0.1.7",
4747
"karma-ie-launcher": "^0.2.0",
48-
"karma-mocha": "^0.2.0",
49-
"karma-mocha-reporter": "^1.1.1",
50-
"karma-phantomjs-launcher": "^0.2.1",
48+
"karma-mocha": "^0.2.1",
49+
"karma-mocha-reporter": "^1.1.4",
50+
"karma-phantomjs-launcher": "^0.2.2",
5151
"karma-safari-launcher": "^0.1.1",
52-
"karma-sauce-launcher": "^0.2.14",
53-
"phantomjs": "^1.9.18",
54-
"istanbul": "^0.3.21",
55-
"coveralls": "^2.11.4",
56-
"mocha": "^2.3.3",
57-
"chai": "^3.3.0",
58-
"sinon": "^1.17.1",
59-
"jscs": "^2.2.1",
60-
"eslint": "^1.5.1",
61-
"npm-check-updates": "^2.2.4",
52+
"karma-sauce-launcher": "^0.3.0",
53+
"phantomjs": "^1.9.19",
54+
"istanbul": "^0.4.1",
55+
"coveralls": "^2.11.6",
56+
"mocha": "^2.3.4",
57+
"chai": "^3.4.1",
58+
"sinon": "^1.17.2",
59+
"jscs": "^2.7.0",
60+
"eslint": "^1.10.3",
61+
"npm-check-updates": "^2.5.6",
6262
"version-bump-prompt": "^1.5.2"
6363
},
6464
"dependencies": {
6565
"call-me-maybe": "^1.0.1",
6666
"debug": "^2.2.0",
6767
"es6-promise": "^3.0.2",
68-
"js-yaml": "^3.4.2",
69-
"ono": "^1.0.22"
68+
"js-yaml": "^3.4.6",
69+
"ono": "^2.0.1"
7070
}
7171
}

www/bower_components/chai/.bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"dependencies": {},
2525
"devDependencies": {},
2626
"homepage": "https://github.com/chaijs/chai",
27-
"version": "3.3.0",
28-
"_release": "3.3.0",
27+
"version": "3.4.2",
28+
"_release": "3.4.2",
2929
"_resolution": {
3030
"type": "version",
31-
"tag": "3.3.0",
32-
"commit": "df954ccacf77cc740f45730c04a37bccf7387456"
31+
"tag": "3.4.2",
32+
"commit": "5fc5114a2420c4a6903e15febbc232a51e8dfb2a"
3333
},
3434
"_source": "git://github.com/chaijs/chai.git",
3535
"_target": "*",

www/bower_components/chai/CONTRIBUTING.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,19 +121,30 @@ git checkout -b <topic-branch-name>
121121

122122
4. Commit your changes in logical chunks. Use Git's [interactive rebase](https://help.github.com/articles/interactive-rebase) feature to tidy up your commits before making them public.
123123

124-
5. Locally merge (or rebase) the upstream development branch into your topic branch:
124+
5. Run you code to make sure it works.
125+
126+
```bash
127+
npm i
128+
rm chai.js
129+
make chai.js
130+
npm test
131+
# when finished running tests...
132+
git checkout chai.js
133+
```
134+
135+
6. Locally merge (or rebase) the upstream development branch into your topic branch:
125136

126137
```bash
127138
git pull [--rebase] upstream <dev-branch>
128139
```
129140

130-
6. Push your topic branch up to your fork:
141+
7. Push your topic branch up to your fork:
131142

132143
```bash
133144
git push origin <topic-branch-name>
134145
```
135146

136-
7. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description.
147+
8. [Open a Pull Request](https://help.github.com/articles/using-pull-requests/) with a clear title and description.
137148

138149
**IMPORTANT**: By submitting a patch, you agree to allow the project owner to license your work under the same license as that used by the project.
139150

www/bower_components/chai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ list of contributors.
4949

5050
### Core Contributors
5151

52-
Feel free to reach out to any of the core-contributors with you questions or
52+
Feel free to reach out to any of the core contributors with your questions or
5353
concerns. We will do our best to respond in a timely manner.
5454

5555
[![Jake Luer](https://avatars3.githubusercontent.com/u/58988?v=3&s=50)](https://github.com/logicalparadox)

0 commit comments

Comments
 (0)