Skip to content

Commit 65a90d4

Browse files
committed
chore: Package updates and dep cleanup
1 parent ded4552 commit 65a90d4

File tree

77 files changed

+2049
-2649
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+2049
-2649
lines changed

.changeset/clean-dragons-boil.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"@plextv/react-lightning-components": patch
1111
"@plextv/react-native-lightning": patch
1212
"@plextv/react-native-lightning-components": patch
13-
"@repo/vite-config": patch
1413
"@plextv/vite-plugin-msdf-fontgen": patch
1514
---
1615

.changeset/eight-buses-share.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
"@plextv/vite-plugin-react-reanimated-lightning": patch
3+
"@plextv/vite-plugin-react-native-lightning": patch
4+
"@plextv/react-native-lightning-components": patch
5+
"@plextv/react-native-lightning-example": patch
6+
"@plextv/react-lightning-components": patch
7+
"@plextv/vite-plugin-msdf-fontgen": patch
8+
"@plextv/react-native-lightning": patch
9+
"@plextv/react-lightning-plugin-css-transform": patch
10+
"@plextv/react-lightning-example": patch
11+
"@plextv/react-lightning-plugin-flexbox-lite": patch
12+
"@plextv/react-lightning-plugin-reanimated": patch
13+
"@plextv/react-lightning": patch
14+
"@plextv/react-lightning-plugin-flexbox": patch
15+
"@plextv/react-lightning-storybook": patch
16+
---
17+
18+
chore: Package updates and dep cleanup

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers=true

apps/react-lightning-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@plextv/vite-plugin-msdf-fontgen": "workspace:*",
37-
"@repo/typescript-config": "workspace:*",
37+
"@repo/configs": "workspace:*",
3838
"@types/react": "18.3.14",
3939
"@types/react-dom": "18.3.1",
4040
"@vitejs/plugin-legacy": "7.2.1",

apps/react-lightning-example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@repo/typescript-config/react-library.json",
2+
"extends": "@repo/configs/tsconfig.react-library.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"types": ["node", "vite/client"]

apps/react-native-lightning-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@plextv/vite-plugin-msdf-fontgen": "workspace:*",
4141
"@plextv/vite-plugin-react-native-lightning": "workspace:*",
4242
"@plextv/vite-plugin-react-reanimated-lightning": "workspace:*",
43-
"@repo/typescript-config": "workspace:*",
43+
"@repo/configs": "workspace:*",
4444
"@shopify/flash-list": "1.8.3",
4545
"@types/react": "18.3.14",
4646
"@types/react-dom": "18.3.1",

apps/react-native-lightning-example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@repo/typescript-config/react-native-library.json",
2+
"extends": "@repo/configs/tsconfig.react-native-library.json",
33
"compilerOptions": {
44
"jsx": "react-native",
55
"outDir": "dist"

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@plextv/vite-plugin-msdf-fontgen": "workspace:*",
4141
"@plextv/vite-plugin-react-native-lightning": "workspace:*",
4242
"@plextv/vite-plugin-react-reanimated-lightning": "workspace:*",
43-
"@repo/typescript-config": "workspace:*",
43+
"@repo/configs": "workspace:*",
4444
"@types/react": "18.3.14"
4545
},
4646
"volta": {

apps/storybook/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "@repo/typescript-config/react-library.json",
2+
"extends": "@repo/configs/tsconfig.react-library.json",
33
"compilerOptions": {
44
"outDir": "dist",
55
"types": [

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
"type": "module",
1515
"scripts": {
1616
"build": "turbo build",
17+
"build:vite": "turbo build:vite",
18+
"build:tsdown": "turbo build:tsdown",
1719
"build:storybook": "pnpm run build --filter=@plextv/react-lightning-storybook",
1820
"build:types": "turbo build:types",
1921
"check:types": "turbo check:types",
@@ -32,18 +34,19 @@
3234
"devDependencies": {
3335
"@biomejs/biome": "2.2.4",
3436
"@changesets/cli": "2.29.7",
35-
"@repo/typescript-config": "workspace:*",
37+
"@repo/configs": "workspace:*",
3638
"@types/node": "24.5.1",
3739
"del-cli": "6.0.0",
3840
"depcheck": "1.4.7",
3941
"glob": "11.0.3",
4042
"husky": "9.1.7",
4143
"listr2": "8.3.3",
44+
"tsdown": "^0.15.4",
4245
"tsx": "4.20.5",
4346
"turbo": "2.5.6",
4447
"type-fest": "4.41.0",
4548
"typescript": "5.9.2",
46-
"vite": "7.1.5",
49+
"vite": "npm:rolldown-vite@latest",
4750
"vite-plugin-externalize-deps": "^0.9.0",
4851
"vitest": "3.2.4",
4952
"yaml": "2.8.1"

0 commit comments

Comments
 (0)