Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed May 2, 2023
1 parent 75814ae commit 04758e2
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 82 deletions.
146 changes: 73 additions & 73 deletions package-lock.json

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,30 @@
"devDependencies": {
"@testing-library/react": "14.0.0",
"@types/color-namer": "1.3.0",
"@types/jest": "29.5.0",
"@types/jest": "29.5.1",
"@types/lodash.kebabcase": "4.1.7",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/styled-components": "5.1.26",
"identity-obj-proxy": "3.0.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"prettier": "2.8.7",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.60.0",
"styled-components": "5.3.9",
"sass": "1.62.1",
"styled-components": "5.3.10",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
"typescript": "5.0.4"
},
"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.32.1",
"playwright": "^1.33.0",
"rgb-hex": "^3.0.0"
}
}

0 comments on commit 04758e2

Please sign in to comment.