Skip to content

Commit

Permalink
dep upgrades and peer depedencies for engine
Browse files Browse the repository at this point in the history
  • Loading branch information
funwithtriangles committed Dec 5, 2024
1 parent 5d4449e commit a0fbeb8
Show file tree
Hide file tree
Showing 8 changed files with 13,128 additions and 8,730 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ node_modules/
*.tsbuildinfo
dist
out

.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"lint": "lerna run lint",
"format": "prettier --write ."
},
"dependencies": {},
"devDependencies": {
"@electron-toolkit/eslint-config-prettier": "^2.0.0",
"@electron-toolkit/eslint-config-ts": "^2.0.0",
Expand All @@ -32,5 +31,6 @@
"lerna": "^8.1.9",
"prettier": "^3.3.2",
"typescript": "^5.5.2"
}
},
"packageManager": "[email protected]"
}
4 changes: 2 additions & 2 deletions packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"lodash.debounce": "^4.0.8",
"material-symbols": "^0.23.0",
"path-browserify": "^1.0.1",
"postprocessing": "^6.36.0",
"postprocessing": "^6.36.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"three": "^0.167.1",
"three": "^0.171.0",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.5"
},
Expand Down
32 changes: 0 additions & 32 deletions packages/desktop/src/renderer/globalVars.ts

This file was deleted.

6 changes: 4 additions & 2 deletions packages/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@
"@types/lodash.debounce": "^4.0.9",
"tsup": "^8.3.5"
},
"peerDependencies": {
"postprocessing": "*",
"three": "*"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
"postprocessing": "^6.36.4",
"three": "^0.171.0",
"three-stdlib": "^2.34.0",
"uid": "^2.0.2",
"zustand": "^5.0.2"
Expand Down
Loading

0 comments on commit a0fbeb8

Please sign in to comment.