Skip to content

Commit bc11395

Browse files
committed
✨ Update dependencies; Add license
1 parent 837b134 commit bc11395

10 files changed

Lines changed: 10338 additions & 4879 deletions

File tree

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License Copyright (c) 2020 Coding Garden
2+
3+
Permission is hereby granted, free
4+
of charge, to any person obtaining a copy of this software and associated
5+
documentation files (the "Software"), to deal in the Software without
6+
restriction, including without limitation the rights to use, copy, modify, merge,
7+
publish, distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to the
9+
following conditions:
10+
11+
The above copyright notice and this permission notice
12+
(including the next paragraph) shall be included in all copies or substantial
13+
portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
16+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
18+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
19+
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
20+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

angular-image-search/package-lock.json

Lines changed: 3208 additions & 1591 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

angular-image-search/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"zone.js": "~0.10.2"
2525
},
2626
"devDependencies": {
27-
"@angular-devkit/build-angular": "~0.901.5",
27+
"@angular-devkit/build-angular": "^0.1000.8",
2828
"@angular/cli": "~9.1.5",
2929
"@angular/compiler-cli": "~9.1.6",
30-
"@types/node": "^12.11.1",
3130
"@types/jasmine": "~3.5.0",
3231
"@types/jasminewd2": "~2.0.3",
32+
"@types/node": "^12.11.1",
3333
"codelyzer": "^5.1.2",
3434
"jasmine-core": "~3.5.0",
3535
"jasmine-spec-reporter": "~4.2.1",
@@ -38,7 +38,7 @@
3838
"karma-coverage-istanbul-reporter": "~2.1.0",
3939
"karma-jasmine": "~3.0.1",
4040
"karma-jasmine-html-reporter": "^1.4.2",
41-
"protractor": "~5.4.3",
41+
"protractor": "^7.0.0",
4242
"ts-node": "~8.3.0",
4343
"tslint": "~6.1.0",
4444
"typescript": "~3.8.3"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
"main": "README.md",
66
"author": "CJ R. <cj@null.computer> (https://w3cj.sh)",
77
"license": "MIT"
8-
}
8+
}

react-image-search/package-lock.json

Lines changed: 3561 additions & 1931 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

react-image-search/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^4.2.4",
7-
"@testing-library/react": "^9.5.0",
8-
"@testing-library/user-event": "^7.2.1",
9-
"@types/jest": "^24.9.1",
10-
"@types/node": "^12.12.38",
11-
"@types/react": "^16.9.34",
12-
"@types/react-dom": "^16.9.7",
6+
"@testing-library/jest-dom": "^5.11.4",
7+
"@testing-library/react": "^10.4.9",
8+
"@testing-library/user-event": "^12.1.3",
9+
"@types/jest": "^26.0.10",
10+
"@types/node": "^14.6.1",
11+
"@types/react": "^16.9.48",
12+
"@types/react-dom": "^16.9.8",
1313
"react": "^16.13.1",
1414
"react-dom": "^16.13.1",
15-
"react-scripts": "3.4.1",
16-
"typescript": "^3.7.5"
15+
"react-scripts": "3.4.3",
16+
"typescript": "^4.0.2"
1717
},
1818
"scripts": {
1919
"start": "react-scripts start",

0 commit comments

Comments
 (0)