create-tamagui 1.5.21 → 1.5.23
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45200,7 +45200,7 @@ var globby2 = Object.assign(function globby3(patterns, options) {
|
|
|
45200
45200
|
// package.json
|
|
45201
45201
|
var package_default = {
|
|
45202
45202
|
name: "create-tamagui",
|
|
45203
|
-
version: "1.5.
|
|
45203
|
+
version: "1.5.22",
|
|
45204
45204
|
bin: "./run.js",
|
|
45205
45205
|
main: "dist",
|
|
45206
45206
|
files: [
|
|
@@ -45234,7 +45234,7 @@ var package_default = {
|
|
|
45234
45234
|
},
|
|
45235
45235
|
devDependencies: {
|
|
45236
45236
|
"@playwright/test": "^1.29.0",
|
|
45237
|
-
"@tamagui/build": "^1.5.
|
|
45237
|
+
"@tamagui/build": "^1.5.22",
|
|
45238
45238
|
"@types/async-retry": "1.4.2",
|
|
45239
45239
|
"@types/cross-spawn": "^6.0.2",
|
|
45240
45240
|
"@types/node": "^16.11.9",
|