Skip to content

Commit

Permalink
chore: Update dependencies (#80)
Browse files Browse the repository at this point in the history
* chore: Update dependencies

* Remove dependabot.yml

* Update vue snapshot
  • Loading branch information
lachlancollins authored Apr 9, 2024
1 parent e1a7af1 commit f8e9972
Show file tree
Hide file tree
Showing 10 changed files with 485 additions and 439 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

6 changes: 3 additions & 3 deletions integrations/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
"test:build": "vite build && vitest && publint --strict && attw --pack"
},
"dependencies": {
"@tanstack/query-core": "^5.20.5",
"@tanstack/query-core": "^5.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tanstack/config": "<1.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@vitejs/plugin-react": "^4.2.1"
}
}
4 changes: 2 additions & 2 deletions integrations/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"test:build": "vite build && vitest && publint --strict && attw --pack"
},
"dependencies": {
"solid-js": "^1.8.15"
"solid-js": "^1.8.16"
},
"devDependencies": {
"@tanstack/config": "<1.0.0",
"vite-plugin-solid": "^2.10.1"
"vite-plugin-solid": "^2.10.2"
}
}
2 changes: 1 addition & 1 deletion integrations/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"test:build": "vite build && vitest && publint --strict"
},
"dependencies": {
"vue": "^3.4.19"
"vue": "^3.4.21"
},
"devDependencies": {
"@tanstack/config": "<1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/snap/cjs/App.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;
2 changes: 1 addition & 1 deletion integrations/vue/snap/cjs/components/HelloWorld.vue.d.cts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
msg: string;
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
msg: string;
Expand Down
2 changes: 1 addition & 1 deletion integrations/vue/snap/esm/App.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
export default _default;
2 changes: 1 addition & 1 deletion integrations/vue/snap/esm/components/HelloWorld.vue.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<{
msg: string;
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
msg: string;
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"bin",
"src"
],
"packageManager": "[email protected].1",
"packageManager": "[email protected].6",
"scripts": {
"preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
"test": "pnpm run test:ci",
Expand All @@ -65,7 +65,7 @@
]
},
"dependencies": {
"@commitlint/parse": "^18.6.1",
"@commitlint/parse": "^19.0.3",
"chalk": "^5.3.0",
"commander": "^12.0.0",
"current-git-branch": "^1.1.0",
Expand All @@ -80,22 +80,22 @@
"semver": "^7.6.0",
"stream-to-array": "^2.3.0",
"v8flags": "^4.0.1",
"vite-plugin-dts": "^3.7.2",
"vite-plugin-dts": "^3.8.1",
"vite-plugin-externalize-deps": "^0.8.0",
"vite-tsconfig-paths": "^4.3.1"
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.13.10",
"@arethetypeswrong/cli": "^0.15.3",
"@types/current-git-branch": "^1.1.6",
"@types/eslint": "^8.56.2",
"@types/eslint": "^8.56.7",
"@types/git-log-parser": "^1.2.3",
"@types/interpret": "^1.1.3",
"@types/jsonfile": "^6.1.4",
"@types/liftoff": "^4.0.3",
"@types/luxon": "^3.4.2",
"@types/minimist": "^1.2.5",
"@types/node": "^18.19.8",
"@types/semver": "^7.5.7",
"@types/semver": "^7.5.8",
"@types/stream-to-array": "^2.3.3",
"@types/v8flags": "^3.1.3",
"@typescript-eslint/eslint-plugin": "^6.21.0",
Expand All @@ -105,12 +105,12 @@
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"jsdom": "^24.0.0",
"nx": "^18.0.4",
"nx": "^18.2.3",
"prettier": "^4.0.0-alpha.8",
"publint": "^0.2.7",
"type-fest": "^4.10.2",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vitest": "^1.3.0"
"type-fest": "^4.15.0",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vitest": "^1.4.0"
}
}
Loading

0 comments on commit f8e9972

Please sign in to comment.