Skip to content

Commit

Permalink
Upgrade all deps (single-spa#226)
Browse files Browse the repository at this point in the history
* Upgrading dependencies

* Upgrade

* More work

* Trigger build
  • Loading branch information
joeldenning authored Dec 10, 2020
1 parent df8514f commit 1ce9cc4
Show file tree
Hide file tree
Showing 29 changed files with 13,206 additions and 5,128 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "root",
"devDependencies": {
"@types/jest": "^25.2.1",
"concurrently": "^5.1.0",
"husky": "^4.2.3",
"jest": "^25.3.0",
"jest-cli": "^25.3.0",
"lerna": "^3.15.0",
"@types/jest": "^26.0.16",
"concurrently": "^5.3.0",
"husky": "^4.3.5",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"lerna": "^3.22.1",
"mkdirp": "^1.0.4",
"nixt": "^0.5.1",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"rimraf": "^3.0.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-single-spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"dependencies": {
"generator-single-spa": "^2.0.0-beta.1",
"yargs": "^14.2.0",
"yeoman-environment": "^2.6.0"
"yargs": "^16.2.0",
"yeoman-environment": "^2.10.3"
}
}
Loading

0 comments on commit 1ce9cc4

Please sign in to comment.