From 7cd1286af77c0e9d7195f8c9d197618a805b3b10 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 22:27:18 +0200 Subject: [PATCH] chore(deps): pin dependencies (#1) Co-authored-by: Renovate Bot --- package-lock.json | 54 +++++++++++++++++++++++------------------------ package.json | 48 ++++++++++++++++++++--------------------- 2 files changed, 51 insertions(+), 51 deletions(-) diff --git a/package-lock.json b/package-lock.json index bcae543..fdf4bd2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,35 +10,35 @@ "hasInstallScript": true, "license": "MIT", "dependencies": { - "@remix-run/react": "^1.2.2", - "@remix-run/vercel": "^1.2.2", - "@tailwindcss/aspect-ratio": "^0.4.0", - "@tailwindcss/forms": "^0.4.0", - "@tailwindcss/line-clamp": "^0.3.1", - "dotenv": "^16.0.0", - "got": "^11.8.3", - "i18next": "^21.6.11", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-i18next": "^11.15.5", - "react-icons": "^4.3.1", - "remix": "^1.2.2" + "@remix-run/react": "1.2.2", + "@remix-run/vercel": "1.2.2", + "@tailwindcss/aspect-ratio": "0.4.0", + "@tailwindcss/forms": "0.4.0", + "@tailwindcss/line-clamp": "0.3.1", + "dotenv": "16.0.0", + "got": "11.8.3", + "i18next": "21.6.11", + "react": "17.0.2", + "react-dom": "17.0.2", + "react-i18next": "11.15.5", + "react-icons": "4.3.1", + "remix": "1.2.2" }, "devDependencies": { - "@remix-run/dev": "^1.2.2", - "@remix-run/serve": "^1.2.2", - "@types/react": "^17.0.39", - "@types/react-dom": "^17.0.11", - "autoprefixer": "^10.4.2", - "concurrently": "^7.0.0", - "cross-env": "^7.0.3", - "postcss": "^8.4.6", - "prettier": "^2.5.1", - "tailwindcss": "^3.0.23", - "typescript": "^4.5.5" - }, - "engines": { - "node": ">=16" + "@remix-run/dev": "1.2.2", + "@remix-run/serve": "1.2.2", + "@types/react": "17.0.39", + "@types/react-dom": "17.0.11", + "autoprefixer": "10.4.2", + "concurrently": "7.0.0", + "cross-env": "7.0.3", + "postcss": "8.4.6", + "prettier": "2.5.1", + "tailwindcss": "3.0.23", + "typescript": "4.5.5" + }, + "engines": { + "node": ">=14" } }, "node_modules/@babel/code-frame": { diff --git a/package.json b/package.json index 995add0..a821b4a 100755 --- a/package.json +++ b/package.json @@ -17,32 +17,32 @@ "postinstall": "remix setup node" }, "dependencies": { - "@remix-run/react": "^1.2.2", - "@remix-run/vercel": "^1.2.2", - "@tailwindcss/aspect-ratio": "^0.4.0", - "@tailwindcss/forms": "^0.4.0", - "@tailwindcss/line-clamp": "^0.3.1", - "dotenv": "^16.0.0", - "got": "^11.8.3", - "i18next": "^21.6.11", - "react": "^17.0.2", - "react-dom": "^17.0.2", - "react-i18next": "^11.15.5", - "react-icons": "^4.3.1", - "remix": "^1.2.2" + "@remix-run/react": "1.2.2", + "@remix-run/vercel": "1.2.2", + "@tailwindcss/aspect-ratio": "0.4.0", + "@tailwindcss/forms": "0.4.0", + "@tailwindcss/line-clamp": "0.3.1", + "dotenv": "16.0.0", + "got": "11.8.3", + "i18next": "21.6.11", + "react": "17.0.2", + "react-dom": "17.0.2", + "react-i18next": "11.15.5", + "react-icons": "4.3.1", + "remix": "1.2.2" }, "devDependencies": { - "@remix-run/dev": "^1.2.2", - "@remix-run/serve": "^1.2.2", - "@types/react": "^17.0.39", - "@types/react-dom": "^17.0.11", - "autoprefixer": "^10.4.2", - "concurrently": "^7.0.0", - "cross-env": "^7.0.3", - "postcss": "^8.4.6", - "prettier": "^2.5.1", - "tailwindcss": "^3.0.23", - "typescript": "^4.5.5" + "@remix-run/dev": "1.2.2", + "@remix-run/serve": "1.2.2", + "@types/react": "17.0.39", + "@types/react-dom": "17.0.11", + "autoprefixer": "10.4.2", + "concurrently": "7.0.0", + "cross-env": "7.0.3", + "postcss": "8.4.6", + "prettier": "2.5.1", + "tailwindcss": "3.0.23", + "typescript": "4.5.5" }, "engines": { "node": ">=14"