@powerlines/plugin-tamagui 0.1.69 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tamagui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Tamagui plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -118,19 +118,19 @@
|
|
|
118
118
|
"keywords": ["tamagui", "powerlines", "storm-software", "powerlines-plugin"],
|
|
119
119
|
"dependencies": {
|
|
120
120
|
"@stryke/path": "^0.23.2",
|
|
121
|
-
"@stryke/fs": "^0.33.
|
|
122
|
-
"@stryke/hash": "^0.12.
|
|
121
|
+
"@stryke/fs": "^0.33.26",
|
|
122
|
+
"@stryke/hash": "^0.12.32",
|
|
123
123
|
"@tamagui/static-worker": "^1.141.5",
|
|
124
124
|
"defu": "^6.1.4",
|
|
125
|
-
"powerlines": "^0.
|
|
125
|
+
"powerlines": "^0.34.0",
|
|
126
126
|
"typescript": "^5.9.3",
|
|
127
127
|
"vite": "8.0.0-beta.2"
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
|
-
"@powerlines/nx": "^0.11.
|
|
130
|
+
"@powerlines/nx": "^0.11.13",
|
|
131
131
|
"@tamagui/types": "^1.141.5",
|
|
132
132
|
"@types/node": "^24.10.4"
|
|
133
133
|
},
|
|
134
134
|
"publishConfig": { "access": "public" },
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "ec843acfdf7935e78ac7a78ffb0ae110e6490da3"
|
|
136
136
|
}
|