chore: bump version (#1737)

This commit is contained in:
Himself65
2023-03-29 13:35:42 -05:00
committed by GitHub
parent 9c6fb82c82
commit 8a03f9ff1f
10 changed files with 1265 additions and 2133 deletions
+11 -11
View File
@@ -44,13 +44,13 @@
"@playwright/test": "^1.32.1",
"@testing-library/react": "^14.0.0",
"@types/eslint": "^8.21.3",
"@types/node": "^18.15.5",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-istanbul": "^0.29.3",
"@vitest/ui": "^0.29.3",
"eslint": "^8.36.0",
"@vitest/coverage-istanbul": "^0.29.8",
"@vitest/ui": "^0.29.8",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
@@ -62,17 +62,17 @@
"happy-dom": "^8.9.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"msw": "^1.2.0",
"nanoid": "^4.0.1",
"msw": "^1.2.1",
"nanoid": "^4.0.2",
"nyc": "^15.1.0",
"prettier": "^2.8.5",
"prettier": "^2.8.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serve": "^14.2.0",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite": "^4.2.1",
"vite-plugin-istanbul": "^4.0.1",
"vitest": "^0.29.3",
"vitest": "^0.29.8",
"vitest-fetch-mock": "^0.2.2"
},
"packageManager": "yarn@3.5.0",