Skip to content

Commit

Permalink
fix(deps): upgrade non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgentile committed Oct 18, 2024
1 parent cd024dd commit 1d969e8
Show file tree
Hide file tree
Showing 3 changed files with 3,010 additions and 1,471 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"format": "prettier --cache --write --ignore-unknown ."
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"husky": "^9.1.4",
"lint-staged": "^15.2.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.1",
"turbo": "^2.0.11",
"vitest": "^2.0.5"
"prettier-plugin-packagejson": "^2.5.3",
"turbo": "^2.2.0",
"vitest": "^2.1.3"
},
"packageManager": "[email protected]",
"pnpm": {
Expand Down
32 changes: 16 additions & 16 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,33 +82,33 @@
"watch": "pkg-utils watch --strict"
},
"dependencies": {
"@sanity/client": "^6.21.1",
"@sanity/preview-url-secret": "^1.6.19",
"@sanity/react-loader": "^1.10.5",
"@sanity/visual-editing": "^2.1.7",
"groq": "^3.52.4"
"@sanity/client": "^6.22.2",
"@sanity/preview-url-secret": "^1.6.21",
"@sanity/react-loader": "^1.10.7",
"@sanity/visual-editing": "^2.1.10",
"groq": "^3.61.0"
},
"devDependencies": {
"@sanity/pkg-utils": "^6.10.8",
"@sanity/pkg-utils": "^6.11.4",
"@sanity/plugin-kit": "^4.0.18",
"@sanity/semantic-release-preset": "^4.1.8",
"@shopify/hydrogen": "~2024.7.2",
"@shopify/remix-oxygen": "^2.0.5",
"@types/react": "^18.3.3",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"eslint": "^8.57.0",
"@shopify/hydrogen": "~2024.7.9",
"@shopify/remix-oxygen": "^2.0.8",
"@types/react": "^18.3.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-config-sanity": "^7.1.2",
"eslint-config-sanity": "^7.1.3",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^12.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"semantic-release": "^23.1.1",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"vitest-github-actions-reporter": "^0.11.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 1d969e8

Please sign in to comment.