Skip to content

Commit

Permalink
fix: update deps (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Apr 28, 2021
1 parent 94e9241 commit fa91027
Show file tree
Hide file tree
Showing 4 changed files with 1,404 additions and 1,352 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
]
},
"devDependencies": {
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.15",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.13.15",
"babel-jest": "^26.6.3",
"conventional-github-releaser": "^3.1.5",
"cross-env": "^7.0.3",
"eslint": "^7.24.0",
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"husky": "^6.0.0",
Expand All @@ -39,6 +39,5 @@
"prettier": "^2.2.1",
"puppeteer": "^9.0.0",
"rimraf": "^3.0.2"
},
"dependencies": {}
}
}
2 changes: 1 addition & 1 deletion packages/jest-dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"cwd": "^0.10.0",
"find-process": "^1.4.4",
"prompts": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-environment-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"chalk": "^4.1.0",
"chalk": "^4.1.1",
"cwd": "^0.10.0",
"jest-dev-server": "^5.0.0",
"jest-environment-node": "^26.6.2",
Expand Down
Loading

0 comments on commit fa91027

Please sign in to comment.