Skip to content

Commit

Permalink
fix(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jun 26, 2023
1 parent fcc22e6 commit 6a9347a
Show file tree
Hide file tree
Showing 2 changed files with 531 additions and 384 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,32 +107,32 @@
"extends": "@sanity/semantic-release-preset"
},
"dependencies": {
"@portabletext/types": "^2.0.0"
"@portabletext/types": "^2.0.5"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.22.5",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@sanity/pkg-utils": "^2.3.3",
"@sanity/semantic-release-preset": "^4.0.0",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"@sanity/semantic-release-preset": "^4.1.1",
"@types/node": "^20.3.2",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitest/coverage-c8": "^0.32.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-sanity": "^6.0.0",
"husky": "^8.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"prettier-plugin-packagejson": "^2.4.2",
"prettier": "^2.8.8",
"prettier-plugin-packagejson": "^2.4.3",
"rimraf": "^4.1.2",
"semantic-release": "^21.0.0",
"typedoc": "^0.24.0",
"typescript": "^5.0.0",
"semantic-release": "^21.0.5",
"typedoc": "^0.24.8",
"typescript": "^5.1.3",
"vitest": "^0.32.2",
"vitest-github-actions-reporter": "^0.10.0"
},
Expand Down
Loading

0 comments on commit 6a9347a

Please sign in to comment.