Skip to content

Commit

Permalink
Update dependencies of Chisel (xfiveco#500)
Browse files Browse the repository at this point in the history
 conventional-changelog      ^3.1.21  →  ^3.1.24
 eslint                       ^7.2.0  →  ^7.29.0
 execa                        ^4.0.2  →   ^5.1.1
 expect-puppeteer             ^4.4.0  →   ^5.0.4
 fs-extra                     ^9.0.1  →  ^10.0.0
 globby                      ^11.0.1  →  ^11.0.4
 jest                        ^26.1.0  →  ^27.0.5
 jest-environment-puppeteer   ^4.4.0  →   ^5.0.4
 lerna                       ^3.22.0  →   ^4.0.0
 prettier                     ^2.0.5  →   ^2.3.1
 supertest                    ^4.0.2  →   ^6.1.3
 puppeteer                    ^5.2.1  →  ^10.0.0
  • Loading branch information
edenizk committed Jun 22, 2021
1 parent a7af3f9 commit 95b0ebe
Show file tree
Hide file tree
Showing 2 changed files with 3,033 additions and 2,289 deletions.
28 changes: 15 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "eslint --no-eslintrc -c .eslintrc.js **/*.js",
"version": "node scripts/index-versions.js",
"prepare-links": "node scripts/prepare-links.js",
"unlink-links": "node scripts/unlink-links.js",
"lerna-version": "lerna version --no-private",
"lerna-publish": "lerna publish from-git --pre-dist-tag next",
"test-local": "jest -w 1",
Expand Down Expand Up @@ -44,23 +45,24 @@
]
},
"devDependencies": {
"conventional-changelog": "^3.1.21",
"eslint": "^7.2.0",
"execa": "^4.0.2",
"expect-puppeteer": "^4.4.0",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"jest": "^26.1.0",
"jest-environment-puppeteer": "^4.4.0",
"lerna": "^3.22.0",
"conventional-changelog": "^3.1.24",
"eslint": "^7.29.0",
"execa": "^5.1.1",
"expect-puppeteer": "^5.0.4",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"jest": "^27.0.5",
"jest-environment-puppeteer": "^5.0.4",
"lerna": "^4.0.0",
"lerna-changelog": "^1.0.1",
"node-eval": "^2.0.0",
"prettier": "^2.0.5",
"prettier": "^2.3.1",
"random-js": "^2.1.0",
"stream-to-promise": "^3.0.0",
"supertest": "^4.0.2"
"supertest": "^6.1.3"
},
"optionalDependencies": {
"puppeteer": "^5.2.1"
}
"puppeteer": "^10.0.0"
},
"version": "0.0.0"
}
Loading

0 comments on commit 95b0ebe

Please sign in to comment.