Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 661aba5 commit 40ea4fc
Show file tree
Hide file tree
Showing 3 changed files with 165 additions and 171 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 18.18.2
nodejs 18.19.0
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tanstack-query-callbacks",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@8.10.0",
"packageManager": "pnpm@8.14.0",
"author": "zhong666 <hi@zhong666.me>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -81,32 +81,32 @@
}
},
"devDependencies": {
"@aa900031/eslint-config": "^1.0.1",
"@aa900031/eslint-config": "^1.1.0",
"@release-it/conventional-changelog": "^7.0.2",
"@tanstack/query-core": "^5.14.2",
"@tanstack/react-query": "^5.14.2",
"@tanstack/vue-query": "^5.14.2",
"@tanstack/query-core": "^5.17.1",
"@tanstack/react-query": "^5.17.1",
"@tanstack/vue-query": "^5.17.1",
"@testing-library/react": "14.1.2",
"@testing-library/vue": "^8.0.1",
"@tsconfig/node18": "^18.2.2",
"@types/node": "^18.18.7",
"@types/react": "^18.2.45",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@vitest/coverage-istanbul": "^1.1.0",
"@vitest/ui": "^1.1.0",
"@vitest/coverage-istanbul": "^1.1.2",
"@vitest/ui": "^1.1.2",
"@vue/composition-api": "^1.7.2",
"conventional-changelog-unjs": "^0.1.0",
"eslint": "^8.52.0",
"conventional-changelog-unjs": "^0.1.1",
"eslint": "^8.56.0",
"happy-dom": "^12.10.3",
"npm-run-all2": "^6.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^16.2.1",
"typescript": "^5.2.2",
"release-it": "^16.3.0",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vitest": "^1.1.0",
"vue": "^3.3.13",
"vue-2": "npm:vue@2.6",
"vitest": "^1.1.2",
"vue": "^3.4.5",
"vue-2": "npm:vue@2.7",
"vue-2.7": "npm:vue@2.7"
}
}
Loading

0 comments on commit 40ea4fc

Please sign in to comment.