Skip to content

Commit

Permalink
📦 Fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tientq64 committed Jun 11, 2024
1 parent 658ff16 commit ef326ac
Show file tree
Hide file tree
Showing 3 changed files with 383 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

# [1.3.1]() (2024-06-12)
# [1.3.2]() (2024-06-12)

### 📦 Build

Expand All @@ -21,7 +21,7 @@

- Remove `manualChunks` vite configuration. Avoid unwanted potential bugs.

# [1.2.1]() (2024-06-08)
# [1.2.3]() (2024-06-08)

### 📦 Build

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "particle-life-3d",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"type": "module",
"description": "🦠 Life is made up of elementary particles.",
"keywords": [
Expand Down Expand Up @@ -54,11 +54,15 @@
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/jsdom": "^21.1.7",
"@types/node": "20.14.2",
"@types/pizzicato": "^0.6.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/zdog": "^1.1.7",
"jsdom": "24.1.0",
"postcss": "8.4.38",
"rollup": "4.18.0",
"tailwindcss": "3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.12"
Expand Down
Loading

0 comments on commit ef326ac

Please sign in to comment.