Skip to content

Commit 56769e3

Browse files
committed
Fixup dependencies
1 parent abd375b commit 56769e3

File tree

6 files changed

+11
-6
lines changed

6 files changed

+11
-6
lines changed

.changeset/hip-sloths-battle.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@plextv/react-lightning": patch
3+
"@plextv/react-lightning-plugin-flexbox": patch
4+
---
5+
6+
Include tseep into the build

packages/plugin-flexbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"test:unit": "vitest run --passWithNoTests"
4646
},
4747
"dependencies": {
48-
"tseep": "^1.3.1",
48+
"tseep": "1.3.1",
4949
"yoga-layout": "3.2.1"
5050
},
5151
"devDependencies": {

packages/plugin-flexbox/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig((env) =>
55
mergeConfig<UserConfig, UserConfig>(config(env), {
66
build: {
77
rollupOptions: {
8-
external: ['yoga-layout/load', 'tseep'],
8+
external: ['yoga-layout/load'],
99
},
1010
},
1111
}),

packages/react-lightning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"react-reconciler": "0.29.2",
49-
"tseep": "^1.3.1"
49+
"tseep": "1.3.1"
5050
},
5151
"devDependencies": {
5252
"@lightningjs/renderer": "3.0.0-beta9",

packages/react-lightning/vite.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default defineConfig((env) =>
1212
'react',
1313
'react-reconciler',
1414
'react/jsx-runtime',
15-
'tseep',
1615
],
1716
},
1817
},

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)