Skip to content

Commit

Permalink
add changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Aug 27, 2023
1 parent 60e99c6 commit 6992747
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 53 deletions.
10 changes: 5 additions & 5 deletions examples/solid/spa/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"start": "vinxi start"
},
"dependencies": {
"@picocss/pico": "^1.5.7",
"autoprefixer": "^10.4.14",
"solid-js": "^1.7.8",
"tailwindcss": "^3.3.2",
"@picocss/pico": "^1.5.10",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "workspace:^",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0"
}
}
10 changes: 5 additions & 5 deletions examples/solid/ssr/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"start": "vinxi start"
},
"dependencies": {
"@picocss/pico": "^1.5.7",
"@solidjs/meta": "^0.28.5",
"@picocss/pico": "^1.5.10",
"@solidjs/meta": "^0.28.6",
"@vinxi/plugin-references": "workspace:^",
"@vinxi/solid": "workspace:^",
"autoprefixer": "^10.4.14",
"solid-js": "^1.7.8",
"tailwindcss": "^3.3.2",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "workspace:^",
"vite-plugin-solid": "^2.7.0"
}
Expand Down
16 changes: 8 additions & 8 deletions examples/solid/ssr/solid-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
"start": "vinxi start"
},
"dependencies": {
"@babel/core": "^7.22.8",
"@picocss/pico": "^1.5.7",
"@solidjs/meta": "^0.28.5",
"@solidjs/router": "^0.8.2",
"@babel/core": "^7.22.11",
"@picocss/pico": "^1.5.10",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"@types/babel__core": "^7.20.1",
"@vinxi/solid": "workspace:^",
"autoprefixer": "^10.4.14",
"solid-js": "^1.7.8",
"tailwindcss": "^3.3.2",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"tailwindcss": "^3.3.3",
"vinxi": "workspace:^",
"vite-plugin-solid": "^2.7.0"
},
"devDependencies": {
"axios": "^1.4.0"
"axios": "^1.5.0"
}
}
14 changes: 7 additions & 7 deletions examples/solid/ssr/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"start": "vinxi start"
},
"dependencies": {
"@picocss/pico": "^1.5.7",
"@solidjs/meta": "^0.28.5",
"@solidjs/router": "^0.8.2",
"autoprefixer": "^10.4.14",
"solid-js": "^1.7.8",
"@picocss/pico": "^1.5.10",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"autoprefixer": "^10.4.15",
"solid-js": "^1.7.11",
"solid-start": "workspace:^",
"tailwindcss": "^3.3.2",
"tailwindcss": "^3.3.3",
"vinxi": "workspace:^"
},
"devDependencies": {
"axios": "^1.4.0"
"axios": "^1.5.0"
}
}
6 changes: 3 additions & 3 deletions examples/vanilla/spa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"start": "vinxi start"
},
"dependencies": {
"@picocss/pico": "^1.5.7",
"@picocss/pico": "^1.5.10",
"@vinxi/plugin-references": "workspace:^",
"autoprefixer": "^10.4.14",
"tailwindcss": "^3.3.2",
"autoprefixer": "^10.4.15",
"tailwindcss": "^3.3.3",
"vinxi": "workspace:^"
}
}
6 changes: 3 additions & 3 deletions packages/solid-start/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
}
},
"devDependencies": {
"@solidjs/meta": "^0.28.5",
"@solidjs/router": "^0.8.2",
"@solidjs/meta": "^0.28.6",
"@solidjs/router": "^0.8.3",
"@vinxi/solid": "workspace:^",
"solid-js": "^1.7.8",
"solid-js": "^1.7.11",
"vinxi": "workspace:^"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vinxi-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}
},
"devDependencies": {
"@solidjs/meta": "^0.28.5",
"solid-js": "^1.7.8",
"@solidjs/meta": "^0.28.6",
"solid-js": "^1.7.11",
"vinxi": "workspace:^"
}
}
24 changes: 12 additions & 12 deletions packages/vinxi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,39 @@
}
},
"dependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.11",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-syntax-typescript": "^7.22.5",
"c12": "^1.1.2",
"c12": "^1.4.2",
"chokidar": "^3.5.3",
"consola": "^3.2.3",
"defu": "^6.1.2",
"es-module-lexer": "^1.3.0",
"esbuild": "^0.18.14",
"fast-glob": "^3.3.0",
"esbuild": "^0.18.20",
"fast-glob": "^3.3.1",
"get-port": "^6.1.2",
"h3": "1.8.0",
"http-proxy": "^1.18.1",
"listhen": "^1.0.4",
"listhen": "^1.4.1",
"micromatch": "^4.0.5",
"mri": "^1.2.0",
"nitropack": "2.6.1",
"node-fetch-native": "^1.2.0",
"node-fetch-native": "^1.4.0",
"path-to-regexp": "^6.2.1",
"pathe": "^1.1.1",
"perfect-debounce": "^1.0.0",
"rollup-plugin-visualizer": "^5.9.2",
"serve-placeholder": "^2.0.1",
"serve-static": "^1.15.0",
"ufo": "^1.1.2",
"unenv": "^1.5.1",
"unimport": "^3.0.11",
"ufo": "^1.3.0",
"unenv": "^1.7.4",
"unimport": "^3.2.0",
"unstorage": "^1.9.0",
"vite": "4.3.9",
"zod": "^3.21.4"
"zod": "^3.22.2"
},
"devDependencies": {
"@types/node": "^18.14.0",
"prettier": "^2.8.4"
"@types/node": "^18.17.11",
"prettier": "^2.8.8"
}
}
16 changes: 8 additions & 8 deletions packages/vite-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"esbuild": "0.18.7",
"resolve": "^1.20.0",
"unified": "^9.2.1"
"resolve": "^1.22.4",
"unified": "^9.2.2"
},
"devDependencies": {
"@mdx-js/mdx": "2.3.0",
"@types/es-module-lexer": "^0.3.0",
"@types/mdast": "^3.0.10",
"@types/node": "^14.14.22",
"@types/resolve": "^1.20.0",
"@types/unist": "^2.0.6",
"typescript": "^5.1.6",
"vite": "^4.3.9"
"@types/mdast": "^3.0.12",
"@types/node": "^14.18.56",
"@types/resolve": "^1.20.2",
"@types/unist": "^2.0.7",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"description": "Vite plugin for MDX",
"license": "MIT",
Expand Down

0 comments on commit 6992747

Please sign in to comment.