Skip to content

Commit

Permalink
mg
Browse files Browse the repository at this point in the history
  • Loading branch information
OrJDev committed Feb 26, 2023
2 parents 24e2037 + d7be5b9 commit 35709ff
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 54 deletions.
16 changes: 8 additions & 8 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
26 changes: 13 additions & 13 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "OrJDev/create-jd-app" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
}
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "OrJDev/create-jd-app" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
}

5 changes: 0 additions & 5 deletions .changeset/friendly-tomatoes-yell.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# create-jd-app

## 0.1.22

### Patch Changes

- [#56](https://github.com/OrJDev/create-jd-app/pull/56) [`62f7238`](https://github.com/OrJDev/create-jd-app/commit/62f723898a01db6825b4801e259865596976bc43) Thanks [@shivanshubisht](https://github.com/shivanshubisht)! - Updated dependencies

- [#58](https://github.com/OrJDev/create-jd-app/pull/58) [`381dab1`](https://github.com/OrJDev/create-jd-app/commit/381dab13c08a6cc828ca3aec8f2f3237f6f690a5) Thanks [@shivanshubisht](https://github.com/shivanshubisht)! - Unused '@ts-expect-error' directive.

## 0.1.21

### Patch Changes

- [`0dfbc5f`](https://github.com/OrJDev/create-jd-app/commit/0dfbc5f91d936fd9d49d5e82c53e4f1ef14a7e5e) Thanks [@OrJDev](https://github.com/OrJDev)! - Fix falsy warning when using the --current flag

## 0.1.20

### Patch Changes
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
14 changes: 14 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://unpkg.com/@changesets/config@2.2.0/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "OrJDev/create-jd-app" }
],
"commit": false,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch"
}

5 changes: 5 additions & 0 deletions fluffy-owls-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-jd-app": patch
---

Updated optional dependencies
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-jd-app",
"version": "0.1.20",
"version": "0.1.22",
"private": false,
"scripts": {
"build": "rm -rf dist && tsc -p . && tsc-alias -p tsconfig.json && pnpm postbuild",
Expand Down
26 changes: 13 additions & 13 deletions src/helpers/packages.ts
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
const packages = {
dev: {
// adapters
"solid-start-vercel": "^0.2.19",
"solid-start-vercel": "^0.2.21",
// tailwind
tailwindcss: "^3.2.4",
postcss: "^8.4.19",
tailwindcss: "^3.2.7",
postcss: "^8.4.21",
autoprefixer: "^10.4.13",
// prisma
prisma: "^4.6.1",
prisma: "^4.10.1",
// unocss
unocss: "^0.46.5",
unocss: "^0.49.7",
},
normal: {
// prisma
"@prisma/client": "^4.6.1",
"@prisma/client": "^4.10.1",
// trpc
"@tanstack/solid-query": "^4.15.1",
"@trpc/client": "^10.1.0",
"@trpc/server": "^10.1.0",
"@tanstack/solid-query": "^4.24.9",
"@trpc/client": "^10.12.0",
"@trpc/server": "^10.12.0",
"solid-start-trpc": "^0.0.16",
"solid-trpc": "^0.0.11-rc.2",
// trpc ssr
"solid-trpc->ssr": "0.1.0-sssr.6",
"@adeora/solid-query": "0.16.0",
"@adeora/solid-query": "0.19.0",
// next auth
"@auth/solid-start": "^0.1.0",
"@auth/core": "^0.3.0",
"@auth/core": "^0.4.0",
"@next-auth/prisma-adapter": "^1.0.5",
// upstash ratelimit
"@upstash/ratelimit": "^0.1.5",
"@upstash/redis": "^1.18.0",
"@upstash/ratelimit": "^0.3.5",
"@upstash/redis": "^1.20.0"
},
};

Expand Down
3 changes: 1 addition & 2 deletions src/helpers/vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export const getViteConfig: IUtil = (ctx) => {
}
import { defineConfig } from "vite";${
ctx.vercel
? `\n// @ts-expect-error no typing
import vercel from "solid-start-vercel";`
? `\nimport vercel from "solid-start-vercel";`
: ""
}
Expand Down
24 changes: 12 additions & 12 deletions template/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
},
"type": "module",
"devDependencies": {
"solid-start-node": "^0.2.19",
"typescript": "^4.8.3",
"vite": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^8.27.0",
"eslint-plugin-solid": "^0.9.3",
"@types/node": "^18.11.18"
"solid-start-node": "^0.2.21",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-plugin-solid": "^0.9.4",
"@types/node": "^18.14.0"
},
"dependencies": {
"@solidjs/meta": "^0.28.2",
"@solidjs/router": "^0.7.0",
"solid-js": "^1.5.7",
"solid-start": "^0.2.19",
"undici": "5.11.0",
"zod": "^3.19.1"
"solid-js": "^1.6.11",
"solid-start": "^0.2.21",
"undici": "5.20.0",
"zod": "^3.20.6"
},
"engines": {
"node": ">=16"
Expand Down

0 comments on commit 35709ff

Please sign in to comment.