Skip to content

Commit

Permalink
bump registry packages
Browse files Browse the repository at this point in the history
  • Loading branch information
designervoid committed Dec 18, 2024
1 parent 82fc0f6 commit c24df89
Show file tree
Hide file tree
Showing 12 changed files with 2,148 additions and 1,797 deletions.
10 changes: 5 additions & 5 deletions registry/patterns-raw-library-rust-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"devDependencies": {
"concurrently": "^9.1.0",
"csstype": "^3.1.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.5"
}
}
678 changes: 352 additions & 326 deletions registry/patterns-raw-library-rust-wasm/pnpm-lock.yaml

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions registry/patterns-raw-library-wat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"devDependencies": {
"concurrently": "^9.1.0",
"csstype": "^3.1.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.3"
},
"dependencies": {
"class-variance-authority": "^0.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.5"
}
}
564 changes: 295 additions & 269 deletions registry/patterns-raw-library-wat/pnpm-lock.yaml

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions registry/patterns-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
"preview": "rsbuild preview"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.10.0",
"@tanstack/react-router": "^1.82.1",
"@tanstack/react-store": "^0.5.6",
"@twa-dev/sdk": "^7.10.1",
"class-variance-authority": "^0.7.0",
"@lottiefiles/dotlottie-react": "^0.12.0",
"@tanstack/react-router": "^1.91.2",
"@tanstack/react-store": "^0.6.1",
"@twa-dev/sdk": "^8.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.4"
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@rsbuild/core": "^1.1.3",
"@rsbuild/plugin-react": "^1.0.7",
"@tanstack/router-plugin": "^1.81.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@rsbuild/core": "^1.1.10",
"@rsbuild/plugin-react": "^1.1.0",
"@tanstack/router-plugin": "^1.91.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit c24df89

Please sign in to comment.