refactor: remove inline-schema

This commit is contained in:
hyper
2026-04-06 17:47:33 +08:00
parent 685ff08b78
commit 25d95e6990
3 changed files with 1 additions and 14 deletions
+1 -6
View File
@@ -41,7 +41,6 @@
"@types/jest": "^30.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.19.13",
"inline-schema": "file:../inline-schema",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"tailwindcss": "^4.0.0",
@@ -52,7 +51,7 @@
},
"../inline-schema": {
"version": "1.0.0",
"dev": true,
"extraneous": true,
"license": "ISC",
"dependencies": {
"csv-parse": "^5.5.6"
@@ -6365,10 +6364,6 @@
"integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
"license": "ISC"
},
"node_modules/inline-schema": {
"resolved": "../inline-schema",
"link": true
},
"node_modules/internmap": {
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",