From 074fb964afd2e012b4300bc41a6aa779b0d229a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 06:08:30 +0000 Subject: [PATCH] Pin dependencies --- Week-9/package-lock.json | 16 ++++++++-------- Week-9/package.json | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Week-9/package-lock.json b/Week-9/package-lock.json index bae7453..7e77fa7 100644 --- a/Week-9/package-lock.json +++ b/Week-9/package-lock.json @@ -8,15 +8,15 @@ "name": "todo-list-app", "version": "0.1.0", "dependencies": { - "@testing-library/jest-dom": "^5.16.4", - "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-router-dom": "^6.3.0", + "@testing-library/jest-dom": "5.16.4", + "@testing-library/react": "13.3.0", + "@testing-library/user-event": "13.5.0", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-router-dom": "6.3.0", "react-scripts": "5.0.1", - "sass": "^1.54.0", - "web-vitals": "^2.1.4" + "sass": "1.54.0", + "web-vitals": "2.1.4" } }, "node_modules/@ampproject/remapping": { diff --git a/Week-9/package.json b/Week-9/package.json index f9e90b3..58675be 100644 --- a/Week-9/package.json +++ b/Week-9/package.json @@ -3,15 +3,15 @@ "version": "0.1.0", "private": true, "dependencies": { - "@testing-library/jest-dom": "^5.16.4", - "@testing-library/react": "^13.3.0", - "@testing-library/user-event": "^13.5.0", - "react": "^18.2.0", - "react-dom": "^18.2.0", - "react-router-dom": "^6.3.0", + "@testing-library/jest-dom": "5.16.4", + "@testing-library/react": "13.3.0", + "@testing-library/user-event": "13.5.0", + "react": "18.2.0", + "react-dom": "18.2.0", + "react-router-dom": "6.3.0", "react-scripts": "5.0.1", - "sass": "^1.54.0", - "web-vitals": "^2.1.4" + "sass": "1.54.0", + "web-vitals": "2.1.4" }, "scripts": { "start": "react-scripts start",