Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Feb 25, 2024
1 parent 69fbc87 commit 36c341f
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 576 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to [Semantic Versioning](http://semver.org/).

## 2.0.2

- Upgraded dependencies

## 2.0.1

- Added ESM fields to package.json to resolve npm warnings.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-chrome-bin",
"version": "2.0.1",
"version": "2.0.2",
"description": "Finds local Chromium binary to use it with puppeteer-core",
"main": "index.js",
"exports": {
Expand Down Expand Up @@ -28,24 +28,24 @@
"test": "yarn unit && yarn check"
},
"dependencies": {
"@puppeteer/browsers": "^1.8.0"
"@puppeteer/browsers": "^2.1.0"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.2",
"@size-limit/preset-small-lib": "^11.0.0",
"@size-limit/preset-small-lib": "^11.0.2",
"check-dts": "^0.7.2",
"eslint": "^8.54.0",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"nanospy": "^1.0.0",
"puppeteer-core": "^21.5.2",
"size-limit": "^11.0.0",
"puppeteer-core": "^22.2.0",
"size-limit": "^11.0.2",
"tsm": "^2.3.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"uvu": "^0.5.6"
},
"eslintConfig": {
Expand Down

0 comments on commit 36c341f

Please sign in to comment.