Skip to content

Commit

Permalink
Develop (#32)
Browse files Browse the repository at this point in the history
* build: bump typescript from 3.9.9 to 4.2.4 (#27)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.9 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.9...v4.2.4)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump axios from 0.19.2 to 0.21.1 (#28)

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](axios/axios@v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump @typescript-eslint/eslint-plugin from 3.10.1 to 4.0.0 (#29)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 3.10.1 to 4.0.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.0.0/packages/eslint-plugin)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump next from 9.5.5 to 10.2.0 (#30)

Bumps [next](https://github.com/vercel/next.js) from 9.5.5 to 10.2.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v9.5.5...v10.2.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* build: bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#31)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 4.3.1 to 5.1.0.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/xjamundx/eslint-plugin-promise/blob/development/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
jpedroh and dependabot[bot] authored Apr 29, 2021
1 parent 1924f97 commit 61f92c0
Show file tree
Hide file tree
Showing 5 changed files with 481 additions and 2,310 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"jest": "^26.2.2",
"lerna": "^4.0.0",
"ts-jest": "^26.1.4",
"typescript": "^3.9.7"
"typescript": "^4.2.4"
},
"scripts": {
"build": "yarn lerna run build",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": ".eslintrc.js",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
Expand All @@ -13,7 +13,7 @@
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-standard": "^5.0.0",
"prettier": "^2.0.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@mach/common": "^4.1.4",
"bootstrap": "^4.5.2",
"next": "^9.5.3",
"next": "^10.2.0",
"react": "^16.13.1",
"react-bootstrap": "^1.3.0",
"react-data-table-component": "^6.11.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/rpl-crawler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@mach/common": "^4.1.4",
"@mach/database": "^4.1.4",
"adm-zip": "^0.4.16",
"axios": "^0.19.2"
"axios": "^0.21.1"
},
"devDependencies": {
"@types/adm-zip": "^0.4.33",
Expand Down
Loading

0 comments on commit 61f92c0

Please sign in to comment.