create-appncy
Advanced tools
Comparing version 1.1.37 to 1.1.38
@@ -5,3 +5,3 @@ import {defineConfig} from "drizzle-kit"; | ||
schema: "./src/db/schema.ts", | ||
driver: "better-sqlite", | ||
dialect: "sqlite", | ||
dbCredentials: { | ||
@@ -8,0 +8,0 @@ url: "data.db", |
@@ -9,3 +9,3 @@ # LibSQL DB module | ||
pnpm add libsql drizzle-orm | ||
pnpm add drizzle-kit better-sqlite3 -D | ||
pnpm add drizzle-kit@0.22.8 better-sqlite3 -D | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
```bash | ||
pnpm drizzle-kit push:sqlite | ||
pnpm drizzle-kit push | ||
``` | ||
@@ -34,0 +34,0 @@ > Run this command anytime your schema changes. |
@@ -14,19 +14,19 @@ { | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"@vercel/otel": "^1.9.1", | ||
"autoprefixer": "^10.4.19", | ||
"@vercel/otel": "^1.9.2", | ||
"autoprefixer": "^10.4.20", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"lucide-react": "^0.400.0", | ||
"next": "15.0.0-canary.38", | ||
"postcss": "^8.4.39", | ||
"lucide-react": "^0.428.0", | ||
"next": "15.0.0-canary.120", | ||
"postcss": "^8.4.41", | ||
"react": "19.0.0-rc-4c2e457c7c-20240522", | ||
"react-dom": "19.0.0-rc-4c2e457c7c-20240522", | ||
"tailwind-merge": "^2.3.0", | ||
"tailwindcss": "^3.4.4", | ||
"tailwind-merge": "^2.5.2", | ||
"tailwindcss": "^3.4.10", | ||
"tailwindcss-animate": "^1.0.7" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.0", | ||
"@next/eslint-plugin-next": "15.0.0-canary.38", | ||
"@types/node": "^20.14.9", | ||
"@eslint/compat": "^1.1.1", | ||
"@next/eslint-plugin-next": "15.0.0-canary.120", | ||
"@types/node": "^22.4.0", | ||
"@types/react": "^18.3.3", | ||
@@ -36,15 +36,15 @@ "@types/react-dom": "^18.3.0", | ||
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517", | ||
"eslint": "^9.6.0", | ||
"eslint-config-next": "15.0.0-canary.38", | ||
"eslint": "^9.9.0", | ||
"eslint-config-next": "15.0.0-canary.120", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", | ||
"globals": "^15.8.0", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0" | ||
"globals": "^15.9.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.1.0" | ||
} | ||
} |
@@ -5,3 +5,3 @@ import {defineConfig} from "drizzle-kit"; | ||
schema: "./src/db/schema.ts", | ||
driver: "better-sqlite", | ||
dialect: "sqlite", | ||
dbCredentials: { | ||
@@ -8,0 +8,0 @@ url: "data.db", |
@@ -9,3 +9,3 @@ # LibSQL DB module | ||
pnpm add libsql drizzle-orm | ||
pnpm add drizzle-kit better-sqlite3 -D | ||
pnpm add drizzle-kit@0.22.8 better-sqlite3 -D | ||
``` | ||
@@ -31,3 +31,3 @@ | ||
```bash | ||
pnpm drizzle-kit push:sqlite | ||
pnpm drizzle-kit push | ||
``` | ||
@@ -64,2 +64,2 @@ > Run this command anytime your schema changes. | ||
} | ||
``` | ||
``` |
@@ -13,14 +13,14 @@ { | ||
"@opentelemetry/api-logs": "^0.52.1", | ||
"@vercel/otel": "^1.9.1", | ||
"autoprefixer": "^10.4.19", | ||
"next": "15.0.0-canary.38", | ||
"postcss": "^8.4.39", | ||
"@vercel/otel": "^1.9.2", | ||
"autoprefixer": "^10.4.20", | ||
"next": "15.0.0-canary.120", | ||
"postcss": "^8.4.41", | ||
"react": "19.0.0-rc-4c2e457c7c-20240522", | ||
"react-dom": "19.0.0-rc-4c2e457c7c-20240522", | ||
"tailwindcss": "^3.4.4" | ||
"tailwindcss": "^3.4.10" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.0", | ||
"@next/eslint-plugin-next": "15.0.0-canary.38", | ||
"@types/node": "^20.14.9", | ||
"@eslint/compat": "^1.1.1", | ||
"@next/eslint-plugin-next": "15.0.0-canary.120", | ||
"@types/node": "^22.4.0", | ||
"@types/react": "^18.3.3", | ||
@@ -30,15 +30,15 @@ "@types/react-dom": "^18.3.0", | ||
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517", | ||
"eslint": "^9.6.0", | ||
"eslint-config-next": "15.0.0-canary.38", | ||
"eslint": "^9.9.0", | ||
"eslint-config-next": "15.0.0-canary.120", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", | ||
"globals": "^15.8.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0" | ||
"globals": "^15.9.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"typescript": "^5.5.4", | ||
"typescript-eslint": "^8.1.0" | ||
} | ||
} |
@@ -13,30 +13,30 @@ { | ||
"dependencies": { | ||
"autoprefixer": "^10.4.19", | ||
"postcss": "^8.4.39", | ||
"autoprefixer": "^10.4.20", | ||
"postcss": "^8.4.41", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tailwindcss": "^3.4.4" | ||
"tailwindcss": "^3.4.10" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.0", | ||
"@eslint/compat": "^1.1.1", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.15.0", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"@typescript-eslint/parser": "^8.1.0", | ||
"@vitejs/plugin-react-swc": "^3.7.0", | ||
"eslint": "^9.6.0", | ||
"eslint": "^9.9.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.34.3", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-react": "^7.35.0", | ||
"eslint-plugin-react-hooks": "^4.6.2", | ||
"eslint-plugin-react-refresh": "^0.4.7", | ||
"globals": "^15.8.0", | ||
"prettier": "^3.3.2", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.2", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"typescript-eslint": "^7.15.0" | ||
"eslint-plugin-react-refresh": "^0.4.9", | ||
"globals": "^15.9.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.4", | ||
"vite": "^5.4.1", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"typescript-eslint": "^8.1.0" | ||
} | ||
} |
{ | ||
"name": "create-appncy", | ||
"version": "1.1.37", | ||
"version": "1.1.38", | ||
"description": "Create projects as goncy would", | ||
@@ -5,0 +5,0 @@ "main": "index.mjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
708203
0
79