Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Nov 6, 2024
1 parent dcf4979 commit 1087c10
Show file tree
Hide file tree
Showing 3 changed files with 308 additions and 274 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ $ npx serve dist -s

Config is loaded from `.tnfrc.ts` by default.

- `externals: Record<string, string>`: An object that maps package names to their corresponding paths.
- `devServer: { port?: number; host?: string; https?: { hosts?: string[] }; ip?: string }`: The development server configuration.
- `externals: Record<string, string>`: An object that maps package names to their corresponding paths.
- `less: { modifyVars?: Record<string, string>; globalVars?: Record<string, string>; math?: 'always' | 'strict' | 'parens-division' | 'parens' | 'strict-legacy' | number; sourceMap?: any; plugins?: (string | [string, Record<string, any>])[];}`: The configuration passed to lessLoader.

## LICENSE
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@tanstack/react-router": "^1.77.6",
"@tanstack/router-devtools": "^1.77.6",
"@tanstack/router-generator": "^1.74.2",
"@tanstack/react-router": "^1.79.0",
"@tanstack/router-devtools": "^1.79.0",
"@tanstack/router-generator": "^1.79.0",
"@types/compression": "^1.7.5",
"@types/connect-history-api-fallback": "^1.5.4",
"@types/cors": "^2.8.17",
Expand All @@ -38,7 +38,7 @@
"@types/react-dom": "^18.3.1",
"@types/spdy": "^3.4.9",
"@types/yargs-parser": "^21.0.3",
"@umijs/mako": "^0.9.3",
"@umijs/mako": "^0.9.4",
"c12": "^2.0.1",
"chokidar": "^4.0.1",
"compression": "^1.7.5",
Expand All @@ -61,7 +61,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@manypkg/get-packages": "^2.2.2",
"@playwright/test": "^1.42.1",
"@playwright/test": "^1.48.2",
"@total-typescript/tsconfig": "^1.0.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"father": "^4.5.1",
Expand All @@ -72,8 +72,8 @@
"serve-handler": "^6.1.6",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"zx": "^8.1.9"
"vitest": "^2.1.4",
"zx": "^8.2.0"
},
"lint-staged": {
"*.{jsx,less,md,json}": [
Expand Down
Loading

0 comments on commit 1087c10

Please sign in to comment.