npm update pnmp

This commit is contained in:
Samandar Turgunboyev
2025-12-18 11:53:52 +05:00
parent 9714213ebd
commit 476da9cfc8
4 changed files with 6364 additions and 8238 deletions

12
.npmrc Normal file
View File

@@ -0,0 +1,12 @@
# pnpm configuration
# auto audit installing
audit=true
# allow running install scripts (needed for husky)
ignore-scripts=false
# turn on npm registry SSL checking
strict-ssl=true
minimum-release-age=262974

8238
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,6 +10,7 @@
"lint": "eslint src --fix",
"prepare": "husky"
},
"packageManager": "pnpm@9.0.0",
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",

6351
pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff