Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbalabash committed Dec 6, 2023
1 parent b2ef0ea commit a008a7e
Show file tree
Hide file tree
Showing 3 changed files with 497 additions and 328 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 3.0.1

- Upgraded project dependencies.

## 3.0.0

- Dropped support for node-12 and migrated to esm (min node version is 14)
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "estimo",
"version": "3.0.0",
"version": "3.0.1",
"description": "Evaluates how long the browser will execute your javascript code",
"main": "index.js",
"types": "./index.d.ts",
Expand All @@ -21,20 +21,20 @@
"dependencies": {
"@sitespeed.io/tracium": "^0.3.3",
"commander": "^11.1.0",
"find-chrome-bin": "2.0.0",
"nanoid": "5.0.3",
"puppeteer-core": "21.5.2"
"find-chrome-bin": "2.0.1",
"nanoid": "5.0.4",
"puppeteer-core": "21.6.0"
},
"devDependencies": {
"@logux/eslint-config": "^52.0.2",
"ava": "5.3.1",
"eslint": "^8.54.0",
"ava": "6.0.0",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-node-import": "^1.0.4",
"eslint-plugin-perfectionist": "^2.4.0",
"eslint-plugin-perfectionist": "^2.5.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^3.1.0",
Expand Down
Loading

0 comments on commit a008a7e

Please sign in to comment.