fix: export v2 stylesheets and declare core node types (#30312)
This commit is contained in:
@@ -290,6 +290,7 @@
|
|||||||
"@tsconfig/bun": "catalog:",
|
"@tsconfig/bun": "catalog:",
|
||||||
"@types/bun": "catalog:",
|
"@types/bun": "catalog:",
|
||||||
"@types/cross-spawn": "catalog:",
|
"@types/cross-spawn": "catalog:",
|
||||||
|
"@types/node": "catalog:",
|
||||||
"@types/npm-package-arg": "6.1.4",
|
"@types/npm-package-arg": "6.1.4",
|
||||||
"@types/npmcli__arborist": "6.3.3",
|
"@types/npmcli__arborist": "6.3.3",
|
||||||
"@types/semver": "catalog:",
|
"@types/semver": "catalog:",
|
||||||
|
|||||||
@@ -29,6 +29,7 @@
|
|||||||
"@tsconfig/bun": "catalog:",
|
"@tsconfig/bun": "catalog:",
|
||||||
"@types/bun": "catalog:",
|
"@types/bun": "catalog:",
|
||||||
"@types/cross-spawn": "catalog:",
|
"@types/cross-spawn": "catalog:",
|
||||||
|
"@types/node": "catalog:",
|
||||||
"@types/npm-package-arg": "6.1.4",
|
"@types/npm-package-arg": "6.1.4",
|
||||||
"@types/npmcli__arborist": "6.3.3",
|
"@types/npmcli__arborist": "6.3.3",
|
||||||
"@types/semver": "catalog:",
|
"@types/semver": "catalog:",
|
||||||
|
|||||||
@@ -23,6 +23,7 @@
|
|||||||
"./icons/app": "./src/components/app-icons/types.ts",
|
"./icons/app": "./src/components/app-icons/types.ts",
|
||||||
"./fonts/*": "./src/assets/fonts/*",
|
"./fonts/*": "./src/assets/fonts/*",
|
||||||
"./audio/*": "./src/assets/audio/*",
|
"./audio/*": "./src/assets/audio/*",
|
||||||
|
"./v2/*.css": "./src/v2/components/*.css",
|
||||||
"./v2/*": "./src/v2/components/*.tsx",
|
"./v2/*": "./src/v2/components/*.tsx",
|
||||||
"./v2/styles/*": "./src/v2/styles/*"
|
"./v2/styles/*": "./src/v2/styles/*"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user