create-appncy
Advanced tools
Comparing version 1.1.33 to 1.1.34
@@ -12,19 +12,19 @@ { | ||
"dependencies": { | ||
"@radix-ui/react-slot": "^1.0.2", | ||
"@radix-ui/react-slot": "^1.1.0", | ||
"autoprefixer": "^10.4.19", | ||
"class-variance-authority": "^0.7.0", | ||
"clsx": "^2.1.1", | ||
"lucide-react": "^0.379.0", | ||
"lucide-react": "^0.400.0", | ||
"next": "15.0.0-canary.38", | ||
"postcss": "^8.4.38", | ||
"postcss": "^8.4.39", | ||
"react": "19.0.0-rc-4c2e457c7c-20240522", | ||
"react-dom": "19.0.0-rc-4c2e457c7c-20240522", | ||
"tailwind-merge": "^2.3.0", | ||
"tailwindcss": "^3.4.3", | ||
"tailwindcss": "^3.4.4", | ||
"tailwindcss-animate": "^1.0.7" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.0.1", | ||
"@eslint/compat": "^1.1.0", | ||
"@next/eslint-plugin-next": "15.0.0-canary.38", | ||
"@types/node": "^20.12.12", | ||
"@types/node": "^20.14.9", | ||
"@types/react": "^18.3.3", | ||
@@ -34,3 +34,3 @@ "@types/react-dom": "^18.3.0", | ||
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517", | ||
"eslint": "^9.3.0", | ||
"eslint": "^9.6.0", | ||
"eslint-config-next": "15.0.0-canary.38", | ||
@@ -41,8 +41,8 @@ "eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-react-compiler": "0.0.0-experimental-c8b3f72-20240517", | ||
"globals": "^15.3.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-tailwindcss": "^0.5.14", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.10.0" | ||
"globals": "^15.8.0", | ||
"prettier": "^3.3.2", | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0" | ||
} | ||
} |
@@ -14,11 +14,11 @@ { | ||
"next": "15.0.0-canary.38", | ||
"postcss": "^8.4.38", | ||
"postcss": "^8.4.39", | ||
"react": "19.0.0-rc-4c2e457c7c-20240522", | ||
"react-dom": "19.0.0-rc-4c2e457c7c-20240522", | ||
"tailwindcss": "^3.4.3" | ||
"tailwindcss": "^3.4.4" | ||
}, | ||
"devDependencies": { | ||
"@eslint/compat": "^1.0.1", | ||
"@eslint/compat": "^1.1.0", | ||
"@next/eslint-plugin-next": "15.0.0-canary.38", | ||
"@types/node": "^20.12.12", | ||
"@types/node": "^20.14.9", | ||
"@types/react": "^18.3.3", | ||
@@ -28,14 +28,15 @@ "@types/react-dom": "^18.3.0", | ||
"babel-plugin-react-compiler": "0.0.0-experimental-592953e-20240517", | ||
"eslint": "^9.3.0", | ||
"eslint": "^9.6.0", | ||
"eslint-config-next": "15.0.0-canary.38", | ||
"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-compiler": "0.0.0-experimental-c8b3f72-20240517", | ||
"globals": "^15.3.0", | ||
"globals": "^15.8.0", | ||
"prettier": "^3.2.5", | ||
"prettier-plugin-tailwindcss": "^0.5.14", | ||
"typescript": "^5.4.5", | ||
"typescript-eslint": "^7.10.0" | ||
"prettier-plugin-tailwindcss": "^0.6.5", | ||
"typescript": "^5.5.3", | ||
"typescript-eslint": "^7.15.0" | ||
} | ||
} |
@@ -13,26 +13,29 @@ { | ||
"dependencies": { | ||
"autoprefixer": "^10.4.17", | ||
"postcss": "^8.4.33", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"tailwindcss": "^3.4.1" | ||
"autoprefixer": "^10.4.19", | ||
"postcss": "^8.4.39", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"tailwindcss": "^3.4.4" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^18.2.51", | ||
"@types/react-dom": "^18.2.18", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"@vitejs/plugin-react-swc": "^3.6.0", | ||
"eslint": "^8.56.0", | ||
"@eslint/compat": "^1.1.0", | ||
"@types/react": "^18.3.3", | ||
"@types/react-dom": "^18.3.0", | ||
"@typescript-eslint/eslint-plugin": "^7.15.0", | ||
"@typescript-eslint/parser": "^7.15.0", | ||
"@vitejs/plugin-react-swc": "^3.7.0", | ||
"eslint": "^9.6.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"prettier": "^3.2.4", | ||
"typescript": "^5.3.3", | ||
"vite": "^5.0.12", | ||
"prettier-plugin-tailwindcss": "^0.5.11" | ||
"eslint-plugin-react": "^7.34.3", | ||
"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" | ||
} | ||
} |
{ | ||
"name": "create-appncy", | ||
"version": "1.1.33", | ||
"version": "1.1.34", | ||
"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
688109
1650
10
79
93