From 552a941c11c41188b54cc4df9387e71dd97c8678 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 Sep 2024 21:01:17 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package-lock.json | 15 ++++++++++----- package.json | 10 +++++----- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae0b397..cc4d31e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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" diff --git a/package.json b/package.json index 63f6c76..769af05 100644 --- a/package.json +++ b/package.json @@ -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" } }