Skip to content

Commit

Permalink
(fix) move dependencies needed for prod out of devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xinaesthete committed Oct 2, 2024
1 parent 20a6f36 commit b605672
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 16 deletions.
6 changes: 3 additions & 3 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"@deck.gl/core": "catalog:"
},
"dependencies": {
"@vivjs/constants": "workspace:*"
"@vivjs/constants": "workspace:*",
"glsl-colormap": "^1.0.1"
},
"devDependencies": {
"@vivjs/types": "workspace:*",
"glsl-colormap": "^1.0.1"
"@vivjs/types": "workspace:*"
},
"unbuild": {
"entries": [
Expand Down
19 changes: 9 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions sites/avivator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"zustand": "^3.4.1"
},
"devDependencies": {
"zustand": "^3.4.1",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.3.2"
},
Expand Down

0 comments on commit b605672

Please sign in to comment.