Skip to content

Commit

Permalink
add: backwards compat with <7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brianzinn committed Jun 6, 2024
1 parent 1880eb2 commit 3f27cff
Show file tree
Hide file tree
Showing 6 changed files with 1,280 additions and 1,183 deletions.
10 changes: 5 additions & 5 deletions devtool/loader/src/codesandbox-templates/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"keywords": [],
"main": "src/index.jsx",
"dependencies": {
"@babylonjs/core": "^7.9.0",
"@babylonjs/gui": "^7.9.0",
"@babylonjs/core": "^7.8.0",
"@babylonjs/gui": "^7.8.0",
"@babylonjs/havok": "^1.3.2",
"@babylonjs/loaders": "^7.9.0",
"@babylonjs/materials": "^7.9.0",
"@babylonjs/procedural-textures": "^7.9.0",
"@babylonjs/loaders": "^7.8.0",
"@babylonjs/materials": "^7.8.0",
"@babylonjs/procedural-textures": "^7.8.0",
"babylonjs-hook": "0.1.1",
"react": "^18.2.0",
"react-babylonjs": "3.1.30",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-babylonjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"test:coverage": "c8 --reporter=lcov --reporter=text-summary npm run test"
},
"devDependencies": {
"@babylonjs/core": "^7.9.0",
"@babylonjs/gui": "^7.9.0",
"@babylonjs/core": "^7.8.0",
"@babylonjs/gui": "^7.8.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-replace": "^3.0.0",
"@types/lodash.camelcase": "^4.3.6",
Expand Down
Loading

0 comments on commit 3f27cff

Please sign in to comment.