@powerlines/plugin-tamagui 0.1.77 → 0.1.79
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-tamagui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.79",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing the Tamagui plugin for Powerlines.",
|
|
6
6
|
"repository": {
|
|
@@ -117,20 +117,20 @@
|
|
|
117
117
|
"files": ["dist/**/*"],
|
|
118
118
|
"keywords": ["tamagui", "powerlines", "storm-software", "powerlines-plugin"],
|
|
119
119
|
"dependencies": {
|
|
120
|
-
"@stryke/path": "^0.
|
|
120
|
+
"@stryke/path": "^0.24.0",
|
|
121
121
|
"@stryke/fs": "^0.33.26",
|
|
122
122
|
"@stryke/hash": "^0.12.32",
|
|
123
123
|
"@tamagui/static-worker": "^1.141.5",
|
|
124
124
|
"defu": "^6.1.4",
|
|
125
|
-
"powerlines": "^0.34.
|
|
125
|
+
"powerlines": "^0.34.8",
|
|
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.21",
|
|
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": "a6b7abef7b6414df6df50419b53d0240033ae87a"
|
|
136
136
|
}
|