Update devDependencies in package.json and package-lock.json

This commit is contained in:
typicode
2024-01-26 16:17:03 +01:00
parent 4e9b04215a
commit 8fa80f3bc5
2 changed files with 17 additions and 17 deletions

28
package-lock.json generated
View File

@ -28,15 +28,15 @@
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.0",
"@types/node": "^20.11.7",
"@typicode/eslint-config": "^1.2.0",
"concurrently": "^8.2.2",
"get-port": "^7.0.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"tailwindcss": "^3.4.1",
"tempy": "^3.1.0",
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"type-fest": "^4.10.1",
"typescript": "^5.3.3"
},
"engines": {
@ -935,9 +935,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "20.11.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.0.tgz",
"integrity": "sha512-o9bjXmDNcF7GbM4CNQpmi+TutCgap/K3w1JyKgxAjqx41zp9qlIAVFi0IhCNsJcXolEqLWhbFbEeL0PvYm4pcQ==",
"version": "20.11.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.7.tgz",
"integrity": "sha512-GPmeN1C3XAyV5uybAf4cMLWT9fDWcmQhZVtMFu7OR32WjrqGG+Wnk2V1d0bmtUyE/Zy1QJ9BxyiTih9z8Oks8A==",
"dev": true,
"dependencies": {
"undici-types": "~5.26.4"
@ -2413,15 +2413,15 @@
}
},
"node_modules/husky": {
"version": "8.0.3",
"resolved": "https://registry.npmjs.org/husky/-/husky-8.0.3.tgz",
"integrity": "sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==",
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/husky/-/husky-9.0.6.tgz",
"integrity": "sha512-EEuw/rfTiMjOfuL7pGO/i9otg1u36TXxqjIA6D9qxVjd/UXoDOsLor/BSFf5hTK50shwzCU3aVVwdXDp/lp7RA==",
"dev": true,
"bin": {
"husky": "lib/bin.js"
"husky": "bin.js"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"funding": {
"url": "https://github.com/sponsors/typicode"
@ -4122,9 +4122,9 @@
}
},
"node_modules/type-fest": {
"version": "4.9.0",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.9.0.tgz",
"integrity": "sha512-KS/6lh/ynPGiHD/LnAobrEFq3Ad4pBzOlJ1wAnJx9N4EYoqFhMfLIBjUT2UEx4wg5ZE+cC1ob6DCSpppVo+rtg==",
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.10.1.tgz",
"integrity": "sha512-7ZnJYTp6uc04uYRISWtiX3DSKB/fxNQT0B5o1OUeCqiQiwF+JC9+rJiZIDrPrNCLLuTqyQmh4VdQqh/ZOkv9MQ==",
"dev": true,
"engines": {
"node": ">=16"

View File

@ -32,15 +32,15 @@
"devDependencies": {
"@sindresorhus/tsconfig": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.11.0",
"@types/node": "^20.11.7",
"@typicode/eslint-config": "^1.2.0",
"concurrently": "^8.2.2",
"get-port": "^7.0.0",
"husky": "^8.0.3",
"husky": "^9.0.6",
"tailwindcss": "^3.4.1",
"tempy": "^3.1.0",
"tsx": "^4.7.0",
"type-fest": "^4.9.0",
"type-fest": "^4.10.1",
"typescript": "^5.3.3"
},
"dependencies": {