Skip to content

Commit

Permalink
fix: update package-lock.json + packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
Gugustinette committed Sep 2, 2024
1 parent 0eb0ab6 commit fdfa01c
Show file tree
Hide file tree
Showing 7 changed files with 1,362 additions and 1,856 deletions.
8 changes: 4 additions & 4 deletions apps/playground-2d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"preview": "vite preview"
},
"devDependencies": {
"@fibbojs/2d": "^0.0.1",
"@fibbojs/core": "^0.0.1",
"@fibbojs/devtools": "^0.0.1",
"@fibbojs/event": "^0.0.1",
"@fibbojs/2d": "0.0.0",
"@fibbojs/core": "0.0.0",
"@fibbojs/devtools": "0.0.0",
"@fibbojs/event": "0.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down
8 changes: 4 additions & 4 deletions apps/playground-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"preview": "vite preview"
},
"devDependencies": {
"@fibbojs/3d": "^0.0.1",
"@fibbojs/core": "^0.0.1",
"@fibbojs/devtools": "^0.0.1",
"@fibbojs/event": "^0.0.1",
"@fibbojs/3d": "0.0.0",
"@fibbojs/core": "0.0.0",
"@fibbojs/devtools": "0.0.0",
"@fibbojs/event": "0.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-top-level-await": "^1.4.1",
Expand Down
Loading

0 comments on commit fdfa01c

Please sign in to comment.