chore: remove catalog
This commit is contained in:
parent
37164a3674
commit
5412e8e68f
|
|
@ -52,7 +52,7 @@
|
|||
"electron-log": "5.2.3",
|
||||
"embla-carousel-react": "8.5.1",
|
||||
"embla-carousel-wheel-gestures": "8.0.1",
|
||||
"es-toolkit": "catalog:",
|
||||
"es-toolkit": "1.29.0",
|
||||
"firebase": "11.0.2",
|
||||
"foxact": "0.2.42",
|
||||
"framer-motion": "11.12.0",
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
"chokidar": "4.0.1",
|
||||
"daisyui": "4.12.14",
|
||||
"dotenv-flow": "4.1.0",
|
||||
"es-toolkit": "catalog:",
|
||||
"es-toolkit": "1.29.0",
|
||||
"foxact": "0.2.42",
|
||||
"glob": "11.0.0",
|
||||
"html-minifier-terser": "7.2.0",
|
||||
|
|
@ -59,7 +59,7 @@
|
|||
"nanoid": "5.0.9",
|
||||
"path-to-regexp": "8.2.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"tailwindcss": "3.4.14",
|
||||
"tailwindcss": "3.4.15",
|
||||
"tsup": "8.3.5",
|
||||
"tsx": "4.19.2",
|
||||
"vite": "6.0.2"
|
||||
|
|
|
|||
|
|
@ -4,12 +4,6 @@ settings:
|
|||
autoInstallPeers: true
|
||||
excludeLinksFromLockfile: false
|
||||
|
||||
catalogs:
|
||||
default:
|
||||
es-toolkit:
|
||||
specifier: ^1.27.0
|
||||
version: 1.29.0
|
||||
|
||||
overrides:
|
||||
is-core-module: npm:@nolyfill/is-core-module@^1
|
||||
isarray: npm:@nolyfill/isarray@^1
|
||||
|
|
@ -502,7 +496,7 @@ importers:
|
|||
specifier: 8.0.1
|
||||
version: 8.0.1(embla-carousel@8.5.1)
|
||||
es-toolkit:
|
||||
specifier: 'catalog:'
|
||||
specifier: 1.29.0
|
||||
version: 1.29.0
|
||||
firebase:
|
||||
specifier: 11.0.2
|
||||
|
|
@ -867,7 +861,7 @@ importers:
|
|||
specifier: 4.1.0
|
||||
version: 4.1.0
|
||||
es-toolkit:
|
||||
specifier: 'catalog:'
|
||||
specifier: 1.29.0
|
||||
version: 1.29.0
|
||||
foxact:
|
||||
specifier: 0.2.42
|
||||
|
|
@ -3523,8 +3517,8 @@ packages:
|
|||
'@radix-ui/react-avatar@1.1.1':
|
||||
resolution: {integrity: sha512-eoOtThOmxeoizxpX6RiEsQZ2wj5r4+zoeqAwO0cBaFQGjJwIH3dIX0OCxNrCyrrdxG+vBweMETh3VziQG7c1kw==}
|
||||
peerDependencies:
|
||||
'@types/react': '*'
|
||||
'@types/react-dom': '*'
|
||||
'@types/react': npm:types-react@19.0.0-rc.1
|
||||
'@types/react-dom': npm:types-react-dom@19.0.0-rc.1
|
||||
react: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
||||
react-dom: ^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc
|
||||
peerDependenciesMeta:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
packages:
|
||||
- "apps/*"
|
||||
- "packages/*"
|
||||
|
||||
catalog:
|
||||
es-toolkit: ^1.27.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue