feat: add local dependency for diplomas package in package.json and package-lock.json

This commit is contained in:
SirRobert-1 2025-04-23 07:30:36 -06:00
parent 2b53346c89
commit 32ae5317f0
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,7 @@
"@radix-ui/react-tabs": "^1.1.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diplomas": "file:",
"lucide-react": "^0.488.0",
"next": "15.3.0",
"react": "^19.0.0",
@ -2927,6 +2928,10 @@
"resolved": "https://registry.npmjs.org/detect-node-es/-/detect-node-es-1.1.0.tgz",
"integrity": "sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ=="
},
"node_modules/diplomas": {
"resolved": "",
"link": true
},
"node_modules/doctrine": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",

View File

@ -15,6 +15,7 @@
"@radix-ui/react-tabs": "^1.1.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"diplomas": "file:",
"lucide-react": "^0.488.0",
"next": "15.3.0",
"react": "^19.0.0",