aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2022-01-29 16:13:08 +0100
committerGitHub <[email protected]>2022-01-29 16:13:08 +0100
commit44628ecbbf8967c3a1313c6abfc62ad653cafe29 (patch)
tree9aaf64947c3c80c4cebec9bb3aaa6047d53243ec /package.json
parenta7176371f61cd2b317947e67d484944332dc4bd6 (diff)
downloadfaker-44628ecbbf8967c3a1313c6abfc62ad653cafe29.tar.xz
faker-44628ecbbf8967c3a1313c6abfc62ad653cafe29.zip
chore(deps): update some devDependencies (#316)
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/package.json b/package.json
index b6f4f7e9..843312aa 100644
--- a/package.json
+++ b/package.json
@@ -86,14 +86,14 @@
]
},
"devDependencies": {
- "@vitest/ui": "~0.1.24",
+ "@vitest/ui": "~0.2.5",
"c8": "~7.11.0",
"conventional-changelog-cli": "~2.2.2",
"cypress": "~9.3.1",
- "esbuild": "~0.14.13",
- "eslint": "^6.5.1",
- "esno": "~0.13.0",
- "lint-staged": "~9.5.0",
+ "esbuild": "~0.14.14",
+ "eslint": "~8.7.0",
+ "esno": "~0.14.0",
+ "lint-staged": "~12.3.2",
"npm-run-all": "~4.1.5",
"picocolors": "~1.0.0",
"prettier": "2.5.1",
@@ -103,10 +103,10 @@
"typedoc-plugin-missing-exports": "~0.22.6",
"typescript": "~4.5.5",
"vite": "~2.7.13",
- "vitepress": "^0.21.4",
- "vitest": "~0.1.24"
+ "vitepress": "~0.21.6",
+ "vitest": "~0.2.5"
},
- "packageManager": "[email protected]",
+ "packageManager": "[email protected]",
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"