Skip to content

Commit

Permalink
update to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalexiei committed Feb 22, 2025
1 parent 1de8e3a commit b60a936
Show file tree
Hide file tree
Showing 5 changed files with 285 additions and 292 deletions.
6 changes: 3 additions & 3 deletions devtools/vite-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"types": "tsc --noEmit"
},
"devDependencies": {
"oxc-transform": "0.51.0",
"oxc-transform": "0.52.0",
"rollup-plugin-preserve-directives": "0.4.0",
"unplugin-isolated-decl": "0.11.0",
"vite": "6.1.0",
"unplugin-isolated-decl": "0.11.2",
"vite": "6.1.1",
"vite-plugin-externalize-deps": "0.9.0"
}
}
4 changes: 2 additions & 2 deletions packages/tuono-fs-router-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
"@babel/core": "^7.24.4",
"@babel/types": "^7.24.0",
"prettier": "^3.2.4",
"vite": "^6.1.0"
"vite": "^6.1.1"
},
"devDependencies": {
"@types/babel__core": "7.20.5",
"vite-config": "workspace:*",
"vitest": "3.0.5"
"vitest": "3.0.6"
}
}
6 changes: 3 additions & 3 deletions packages/tuono-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"@testing-library/react": "16.2.0",
"@types/react": "19.0.8",
"@vitejs/plugin-react-swc": "3.8.0",
"happy-dom": "17.1.0",
"happy-dom": "17.1.2",
"react": "19.0.0",
"vite": "6.1.0",
"vite": "6.1.1",
"vite-config": "workspace:*",
"vitest": "3.0.5"
"vitest": "3.0.6"
}
}
4 changes: 2 additions & 2 deletions packages/tuono/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"tuono-fs-router-vite-plugin": "workspace:*",
"tuono-router": "workspace:*",
"url-search-params-polyfill": "^8.2.5",
"vite": "^6.1.0",
"vite": "^6.1.1",
"web-streams-polyfill": "^4.0.0"
},
"devDependencies": {
Expand All @@ -83,7 +83,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"vite-config": "workspace:*",
"vitest": "3.0.5"
"vitest": "3.0.6"
},
"sideEffects": false,
"keywords": [
Expand Down
Loading

0 comments on commit b60a936

Please sign in to comment.