Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Jun 5, 2023
1 parent 04758e2 commit de82631
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 66 deletions.
118 changes: 59 additions & 59 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
"devDependencies": {
"@testing-library/react": "14.0.0",
"@types/color-namer": "1.3.0",
"@types/jest": "29.5.1",
"@types/jest": "29.5.2",
"@types/lodash.kebabcase": "4.1.7",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/styled-components": "5.1.26",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
Expand All @@ -56,17 +56,17 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.62.1",
"styled-components": "5.3.10",
"styled-components": "5.3.11",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"dependencies": {
"@types/rgb-hex": "3.0.0",
"color-namer": "^1.4.0",
"dom-to-playwright": "^0.1.3",
"ichschwoer": "^0.1.0",
"lodash.kebabcase": "^4.1.1",
"playwright": "^1.33.0",
"playwright": "^1.34.3",
"rgb-hex": "^3.0.0"
}
}

0 comments on commit de82631

Please sign in to comment.