Skip to content

Commit

Permalink
Update a bunch of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
WillsonHaw committed Feb 18, 2025
1 parent f9d786c commit 1dfeb72
Show file tree
Hide file tree
Showing 17 changed files with 1,907 additions and 1,400 deletions.
18 changes: 18 additions & 0 deletions .changeset/fifty-donuts-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
"@plexinc/vite-plugin-react-reanimated-lightning": patch
"@plexinc/vite-plugin-react-native-lightning": patch
"@plexinc/react-native-lightning-example": patch
"@plexinc/vite-plugin-msdf-fontgen": patch
"@plexinc/react-native-lightning": patch
"@plexinc/react-lightning-plugin-css-transform": patch
"@plexinc/react-lightning-example": patch
"@plexinc/react-lightning-plugin-reanimated": patch
"@plexinc/react-lightning-plugin-devtools": patch
"@plexinc/react-lightning": patch
"@plexinc/react-lightning-plugin-flexbox": patch
"@repo/rollup-config": patch
"@plexinc/react-lightning-storybook": patch
"react-lightning-sample-app": patch
---

Updated packages
10 changes: 5 additions & 5 deletions apps/react-lightning-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,24 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-components": "workspace:*",
"@plexinc/react-lightning-plugin-devtools": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "7.0.2",
"swr": "2.2.5"
"react-router-dom": "7.1.5",
"swr": "2.3.2"
},
"devDependencies": {
"@plexinc/vite-plugin-msdf-fontgen": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.2",
"vite-tsconfig-paths": "5.1.3"
"vite": "6.1.0",
"vite-tsconfig-paths": "5.1.4"
},
"volta": {
"extends": "../../package.json"
Expand Down
24 changes: 12 additions & 12 deletions apps/react-native-lightning-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-components": "workspace:*",
"@plexinc/react-lightning-plugin-devtools": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"@plexinc/react-lightning-plugin-reanimated": "workspace:*",
"@plexinc/react-native-lightning": "workspace:*",
"@react-navigation/native": "7.0.13",
"@react-navigation/stack": "7.0.18",
"@shopify/flash-list": "1.7.2",
"@react-navigation/native": "7.0.14",
"@react-navigation/stack": "7.1.1",
"@shopify/flash-list": "1.7.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-reanimated": "3.16.3",
"react-native-safe-area-context": "4.14.0"
"react-native": "0.77.1",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "5.2.0"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/runtime": "7.26.0",
"@babel/core": "7.26.9",
"@babel/runtime": "7.26.9",
"@plexinc/vite-plugin-msdf-fontgen": "workspace:*",
"@plexinc/vite-plugin-react-native-lightning": "workspace:*",
"@plexinc/vite-plugin-react-reanimated-lightning": "workspace:*",
"@react-native-community/cli": "15.1.2",
"@react-native-community/cli": "15.1.3",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"typescript": "5.7.2",
"vite": "6.0.2"
"typescript": "5.7.3",
"vite": "6.1.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dev": "storybook dev -p 6006 --no-open"
},
"dependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-components": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
Expand All @@ -38,7 +38,7 @@
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"vite": "6.0.2"
"vite": "6.1.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
6 changes: 3 additions & 3 deletions apps/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "0.1.0",
"react": "18.3.1",
"react-router-dom": "7.0.2"
"react-router-dom": "7.1.5"
},
"devDependencies": {
"@plexinc/vite-plugin-msdf-fontgen": "1.0.0",
Expand All @@ -34,6 +34,6 @@
"@vitejs/plugin-react": "4.3.4",
"del-cli": "6.0.0",
"react-dom": "18",
"vite": "6.0.2"
"vite": "6.1.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/cli": "2.27.10",
"@changesets/cli": "2.28.0",
"@repo/typescript-config": "workspace:*",
"@rollup/wasm-node": "4.27.4",
"@swc/core": "1.9.3",
"@rollup/wasm-node": "4.34.8",
"@swc/core": "1.10.17",
"del-cli": "6.0.0",
"depcheck": "1.4.7",
"glob": "11.0.0",
"glob": "11.0.1",
"husky": "9.1.7",
"listr2": "8.2.5",
"rollup": "npm:@rollup/[email protected]",
"tsx": "4.19.2",
"turbo": "2.3.3",
"type-fest": "4.30.0",
"typescript": "5.7.2",
"turbo": "2.4.2",
"type-fest": "4.35.0",
"typescript": "5.7.3",
"vitest": "2.1.8",
"yaml": "2.6.1"
"yaml": "2.7.0"
},
"packageManager": "[email protected]",
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-css-transform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@
"test:unit": "vitest run --passWithNoTests"
},
"devDependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"@repo/rollup-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"copyfiles": "2.4.1",
"csstype": "3.1.3",
"react-native": "0.76.3"
"react-native": "0.77.1"
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/plugin-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,24 +31,24 @@
"devDependencies": {
"@catppuccin/palette": "1.7.1",
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/chrome": "0.0.287",
"@types/node": "22.10.1",
"@types/node": "22.13.4",
"@types/react": "18.3.14",
"@uiw/react-json-view": "2.0.0-alpha.30",
"@vitejs/plugin-react": "4.3.4",
"flatted": "3.3.2",
"flatted": "3.3.3",
"react": "18.3.1",
"react-arborist": "3.4.3",
"react-dom": "18.3.1",
"react-arborist": "3.4.0",
"react-is": "18.3.1",
"react-reconciler": "0.29.2",
"tsx": "4.19.2",
"use-resize-observer": "9.1.0",
"vite": "6.0.2",
"vite": "6.1.0",
"webext-bridge": "6.0.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-flexbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"yoga-layout": "3.2.0"
"yoga-layout": "3.2.1"
},
"devDependencies": {
"@plexinc/react-lightning": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/plugin-reanimated/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@
"test:unit": "vitest run --passWithNoTests"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@lightningjs/renderer": "2.8.0",
"@babel/core": "7.26.9",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-plugin-css-transform": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"@repo/rollup-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native-reanimated": "3.16.3"
"react-native": "0.77.1",
"react-native-reanimated": "3.16.7"
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-reconciler": "0.29.2"
},
"devDependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@repo/rollup-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
Expand Down
8 changes: 4 additions & 4 deletions packages/react-native-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@
"@plexinc/react-lightning-plugin-flexbox": "workspace:*"
},
"devDependencies": {
"@lightningjs/renderer": "2.8.0",
"@lightningjs/renderer": "2.12.1",
"@plexinc/react-lightning": "workspace:*",
"@repo/rollup-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/node": "22.13.4",
"@types/react": "18.3.14",
"react": "18.3.1",
"react-native": "0.76.3",
"react-native": "0.77.1",
"react-native-web": "0.19.13",
"vite": "6.0.2"
"vite": "6.1.0"
},
"peerDependencies": {
"@lightningjs/renderer": "^2.5.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@rollup/plugin-commonjs": "28.0.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-image": "3.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@swc/core": "1.9.3",
"rollup-plugin-banner2": "1.3.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-replace": "6.0.2",
"@swc/core": "1.10.17",
"rollup-plugin-banner2": "1.3.1",
"rollup-plugin-swc3": "0.12.1"
},
"volta": {
Expand Down
4 changes: 2 additions & 2 deletions packages/vite-plugin-msdf-fontgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"test:unit": "vitest run --passWithNoTests"
},
"dependencies": {
"@lightningjs/msdf-generator": "1.1.0"
"@lightningjs/msdf-generator": "1.1.1"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"vite": "6.0.2"
"vite": "6.1.0"
}
}
2 changes: 1 addition & 1 deletion packages/vite-plugin-react-native-lightning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"vite": "6.0.2"
"vite": "6.1.0"
},
"peerDependencies": {
"@plexinc/react-native-lightning": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"vite": "6.0.2"
"vite": "6.1.0"
},
"peerDependencies": {
"@plexinc/react-lightning-plugin-reanimated": "workspace:*",
Expand Down
Loading

0 comments on commit 1dfeb72

Please sign in to comment.