feat: fix
This commit is contained in:
parent
44e7647e9d
commit
fd4789a69e
|
|
@ -167,12 +167,6 @@
|
|||
},
|
||||
"engines": {
|
||||
"node": ">=20.0.0 <21.0.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@nx/nx-darwin-arm64": "18.0.8",
|
||||
"@nx/nx-darwin-x64": "18.0.8",
|
||||
"@nx/nx-linux-x64-gnu": "18.0.8",
|
||||
"@nx/nx-win32-x64-msvc": "18.0.8"
|
||||
}
|
||||
},
|
||||
"node_modules/@aashutoshrathi/word-wrap": {
|
||||
|
|
@ -12506,6 +12500,7 @@
|
|||
"cpu": [
|
||||
"arm64"
|
||||
],
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
@ -12521,6 +12516,7 @@
|
|||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"os": [
|
||||
"darwin"
|
||||
|
|
@ -12536,6 +12532,7 @@
|
|||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"os": [
|
||||
"linux"
|
||||
|
|
@ -12551,6 +12548,7 @@
|
|||
"cpu": [
|
||||
"x64"
|
||||
],
|
||||
"dev": true,
|
||||
"optional": true,
|
||||
"os": [
|
||||
"win32"
|
||||
|
|
|
|||
|
|
@ -169,12 +169,6 @@
|
|||
"vite": "^5.0.0",
|
||||
"vitest": "1.3.1"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"@nx/nx-darwin-arm64": "18.0.8",
|
||||
"@nx/nx-darwin-x64": "18.0.8",
|
||||
"@nx/nx-linux-x64-gnu": "18.0.8",
|
||||
"@nx/nx-win32-x64-msvc": "18.0.8"
|
||||
},
|
||||
"nx": {
|
||||
"includedScripts": []
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue