Skip to content

Commit

Permalink
chore: Update deps (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 authored Jan 22, 2025
1 parent f15516a commit ba5ce36
Show file tree
Hide file tree
Showing 21 changed files with 1,266 additions and 1,627 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"semantic-release": "^24.2.1",
"sherif": "^1.1.1",
"turbo": "^2.3.3",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"resolutions": {
"@headlessui/react": "2.2.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/content/docs/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ This is extracted from the [Jest ESM guide](https://jestjs.io/docs/ecmascript-mo
```ts title="jest.config.ts"
const config: Config = {
// <Other options here>
// [!code highlight:3]
// [!code highlight:2]
extensionsToTreatAsEsm: [".ts", ".tsx"],
transform: {}
};
Expand Down
28 changes: 14 additions & 14 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@faker-js/faker": "^9.4.0",
"@headlessui/react": "2.2.0",
"@headlessui/tailwindcss": "^0.2.1",
"@icons-pack/react-simple-icons": "^10.2.0",
"@icons-pack/react-simple-icons": "^11.1.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.4",
Expand All @@ -33,17 +33,17 @@
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@sentry/nextjs": "^8.48.0",
"@sentry/nextjs": "^8.50.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tremor/react": "^3.18.6",
"@tremor/react": "^3.18.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"fumadocs-core": "^14.7.2",
"fumadocs-mdx": "^11.2.3",
"fumadocs-ui": "^14.7.2",
"lucide-react": "^0.469.0",
"next": "15.1.4",
"fumadocs-core": "^14.7.7",
"fumadocs-mdx": "^11.3.1",
"fumadocs-ui": "^14.7.7",
"lucide-react": "^0.473.0",
"next": "15.1.5",
"nuqs": "workspace:*",
"pretty-bytes": "^6.1.1",
"react": "catalog:react19",
Expand All @@ -59,17 +59,17 @@
"zod": "^3.24.1"
},
"devDependencies": {
"@shikijs/transformers": "^1.26.1",
"@shikijs/transformers": "^2.1.0",
"@types/mdx": "^2.0.13",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.20",
"hast-util-to-jsx-runtime": "^2.3.2",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.6.9",
"shiki": "^1.26.1",
"typescript": "^5.7.2"
"postcss": "^8.5.1",
"prettier-plugin-tailwindcss": "^0.6.10",
"shiki": "^2.1.0",
"typescript": "^5.7.3"
},
"postcss": {
"plugins": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/app/(pages)/_landing/demo.client.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use client'

// [!code word:useQueryState:4]
// [!code word:useQueryState]
import { parseAsInteger, useQueryState } from 'nuqs'

export function Demo() {
Expand Down
7 changes: 7 additions & 0 deletions packages/docs/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@
}
}

@layer utilities {
.bg-fd-card {
--fd-card: var(--fd-secondary);
--tw-bg-opacity: 0.25;
}
}

@layer components {
/* Remove the background color on title bar */
.fd-codeblock div:has(> figcaption) {
Expand Down
8 changes: 6 additions & 2 deletions packages/docs/src/components/code-block-highlighter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ export async function highlight(code: string, lang: BundledLanguage) {
...rehypeCodeOptions,
lang,
transformers: [
transformerNotationHighlight(),
transformerNotationWordHighlight()
transformerNotationHighlight({
matchAlgorithm: 'v3'
}),
transformerNotationWordHighlight({
matchAlgorithm: 'v3'
})
]
})
}
Expand Down
10 changes: 5 additions & 5 deletions packages/e2e/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "15.1.4",
"next": "15.1.5",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"@types/webpack": "^5.28.5",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"cypress": "^13.17.0",
"cypress": "catalog:e2e",
"cypress-terminal-report": "^7.1.0",
"e2e-shared": "workspace:*",
"semver": "^7.6.3",
"start-server-and-test": "^2.0.9",
"typescript": "^5.7.2"
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.3"
}
}
8 changes: 4 additions & 4 deletions packages/e2e/react-router/v6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router-dom": "^6.28.1"
"react-router-dom": "6.28.2"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.7"
"typescript": "^5.7.3",
"vite": "^6.0.11"
}
}
18 changes: 9 additions & 9 deletions packages/e2e/react-router/v7/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"cypress:run": "cross-env FORCE_COLOR=3 cypress run --headless"
},
"dependencies": {
"@react-router/node": "^7.1.1",
"@react-router/serve": "^7.1.1",
"isbot": "^5.1.20",
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"isbot": "^5.1.21",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router": "^7.1.1"
"react-router": "^7.1.3"
},
"devDependencies": {
"@react-router/dev": "^7.1.1",
"@react-router/express": "^7.1.1",
"@types/node": "^22.10.5",
"@react-router/dev": "^7.1.3",
"@react-router/express": "^7.1.3",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"compression": "^1.7.5",
Expand All @@ -33,8 +33,8 @@
"e2e-shared": "workspace:*",
"express": "^4.21.2",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4"
}
}
8 changes: 4 additions & 4 deletions packages/e2e/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
"cross-env": "^7.0.3",
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitest": "^3.0.3"
}
}
6 changes: 3 additions & 3 deletions packages/e2e/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"isbot": "^5.1.20",
"isbot": "^5.1.21",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
Expand All @@ -30,8 +30,8 @@
"cypress": "catalog:e2e",
"e2e-shared": "workspace:*",
"start-server-and-test": "catalog:e2e",
"typescript": "^5.7.2",
"vite": "^6.0.7",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4"
}
}
4 changes: 2 additions & 2 deletions packages/e2e/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
"cypress-terminal-report": "^7.1.0"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"cypress": "catalog:e2e",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
24 changes: 9 additions & 15 deletions packages/nuqs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@
"build": "tsup",
"postbuild": "size-limit --json > size.json",
"test": "pnpm run --stream '/^test:/'",
"test:types": "tsd",
"test:unit": "vitest run",
"test:unit": "vitest run --typecheck",
"test:size": "size-limit",
"prepack": "./scripts/prepack.sh"
},
Expand Down Expand Up @@ -152,26 +151,21 @@
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^22.10.5",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22.10.7",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"next": "15.1.4",
"@vitest/coverage-v8": "^3.0.3",
"next": "15.1.5",
"react": "catalog:react19",
"react-dom": "catalog:react19",
"react-router-dom": "6.28.1",
"react-router-dom": "6.28.2",
"size-limit": "^11.1.6",
"tsafe": "^1.8.5",
"tsd": "^0.31.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"tsd": {
"directory": "src/tests"
"typescript": "^5.7.3",
"vitest": "^3.0.3"
},
"size-limit": [
{
Expand Down
Loading

0 comments on commit ba5ce36

Please sign in to comment.