Skip to content

Commit 8f19f73

Browse files
Update nx-cloud (#5721)
1 parent b943d79 commit 8f19f73

File tree

3 files changed

+68
-67
lines changed

3 files changed

+68
-67
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
"jest": "^27.5.1",
7777
"jsonfile": "^6.1.0",
7878
"luxon": "^2.3.2",
79-
"nx": "16.5.0",
80-
"nx-cloud": "16.0.5",
79+
"nx": "16.5.2",
80+
"nx-cloud": "16.1.0",
8181
"prettier": "^2.6.2",
8282
"prettier-plugin-svelte": "^2.9.0",
8383
"react": "^18.2.0",

packages/svelte-query/vite.config.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { svelte } from '@sveltejs/vite-plugin-svelte'
2-
import path from 'path'
3-
import type { UserConfig } from 'vite'
2+
import { defineConfig } from 'vitest/config'
3+
import path from 'node:path'
44

5-
const config: UserConfig = {
5+
export default defineConfig({
66
plugins: [svelte()],
77
resolve: {
88
alias: {
@@ -22,6 +22,4 @@ const config: UserConfig = {
2222
include: ['src/**/*.{test,spec}.{js,ts}'],
2323
setupFiles: ['vitest.setup.ts'],
2424
},
25-
}
26-
27-
export default config
25+
})

pnpm-lock.yaml

Lines changed: 62 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)