Skip to content

Commit

Permalink
fix: lock lng core version to avoid bug introduced in 2.12.0 (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
THoj13 authored Nov 8, 2023
1 parent 8bd2197 commit a128329
Show file tree
Hide file tree
Showing 4 changed files with 1,750 additions and 1,720 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"src/**"
],
"peerDependencies": {
"@lightningjs/core": "^2.11.0"
"@lightningjs/core": "2.11.0"
},
"devDependencies": {
"@lightningjs/ui-components-theme-base": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/@lightningjs/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --no-coverage --watch --colors"
},
"peerDependencies": {
"@lightningjs/core": "^2.11.0"
"@lightningjs/core": "2.11.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/lightning-ui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@babel/core": "^7.19.6",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@lightningjs/core": "^2.11.0",
"@lightningjs/core": "2.11.0",
"@lightningjs/ui-components": "workspace:^",
"@lightningjs/ui-components-theme-base": "workspace:^",
"@mdx-js/react": "^1.6.22",
Expand Down
Loading

0 comments on commit a128329

Please sign in to comment.