|
1 | 1 | {
|
2 | 2 | "name": "@faker-js/faker",
|
3 |
| - "version": "8.0.0-beta.1", |
| 3 | + "version": "8.0.0", |
4 | 4 | "description": "Generate massive amounts of fake contextual data",
|
5 | 5 | "keywords": [
|
6 | 6 | "faker",
|
|
96 | 96 | "@algolia/client-search": "~4.17.0",
|
97 | 97 | "@types/glob": "~8.1.0",
|
98 | 98 | "@types/markdown-it": "~12.2.3",
|
99 |
| - "@types/node": "~18.16.5", |
| 99 | + "@types/node": "~20.1.2", |
100 | 100 | "@types/prettier": "~2.7.2",
|
101 | 101 | "@types/react": "~18.2.6",
|
102 | 102 | "@types/sanitize-html": "~2.9.0",
|
103 |
| - "@types/semver": "~7.3.13", |
104 |
| - "@types/validator": "~13.7.16", |
105 |
| - "@typescript-eslint/eslint-plugin": "~5.59.2", |
106 |
| - "@typescript-eslint/parser": "~5.59.2", |
| 103 | + "@types/semver": "~7.5.0", |
| 104 | + "@types/validator": "~13.7.17", |
| 105 | + "@typescript-eslint/eslint-plugin": "~5.59.5", |
| 106 | + "@typescript-eslint/parser": "~5.59.5", |
107 | 107 | "@vitest/coverage-c8": "~0.31.0",
|
108 | 108 | "@vitest/ui": "~0.31.0",
|
109 | 109 | "@vueuse/core": "~10.1.2",
|
110 | 110 | "c8": "~7.13.0",
|
111 | 111 | "conventional-changelog-cli": "~2.2.2",
|
112 |
| - "cypress": "~12.11.0", |
| 112 | + "cypress": "~12.12.0", |
113 | 113 | "esbuild": "~0.17.18",
|
114 | 114 | "eslint": "~8.40.0",
|
115 | 115 | "eslint-config-prettier": "~8.8.0",
|
116 | 116 | "eslint-define-config": "~1.20.0",
|
117 | 117 | "eslint-gitignore": "~0.1.0",
|
118 | 118 | "eslint-plugin-deprecation": "~1.4.1",
|
119 |
| - "eslint-plugin-jsdoc": "~44.0.0", |
| 119 | + "eslint-plugin-jsdoc": "~44.1.0", |
120 | 120 | "eslint-plugin-prettier": "~4.2.1",
|
121 | 121 | "eslint-plugin-vitest": "~0.2.2",
|
122 |
| - "glob": "~10.2.2", |
| 122 | + "glob": "~10.2.3", |
123 | 123 | "npm-run-all": "~4.1.5",
|
124 | 124 | "picocolors": "~1.0.0",
|
125 | 125 | "prettier": "2.8.8",
|
|
139 | 139 | "vitest": "~0.31.0",
|
140 | 140 | "vue": "~3.2.47"
|
141 | 141 | },
|
142 |
| - "packageManager": "pnpm@8.4.0", |
| 142 | + "packageManager": "pnpm@8.5.0", |
143 | 143 | "engines": {
|
144 | 144 | "node": "^14.17.0 || ^16.13.0 || >=18.0.0",
|
145 | 145 | "npm": ">=6.14.13"
|
|
0 commit comments