From 8f5ec2d54488d97ca8f6f0a4a78c66e4cfa8836d Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 28 Jun 2022 01:41:09 -0400 Subject: [PATCH] build: update package-lock.json using fix from npm/cli#708 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 28 ++++++++++++++-------------- 2 files changed, 28 insertions(+), 28 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a49662c5..7842b1613 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,24 +10,24 @@ "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", - "react-tsparticles": "^1.41.2", - "styled-components": "^5.3.3" + "react-tsparticles": "^1.43.1", + "styled-components": "^5.3.5" }, "devDependencies": { - "@testing-library/jest-dom": "^5.16.1", - "@testing-library/react": "^12.1.2", + "@testing-library/jest-dom": "^5.16.4", + "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^7.2.1", - "@types/jest": "^27.4.0", - "@types/node": "^17.0.18", - "@types/react": "^17.0.39", - "@types/react-dom": "^17.0.11", - "@types/styled-components": "^5.1.23", + "@types/jest": "^27.5.2", + "@types/node": "^17.0.45", + "@types/react": "^17.0.47", + "@types/react-dom": "^17.0.17", + "@types/styled-components": "^5.1.25", "husky": "^7.0.4", - "jest-canvas-mock": "^2.3.1", - "prettier": "^2.5.1", - "react-scripts": "^5.0.0", - "sass": "^1.49.7", - "typescript": "^4.5.5" + "jest-canvas-mock": "^2.4.0", + "prettier": "^2.7.1", + "react-scripts": "^5.0.1", + "sass": "^1.53.0", + "typescript": "^4.7.4" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index d434736d3..ab8f41819 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ "dependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", - "react-tsparticles": "^1.41.2", - "styled-components": "^5.3.3" + "react-tsparticles": "^1.43.1", + "styled-components": "^5.3.5" }, "scripts": { "start": "react-scripts start", @@ -31,20 +31,20 @@ ] }, "devDependencies": { - "@testing-library/jest-dom": "^5.16.1", - "@testing-library/react": "^12.1.2", + "@testing-library/jest-dom": "^5.16.4", + "@testing-library/react": "^12.1.5", "@testing-library/user-event": "^7.2.1", - "@types/jest": "^27.4.0", - "@types/node": "^17.0.18", - "@types/react": "^17.0.39", - "@types/react-dom": "^17.0.11", - "@types/styled-components": "^5.1.23", + "@types/jest": "^27.5.2", + "@types/node": "^17.0.45", + "@types/react": "^17.0.47", + "@types/react-dom": "^17.0.17", + "@types/styled-components": "^5.1.25", "husky": "^7.0.4", - "jest-canvas-mock": "^2.3.1", - "prettier": "^2.5.1", - "react-scripts": "^5.0.0", - "sass": "^1.49.7", - "typescript": "^4.5.5" + "jest-canvas-mock": "^2.4.0", + "prettier": "^2.7.1", + "react-scripts": "^5.0.1", + "sass": "^1.53.0", + "typescript": "^4.7.4" }, "husky": { "hooks": {