Skip to content

Commit

Permalink
chore: upgrade deps (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jul 3, 2022
1 parent ad2088c commit 9e1c059
Show file tree
Hide file tree
Showing 4 changed files with 1,006 additions and 641 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
pnpm lint-staged
8 changes: 4 additions & 4 deletions lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
'*.js': ['yarn lint:eslint', 'yarn lint:prettier'],
'*.ts': ['yarn lint:eslint', 'yarn lint:prettier'],
'*.js': ['pnpm lint:eslint', 'pnpm lint:prettier'],
'*.ts': ['pnpm lint:eslint', 'pnpm lint:prettier'],
'{!(package)*.json,*.code-snippets,.*rc}': [
'yarn lint:prettier --parser json',
'pnpm lint:prettier --parser json',
],
'package.json': ['yarn lint:prettier'],
'package.json': ['pnpm lint:prettier'],
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,37 +51,37 @@
"minimist": ">=1.2.5"
},
"dependencies": {
"@sanity/client": "^3.3.0",
"@sanity/client": "^3.3.2",
"@sanity/image-url": "^1.0.1",
"minify-groq": "^1.0.0",
"sanity-typed-queries": "^0.8.1",
"vue-demi": "^0.13.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^4.3.0",
"@release-it/conventional-changelog": "^5.0.0",
"@types/memory-fs": "^0.3.3",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@typescript-eslint/eslint-plugin": "^5.30.4",
"@typescript-eslint/parser": "^5.30.4",
"@vue/composition-api": "1.4.9",
"@vue/test-utils": "^1.3.0",
"c8": "^7.11.2",
"conventional-changelog-conventionalcommits": "^4.6.3",
"eslint": "^8.13.0",
"c8": "^7.11.3",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"expect-type": "^0.13.0",
"flush-promises": "^1.0.2",
"happy-dom": "^6.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.4.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"memory-fs": "^0.5.0",
"pinst": "^3.0.0",
"prettier": "^2.6.2",
"release-it": "14.14.2",
"prettier": "^2.7.1",
"release-it": "15.1.1",
"semver": "^7.3.7",
"typescript": "^4.6.3",
"typescript": "^4.7.4",
"unbuild": "^0.7.2",
"vite": "^2.9.5",
"vite": "^2.9.13",
"vitest": "^0.17.0",
"vue": "2.6.14",
"vue-server-renderer": "^2.6.14",
Expand Down

0 comments on commit 9e1c059

Please sign in to comment.