Skip to content

Commit

Permalink
fix: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphe committed Apr 3, 2023
1 parent c8694b8 commit 75814ae
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
116 changes: 58 additions & 58 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,21 +43,21 @@
"devDependencies": {
"@testing-library/react": "14.0.0",
"@types/color-namer": "1.3.0",
"@types/jest": "29.4.2",
"@types/jest": "29.5.0",
"@types/lodash.kebabcase": "4.1.7",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"@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.4",
"prettier": "2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "1.59.3",
"sass": "1.60.0",
"styled-components": "5.3.9",
"ts-jest": "29.0.5",
"ts-jest": "29.1.0",
"typescript": "4.9.5"
},
"dependencies": {
Expand All @@ -66,7 +66,7 @@
"dom-to-playwright": "^0.1.3",
"ichschwoer": "^0.1.0",
"lodash.kebabcase": "^4.1.1",
"playwright": "^1.31.2",
"playwright": "^1.32.1",
"rgb-hex": "^3.0.0"
}
}

0 comments on commit 75814ae

Please sign in to comment.