Skip to content

Commit 8458633

Browse files
chore: Update dependencies (#26)
1 parent 601a77a commit 8458633

5 files changed

Lines changed: 387 additions & 351 deletions

File tree

integrations/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@tanstack/config": "<1.0.0",
14-
"@types/react": "^18.2.46",
14+
"@types/react": "^18.2.48",
1515
"@types/react-dom": "^18.2.18",
1616
"@vitejs/plugin-react": "^4.2.1"
1717
}

integrations/solid/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"test:build": "vite build && vitest"
77
},
88
"dependencies": {
9-
"solid-js": "^1.8.7"
9+
"solid-js": "^1.8.11"
1010
},
1111
"devDependencies": {
1212
"@tanstack/config": "<1.0.0",
13-
"vite-plugin-solid": "^2.8.0"
13+
"vite-plugin-solid": "^2.8.2"
1414
}
1515
}

integrations/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"test:build": "vite build && vitest"
77
},
88
"dependencies": {
9-
"vue": "^3.3.11"
9+
"vue": "^3.4.15"
1010
},
1111
"devDependencies": {
1212
"@tanstack/config": "<1.0.0",
13-
"@vitejs/plugin-vue": "^4.5.2"
13+
"@vitejs/plugin-vue": "^5.0.3"
1414
}
1515
}

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
]
6464
},
6565
"dependencies": {
66-
"@commitlint/parse": "^18.4.3",
66+
"@commitlint/parse": "^18.4.4",
6767
"chalk": "^5.3.0",
6868
"commander": "^11.1.0",
6969
"current-git-branch": "^1.1.0",
@@ -78,35 +78,35 @@
7878
"semver": "^7.5.4",
7979
"stream-to-array": "^2.3.0",
8080
"v8flags": "^4.0.1",
81-
"vite-plugin-dts": "^3.7.0",
81+
"vite-plugin-dts": "^3.7.1",
8282
"vite-plugin-externalize-deps": "^0.8.0"
8383
},
8484
"devDependencies": {
8585
"@types/current-git-branch": "^1.1.6",
86-
"@types/eslint": "^8.56.0",
86+
"@types/eslint": "^8.56.2",
8787
"@types/git-log-parser": "^1.2.3",
8888
"@types/interpret": "^1.1.3",
8989
"@types/jsonfile": "^6.1.4",
9090
"@types/liftoff": "^4.0.3",
91-
"@types/luxon": "^3.3.7",
91+
"@types/luxon": "^3.4.1",
9292
"@types/minimist": "^1.2.5",
93-
"@types/node": "^18.19.4",
93+
"@types/node": "^18.19.8",
9494
"@types/semver": "^7.5.6",
9595
"@types/stream-to-array": "^2.3.3",
9696
"@types/v8flags": "^3.1.3",
97-
"@typescript-eslint/eslint-plugin": "^6.16.0",
98-
"@typescript-eslint/parser": "^6.16.0",
97+
"@typescript-eslint/eslint-plugin": "^6.19.0",
98+
"@typescript-eslint/parser": "^6.19.0",
9999
"eslint": "^8.56.0",
100100
"eslint-config-prettier": "^9.1.0",
101101
"eslint-import-resolver-typescript": "^3.6.1",
102102
"eslint-plugin-import": "^2.29.1",
103-
"jsdom": "^23.0.1",
103+
"jsdom": "^23.2.0",
104104
"nx": "^17.2.8",
105105
"prettier": "^4.0.0-alpha.8",
106106
"publint": "^0.2.7",
107107
"type-fest": "^4.9.0",
108-
"typescript": "^5.2.2",
109-
"vite": "^5.0.10",
110-
"vitest": "^1.1.0"
108+
"typescript": "^5.3.3",
109+
"vite": "^5.0.12",
110+
"vitest": "^1.2.1"
111111
}
112112
}

0 commit comments

Comments
 (0)