chore(deps): pin dependencies
All checks were successful
Lint / Lint (push) Successful in 26s

This commit is contained in:
Renovate Bot 2024-09-03 20:01:15 +00:00
parent 620f0477fd
commit 634c98323b
2 changed files with 15 additions and 10 deletions

15
package-lock.json generated
View File

@ -24,15 +24,15 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "20.16.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"postcss": "8.4.44",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "^5"
"typescript": "5.5.4"
}
},
"node_modules/@alloc/quick-lru": {
@ -1784,6 +1784,7 @@
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.3.tgz",
"integrity": "sha512-/wdGiWRkMOm53gAsSyFMXFZHbVg7C6CbkrzHNpaHoYfsUWPg7m6ZRKtvQjgvQ9i8WT540a3ydRlRQbxjY30XxQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.19.2"
}
@ -3324,6 +3325,7 @@
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
@ -5407,6 +5409,7 @@
"url": "https://github.com/sponsors/ai"
}
],
"license": "MIT",
"dependencies": {
"nanoid": "^3.3.7",
"picocolors": "^1.0.1",
@ -7352,6 +7355,7 @@
"version": "3.4.10",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz",
"integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==",
"license": "MIT",
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
"arg": "^5.0.2",
@ -7668,6 +7672,7 @@
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz",
"integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==",
"dev": true,
"license": "Apache-2.0",
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View File

@ -25,14 +25,14 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "20.16.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"postcss": "8.4.44",
"tailwindcss": "3.4.10",
"turbo": "2.1.1",
"typescript": "^5"
"typescript": "5.5.4"
}
}