Skip to content

Commit

Permalink
Bump dependencies (#17)
Browse files Browse the repository at this point in the history
* Bump dependencies

* Add entry

---------

Co-authored-by: @compulim <@compulim>
  • Loading branch information
compulim authored Sep 10, 2023
1 parent 3d2f274 commit 0f38eb4
Show file tree
Hide file tree
Showing 8 changed files with 1,253 additions and 897 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Updates `tsconfig.json` to extend from [`@tsconfig/strictest`](https://npmjs.com/package/@tsconfig/strictest), by [@compulim](https://github.com/compulim), in PR [#8](https://github.com/compulim/message-port-rpc/pull/8) and PR [#9](https://github.com/compulim/message-port-rpc/pull/9)
- Bumped dependencies, by [@compulim](https://github.com/compulim), in PR [#17](https://github.com/compulim/message-port-rpc/pull/17)
- Production dependencies
- [`@babel/runtime-corejs3@7.22.15`](https://npmjs.com/package/@babel/runtime-corejs3)
- Development dependencies
- [`@typescript-eslint/eslint-plugin@6.6.0`](https://npmjs.com/package/@typescript-eslint/eslint-plugin)
- [`@typescript-eslint/parser@6.6.0`](https://npmjs.com/package/@typescript-eslint/parser)
- [`eslint@8.49.0`](https://npmjs.com/package/eslint)
- [`eslint-plugin-react@7.33.2`](https://npmjs.com/package/eslint-plugin-react)
- [`prettier@3.0.3`](https://npmjs.com/package/prettier)
- [`@babel/cli@7.22.15`](https://npmjs.com/package/@babel/cli)
- [`@babel/core@7.22.17`](https://npmjs.com/package/@babel/core)
- [`@babel/plugin-transform-runtime@7.22.15`](https://npmjs.com/package/@babel/plugin-transform-runtime)
- [`@babel/preset-env@7.22.15`](https://npmjs.com/package/@babel/preset-env)
- [`@babel/preset-typescript@7.22.15`](https://npmjs.com/package/@babel/preset-typescript)
- [`@jest/globals@29.6.4`](https://npmjs.com/package/@jest/globals)
- [`@types/jest@29.5.4`](https://npmjs.com/package/@types/jest)
- [`@types/node@20.6.0`](https://npmjs.com/package/@types/node)
- [`esbuild@0.19.2`](https://npmjs.com/package/esbuild)
- [`jest@29.6.4`](https://npmjs.com/package/jest)
- [`prettier@3.0.3`](https://npmjs.com/package/prettier)
- [`typescript@5.2.2`](https://npmjs.com/package/typescript)

### Fixed

Expand Down
513 changes: 397 additions & 116 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"test:unit": "cd packages/message-port-rpc && npm test"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.45.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.49.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"prettier": "^3.0.0"
"eslint-plugin-react": "^7.33.2",
"prettier": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/message-port-rpc/babel.commonjs.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"version": "7.22.6"
"version": "7.22.15"
}
]
],
Expand Down
2 changes: 1 addition & 1 deletion packages/message-port-rpc/babel.esmodules.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/plugin-transform-runtime",
{
"corejs": 3,
"version": "7.22.6"
"version": "7.22.15"
}
]
],
Expand Down
Loading

0 comments on commit 0f38eb4

Please sign in to comment.