create-appncy
Advanced tools
Comparing version 1.1.52 to 1.1.54
@@ -12,4 +12,4 @@ { | ||
"dependencies": { | ||
"@opentelemetry/api-logs": "^0.52.1", | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"@tailwindcss/postcss": "4.0.0-beta.8", | ||
"@vercel/otel": "^1.9.2", | ||
@@ -20,8 +20,8 @@ "autoprefixer": "^10.4.20", | ||
"lucide-react": "^0.428.0", | ||
"next": "15.0.3", | ||
"next": "15.1.6", | ||
"postcss": "^8.4.41", | ||
"react": "19.0.0-rc-5c56b873-20241107", | ||
"react-dom": "19.0.0-rc-5c56b873-20241107", | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0", | ||
"tailwind-merge": "^2.5.2", | ||
"tailwindcss": "^3.4.10", | ||
"tailwindcss": "4.0.3", | ||
"tailwindcss-animate": "^1.0.7" | ||
@@ -31,3 +31,6 @@ }, | ||
"@eslint/compat": "^1.1.1", | ||
"@next/eslint-plugin-next": "15.0.3", | ||
"@next/eslint-plugin-next": "15.1.6", | ||
"@opentelemetry/api-logs": "^0.52.1", | ||
"@opentelemetry/instrumentation": "^0.56.0", | ||
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0", | ||
"@types/node": "^22.4.0", | ||
@@ -37,5 +40,5 @@ "@types/react": "^18.3.3", | ||
"@vercel/style-guide": "^6.0.0", | ||
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101", | ||
"babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131", | ||
"eslint": "^9.9.0", | ||
"eslint-config-next": "15.0.3", | ||
"eslint-config-next": "15.1.6", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -51,3 +54,7 @@ "eslint-plugin-import": "^2.29.1", | ||
"typescript-eslint": "^8.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@opentelemetry/instrumentation": "^0.56.0", | ||
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0" | ||
} | ||
} | ||
} |
@@ -13,20 +13,20 @@ { | ||
"@opentelemetry/api-logs": "^0.53.0", | ||
"@tailwindcss/postcss": "4.0.0-beta.8", | ||
"@vercel/otel": "^1.10.0", | ||
"autoprefixer": "^10.4.20", | ||
"next": "15.0.3", | ||
"next": "15.1.6", | ||
"postcss": "^8.4.47", | ||
"react": "19.0.0-rc-5c56b873-20241107", | ||
"react-dom": "19.0.0-rc-5c56b873-20241107", | ||
"tailwindcss": "^3.4.12" | ||
"react": "19.0.0", | ||
"react-dom": "19.0.0", | ||
"tailwindcss": "4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.1", | ||
"@next/eslint-plugin-next": "15.0.3", | ||
"@next/eslint-plugin-next": "15.1.6", | ||
"@types/node": "^22.5.5", | ||
"@types/react": "^18.3.8", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react": "^19.0.2", | ||
"@types/react-dom": "^19.0.2", | ||
"@vercel/style-guide": "^6.0.0", | ||
"babel-plugin-react-compiler": "19.0.0-beta-63b359f-20241101", | ||
"babel-plugin-react-compiler": "19.0.0-beta-714736e-20250131", | ||
"eslint": "^9.11.0", | ||
"eslint-config-next": "15.0.3", | ||
"eslint-config-next": "15.1.6", | ||
"eslint-config-prettier": "^9.1.0", | ||
@@ -39,6 +39,10 @@ "eslint-plugin-import": "^2.30.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-tailwindcss": "^0.6.6", | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"typescript": "^5.6.2", | ||
"typescript-eslint": "^8.6.0" | ||
}, | ||
"peerDependencies": { | ||
"@opentelemetry/instrumentation": ">=0.46.0 && <1.0.0", | ||
"@opentelemetry/sdk-logs": ">=0.46.0 && <1.0.0" | ||
} | ||
} |
@@ -14,29 +14,29 @@ { | ||
"autoprefixer": "^10.4.20", | ||
"postcss": "^8.4.41", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tailwindcss": "^3.4.10" | ||
"postcss": "^8.4.49", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"tailwindcss": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.1.1", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^8.1.0", | ||
"@typescript-eslint/parser": "^8.1.0", | ||
"@vitejs/plugin-react-swc": "^3.7.0", | ||
"eslint": "^9.9.0", | ||
"@eslint/compat": "^1.2.4", | ||
"@types/react": "^19.0.1", | ||
"@types/react-dom": "^19.0.2", | ||
"@typescript-eslint/eslint-plugin": "^8.18.0", | ||
"@typescript-eslint/parser": "^8.18.0", | ||
"@vitejs/plugin-react-swc": "^3.7.2", | ||
"eslint": "^9.17.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-jsx-a11y": "^6.9.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jsx-a11y": "^6.10.2", | ||
"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.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" | ||
"eslint-plugin-react": "^7.37.2", | ||
"eslint-plugin-react-hooks": "^5.1.0", | ||
"eslint-plugin-react-refresh": "^0.4.16", | ||
"globals": "^15.13.0", | ||
"prettier": "^3.4.2", | ||
"prettier-plugin-tailwindcss": "^0.6.9", | ||
"typescript": "^5.7.2", | ||
"typescript-eslint": "^8.18.0", | ||
"vite": "^6.0.3" | ||
} | ||
} | ||
} |
{ | ||
"name": "create-appncy", | ||
"version": "1.1.52", | ||
"version": "1.1.54", | ||
"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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
688516
89
1621