Skip to content

Commit

Permalink
build: update package-lock.json using fix from npm/cli#708
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston committed Jun 28, 2022
1 parent 8224bdb commit 8f5ec2d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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": {
Expand Down

0 comments on commit 8f5ec2d

Please sign in to comment.