Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Mar 9, 2022
1 parent cdc867a commit 47a33b1
Show file tree
Hide file tree
Showing 4 changed files with 2,542 additions and 2,503 deletions.
20 changes: 10 additions & 10 deletions package.json
@@ -1,19 +1,19 @@
{
"private": true,
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"babel-jest": "^27.0.6",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"babel-jest": "^27.5.1",
"codecov": "^3.8.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-xo": "^0.37.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^7.0.1",
"jest": "^27.0.6",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lerna": "^4.0.0",
"lint-staged": "^11.0.0",
"prettier": "^2.3.0"
"lint-staged": "^12.3.5",
"prettier": "^2.5.1"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"ansi-escapes": "^4.2.1",
"chalk": "^4.1.1",
"cli-spinners": "^2.6.0",
"cli-spinners": "^2.6.1",
"cli-width": "^3.0.0",
"lodash": "^4.17.21",
"mute-stream": "^0.0.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/inquirer/package.json
Expand Up @@ -20,13 +20,13 @@
"node": ">=12.0.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai": "^4.3.6",
"chalk-pipe": "^5.1.1",
"cmdify": "^0.0.4",
"mocha": "^9.0.2",
"mocha": "^9.2.1",
"mockery": "^2.1.0",
"nyc": "^15.0.0",
"sinon": "^11.1.1"
"sinon": "^13.0.1"
},
"scripts": {
"test": "nyc mocha test/**/* -r ./test/before",
Expand All @@ -47,7 +47,7 @@
"mute-stream": "0.0.8",
"ora": "^5.4.1",
"run-async": "^2.4.0",
"rxjs": "^7.2.0",
"rxjs": "^7.5.5",
"string-width": "^4.1.0",
"strip-ansi": "^6.0.0",
"through": "^2.3.6"
Expand Down

0 comments on commit 47a33b1

Please sign in to comment.