Skip to content

Commit 89f2e82

Browse files
author
Nejc
committed
vendor: updated packages
1 parent 7bbca42 commit 89f2e82

File tree

4 files changed

+39
-45
lines changed

4 files changed

+39
-45
lines changed

.travis.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,22 @@ language: node_js
22
cache: npm
33
notifications:
44
email: false
5+
env:
6+
- TEST=test
57
node_js:
68
- lts/*
79
- node
810
install: npm install
11+
script:
12+
- npm run validate
913
branches:
1014
only:
1115
- master
1216
- next
1317
- beta
14-
- alpha
1518

1619
jobs:
1720
include:
18-
- stage: testing
19-
#if: branch in (master, develop)
20-
node_js: lts/*
21-
env:
22-
- TEST=test
23-
script:
24-
- npm run validate
25-
after_success:
26-
- mv coverage/coverage-final.json coverage/coverage.json
27-
- codecov
28-
2921
- stage: deploy
3022
if: branch = master
3123
node_js: lts/*

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
<blockquote>Algorithms, data structures and other programming challenges and problems implemented in JavaScript with documentation.</blockquote>
44

5+
Big thank you goes to
6+
[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).
7+
58
<br />
69

7-
⚠️ This package is still under development! New algorithms are being added and
8-
existing ones refactored to improve code quality.
10+
⚠️ This package is still under development! New algorithms are being added and existing
11+
ones refactored to improve code quality.
912

1013
<br />
1114

@@ -63,8 +66,7 @@ Each algorithm is described on the docs website.
6366
6467
## Issues
6568

66-
_Looking to contribute? Look for the [Good First Issue][good-first-issue]
67-
label._
69+
_Looking to contribute? Look for the [Good First Issue][good-first-issue] label._
6870

6971
### 🐛 Bugs
7072

@@ -74,15 +76,15 @@ Please file an issue for bugs, missing documentation, or unexpected behavior.
7476

7577
### 💡 Feature Requests
7678

77-
Please file an issue to suggest new features. Vote on feature requests by adding
78-
a 👍. This helps maintainers prioritize what to work on.
79+
Please file an issue to suggest new features. Vote on feature requests by adding a 👍.
80+
This helps maintainers prioritize what to work on.
7981

8082
[**See Feature Requests**][requests]
8183

8284
### ❓ Questions
8385

84-
For questions related to using the library, please visit a support community
85-
instead of filing an issue on GitHub.
86+
For questions related to using the library, please visit a support community instead of
87+
filing an issue on GitHub.
8688

8789
## Authors
8890

@@ -115,8 +117,8 @@ instead of filing an issue on GitHub.
115117

116118
<!-- ALL-CONTRIBUTORS-LIST:END -->
117119

118-
This project follows the [all-contributors][all-contributors] specification.
119-
Contributions of any kind welcome!
120+
This project follows the [all-contributors][all-contributors] specification. Contributions
121+
of any kind welcome!
120122

121123
## Support
122124

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -56,26 +56,26 @@
5656
"babel-core": "^6.26.3",
5757
"@babel/plugin-proposal-class-properties": "^7.10.4",
5858
"@babel/plugin-transform-react-jsx": "7.10.4",
59-
"@babel/plugin-transform-runtime": "^7.10.5",
60-
"@babel/plugin-transform-typescript": "^7.10.5",
59+
"@babel/plugin-transform-runtime": "^7.11.0",
60+
"@babel/plugin-transform-typescript": "^7.11.0",
6161
"@babel/preset-typescript": "^7.10.4",
6262
"@emotion/core": "^10.0.28",
6363
"@emotion/styled": "^10.0.27",
64-
"@nejcm/docz-theme-extended": "^2.0.2",
64+
"@nejcm/docz-theme-extended": "^2.0.9",
6565
"@semantic-release/changelog": "^5.0.1",
6666
"@semantic-release/commit-analyzer": "^8.0.1",
6767
"@semantic-release/git": "^9.0.0",
6868
"@semantic-release/github": "^7.0.7",
6969
"@semantic-release/npm": "^7.0.5",
7070
"@semantic-release/release-notes-generator": "^9.0.1",
71-
"@testing-library/jest-dom": "^5.11.1",
72-
"@testing-library/react": "^10.4.7",
71+
"@testing-library/jest-dom": "^5.11.2",
72+
"@testing-library/react": "^10.4.8",
7373
"@testing-library/react-hooks": "^3.4.1",
74-
"@testing-library/user-event": "^12.0.15",
75-
"@types/jest": "^26.0.7",
76-
"@types/react": "^16.9.43",
77-
"@typescript-eslint/eslint-plugin": "^3.7.0",
78-
"@typescript-eslint/parser": "^3.7.0",
74+
"@testing-library/user-event": "^12.1.0",
75+
"@types/jest": "^26.0.9",
76+
"@types/react": "^16.9.44",
77+
"@typescript-eslint/eslint-plugin": "^3.8.0",
78+
"@typescript-eslint/parser": "^3.8.0",
7979
"babel-loader": "^8.1.0",
8080
"babel-plugin-minify-dead-code-elimination": "^0.5.1",
8181
"babel-plugin-no-side-effect-class-properties": "^0.0.7",
@@ -84,28 +84,28 @@
8484
"cpy-cli": "^3.1.1",
8585
"cross-env": "^7.0.2",
8686
"docz": "2.3.1",
87-
"eslint": "^7.5.0",
87+
"eslint": "^7.6.0",
8888
"eslint-config-kentcdodds": "^14.14.2",
8989
"eslint-config-react-app": "^5.2.1",
9090
"eslint-loader": "^4.0.2",
9191
"eslint-plugin-flowtype": "^5.2.0",
9292
"eslint-plugin-html": "^6.0.2",
9393
"eslint-plugin-import": "^2.22.0",
94-
"eslint-plugin-jest": "^23.18.2",
94+
"eslint-plugin-jest": "^23.20.0",
9595
"eslint-plugin-jsx-a11y": "^6.3.1",
9696
"eslint-plugin-node": "^11.1.0",
9797
"eslint-plugin-promise": "^4.2.1",
98-
"eslint-plugin-react": "^7.20.4",
98+
"eslint-plugin-react": "^7.20.5",
9999
"eslint-plugin-react-hooks": "^4.0.8",
100100
"eslint-plugin-standard": "^4.0.1",
101101
"husky": "^4.2.5",
102102
"identity-obj-proxy": "^3.0.0",
103-
"jest": "^26.1.0",
103+
"jest": "^26.2.2",
104104
"jest-coverage-badges": "^1.1.2",
105105
"jest-environment-jsdom-fourteen": "^1.0.1",
106106
"jest-preset-typescript": "1.2.0",
107-
"jest-resolve": "^26.1.0",
108-
"jest-util": "^26.1.0",
107+
"jest-resolve": "^26.2.2",
108+
"jest-util": "^26.2.0",
109109
"jest-watch-typeahead": "^0.6.0",
110110
"kcd-scripts": "^6.2.4",
111111
"lint-staged": "^10.2.11",
@@ -115,10 +115,10 @@
115115
"prettier": "^2.0.5",
116116
"rimraf": "^3.0.2",
117117
"semantic-release": "^17.1.1",
118-
"sirv-cli": "^1.0.3",
118+
"sirv-cli": "^1.0.5",
119119
"start-server-and-test": "^1.11.2",
120-
"ts-jest": "^26.1.3",
121-
"ts-loader": "^8.0.1",
120+
"ts-jest": "^26.1.4",
121+
"ts-loader": "^8.0.2",
122122
"tslib": "^2.0.0",
123123
"typescript": "^3.9.7"
124124
}

src/docs/Introduction.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ route: /
55

66
# Introduction
77

8-
[Js algorithms](https://github.com/nejcm/js-algorithms) repository contains
9-
JavaScript implementation and examples of many popular algorithms, data
10-
structures and other programming challenges and problems.
8+
[Js algorithms](https://github.com/nejcm/js-algorithms) repository contains JavaScript
9+
implementation and examples of many popular algorithms, data structures and other
10+
programming challenges and problems.
1111

12-
Big thank you to
12+
Big thank you goes to
1313
[javascript-algorithms](https://github.com/trekhleb/javascript-algorithms).
1414

1515
## Motivation

0 commit comments

Comments
 (0)