Skip to content

Commit

Permalink
use nitropack-edge pinned
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Jul 31, 2023
1 parent 1eaa924 commit ef8aee3
Show file tree
Hide file tree
Showing 5 changed files with 103 additions and 124 deletions.
5 changes: 0 additions & 5 deletions examples/react/spa/mdx/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ class WouterFileSystemRouter extends BaseFileSystemRouter {
}

export default createApp({
server: {
externals: {
inline: ["h3", "h3-nightly"],
},
},
routers: [
{
name: "public",
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
"@tanstack/[email protected]": "patches/@[email protected]"
}
},
"resolutions": {
"h3": "npm:h3-nightly@latest",
"nitropack": "npm:nitropack-edge@latest"
},
"dependencies": {
"rimraf": "^5.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/vinxi-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vinxi/react",
"version": "0.0.4",
"version": "0.0.5",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand Down
6 changes: 3 additions & 3 deletions packages/vinxi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vinxi",
"version": "0.0.6",
"version": "0.0.7",
"type": "module",
"author": "Nikhil Saraf <[email protected]>",
"files": [
Expand Down Expand Up @@ -49,12 +49,12 @@
"es-module-lexer": "^1.3.0",
"esbuild": "^0.18.14",
"fast-glob": "^3.3.0",
"h3": "^1.7.1",
"h3": "^1.8.0-rc.1",
"http-proxy": "^1.18.1",
"listhen": "^1.0.4",
"micromatch": "^4.0.5",
"mri": "^1.2.0",
"nitropack": "2.5.2",
"nitropack": "npm:[email protected]",
"path-to-regexp": "^6.2.1",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
Expand Down
Loading

0 comments on commit ef8aee3

Please sign in to comment.