chore: transient root deps

This commit is contained in:
Nathan Walker
2025-08-05 15:27:33 -07:00
parent 75d04ea4fb
commit 85dc509b41
2 changed files with 12 additions and 12 deletions

16
package-lock.json generated
View File

@ -17,7 +17,7 @@
"@csstools/css-color-parser": "^3.0.8",
"@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3",
"@nativescript/hook": "^3.0.0",
"@nativescript/hook": "^3.0.4",
"@nativescript/nx": "^21.0.0",
"@nstudio/focus": "^20.0.2",
"@nstudio/nps-i": "~2.0.0",
@ -65,7 +65,7 @@
"lint-staged": "^15.2.0",
"loader-utils": "^2.0.0 || ^3.0.0",
"module-alias": "^2.2.2",
"nativescript": "^9.0.0-alpha.3",
"nativescript": "^9.0.0-alpha.4",
"nativescript-typedoc-theme": "1.1.0",
"nx": "21.3.7",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
@ -4880,9 +4880,9 @@
}
},
"node_modules/@nativescript/hook": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@nativescript/hook/-/hook-3.0.1.tgz",
"integrity": "sha512-+h6N+wIUHziL+KjjBwGLo+EjAafkZCOsaBwUlRMWafbbS0qJVN2uRf0MKK9PKkbpeGlApgiZiGA12IXUrcpJ8w==",
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@nativescript/hook/-/hook-3.0.4.tgz",
"integrity": "sha512-oahiN7V0D+fgl9o8mjGRgExujTpgSBB0DAFr3eX91qdlJZV8ywJ6mnvtHZyEI2j46yPgAE8jmNIw/Z/d3aWetw==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@ -20477,9 +20477,9 @@
}
},
"node_modules/nativescript": {
"version": "9.0.0-alpha.3",
"resolved": "https://registry.npmjs.org/nativescript/-/nativescript-9.0.0-alpha.3.tgz",
"integrity": "sha512-iz22aNVKFhWBDjjjF2AoEgQRKdNeA+kx+T8bX5HymdypHoEhIPEoU85RzZgAq5U6BjQyz9Lw4HCnyRwR7ZzJxg==",
"version": "9.0.0-alpha.4",
"resolved": "https://registry.npmjs.org/nativescript/-/nativescript-9.0.0-alpha.4.tgz",
"integrity": "sha512-3zKESYk4U15b/VevqLiMX3G3TogBDP6Vn8V8lqPz+r5T8B0qpmLU6txalLukbYJ1x2HRiyuCn5W1X7eBrZ4mpw==",
"dev": true,
"hasInstallScript": true,
"license": "Apache-2.0",

View File

@ -24,7 +24,7 @@
"@csstools/css-color-parser": "^3.0.8",
"@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3",
"@nativescript/hook": "^3.0.1",
"@nativescript/hook": "^3.0.4",
"@nativescript/nx": "^21.0.0",
"@nstudio/focus": "^20.0.2",
"@nstudio/nps-i": "~2.0.0",
@ -66,12 +66,13 @@
"husky": "^9.0.0",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-util": "30.0.5",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.0",
"loader-utils": "^2.0.0 || ^3.0.0",
"module-alias": "^2.2.2",
"nativescript": "^9.0.0-alpha.0",
"nativescript": "^9.0.0-alpha.4",
"nativescript-typedoc-theme": "1.1.0",
"nx": "21.3.7",
"parse-css": "git+https://github.com/tabatkins/parse-css.git",
@ -101,8 +102,7 @@
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0",
"webpack-virtual-modules": "^0.4.0",
"zx": "^8.3.0",
"jest-util": "30.0.5"
"zx": "^8.3.0"
},
"overrides": {
"form-data": ">=4.0.4"