Skip to content

Commit

Permalink
chore: update deps (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mammadataei authored Dec 19, 2023
1 parent 542e089 commit f3eafc7
Show file tree
Hide file tree
Showing 2 changed files with 5,200 additions and 2,355 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"scripts": {
"build": "tsc && unbuild",
"test": "vitest --ui --open=false",
"typecheck": "vitest typecheck",
"typecheck": "vitest --typecheck",
"coverage": "vitest run --coverage",
"format": "prettier --write . && pnpm lint --fix",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand All @@ -48,31 +48,31 @@
"graphql": "^16.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@ngneat/falso": "^7.1.1",
"@rollup/plugin-graphql": "^2.0.3",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.34.6",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"@rollup/plugin-graphql": "^2.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.0.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "3.0.3",
"typescript": "^5.2.2",
"lint-staged": "^15.2.0",
"prettier": "3.1.1",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^4.4.10",
"vitest": "^0.34.6"
"vite": "^5.0.10",
"vitest": "^1.0.4"
},
"dependencies": {
"nanoid": "^5.0.1"
"nanoid": "^5.0.4"
},
"packageManager": "pnpm@8.8.0",
"engineStrict": true,
Expand Down
Loading

0 comments on commit f3eafc7

Please sign in to comment.