chore: build

This commit is contained in:
2026-05-01 22:28:13 +02:00
parent ece977f268
commit 99ce3e4bb3
532 changed files with 5244 additions and 13124 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@expo/json-file",
"version": "10.0.8",
"version": "10.0.13",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"scripts": {
@@ -30,17 +30,17 @@
"build"
],
"dependencies": {
"@babel/code-frame": "~7.10.4",
"@babel/code-frame": "^7.20.0",
"json5": "^2.2.3"
},
"devDependencies": {
"@types/babel__code-frame": "^7.0.1",
"@types/babel__code-frame": "^7.27.0",
"@types/json5": "^2.2.0",
"expo-module-scripts": "^5.0.8",
"expo-module-scripts": "^55.0.2",
"memfs": "^3.2.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "172a69f5f70c1d0e043e1532f924de97210cabc3"
"gitHead": "20029879d2f953a428d70197fc7e25e4d791848a"
}