Skip to content

Commit

Permalink
Update nx-cloud (#5721)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Jul 16, 2023
1 parent b943d79 commit 8f19f73
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 67 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"jest": "^27.5.1",
"jsonfile": "^6.1.0",
"luxon": "^2.3.2",
"nx": "16.5.0",
"nx-cloud": "16.0.5",
"nx": "16.5.2",
"nx-cloud": "16.1.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.9.0",
"react": "^18.2.0",
Expand Down
10 changes: 4 additions & 6 deletions packages/svelte-query/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { svelte } from '@sveltejs/vite-plugin-svelte'
import path from 'path'
import type { UserConfig } from 'vite'
import { defineConfig } from 'vitest/config'
import path from 'node:path'

const config: UserConfig = {
export default defineConfig({
plugins: [svelte()],
resolve: {
alias: {
Expand All @@ -22,6 +22,4 @@ const config: UserConfig = {
include: ['src/**/*.{test,spec}.{js,ts}'],
setupFiles: ['vitest.setup.ts'],
},
}

export default config
})
121 changes: 62 additions & 59 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8f19f73

Please sign in to comment.