Skip to content

Commit 1437f65

Browse files
committed
Merge branch 'trunk' of github.com:codecoolture/tddworkshop.com into trunk
2 parents 47d7dd6 + df431a8 commit 1437f65

File tree

2 files changed

+282
-202
lines changed

2 files changed

+282
-202
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55
"license": "MIT",
66
"private": true,
77
"dependencies": {
8-
"@radix-ui/colors": "0.1.8",
8+
"@radix-ui/colors": "0.1.9",
99
"fathom-client": "3.5.0",
1010
"next": "13.1.6",
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
13-
"react-icons": "4.7.1",
14-
"react-tooltip": "5.7.5",
15-
"sharp": "0.31.3",
16-
"yup": "1.0.0"
13+
"react-icons": "4.10.1",
14+
"react-tooltip": "5.20.0",
15+
"sharp": "0.32.4",
16+
"yup": "1.2.0"
1717
},
1818
"devDependencies": {
1919
"@next/eslint-plugin-next": "13.1.6",
2020
"@testing-library/cypress": "8.0.7",
2121
"@types/jest": "27.5.2",
22-
"@types/react": "17.0.53",
23-
"@types/react-dom": "17.0.18",
24-
"@typescript-eslint/eslint-plugin": "5.51.0",
25-
"@typescript-eslint/parser": "5.51.0",
22+
"@types/react": "17.0.63",
23+
"@types/react-dom": "17.0.20",
24+
"@typescript-eslint/eslint-plugin": "5.62.0",
25+
"@typescript-eslint/parser": "5.62.0",
2626
"cypress": "9.7.0",
27-
"eslint": "8.34.0",
28-
"eslint-config-prettier": "8.6.0",
27+
"eslint": "8.46.0",
28+
"eslint-config-prettier": "8.10.0",
2929
"eslint-plugin-prettier": "4.2.1",
3030
"jest": "27.5.1",
31-
"prettier": "2.8.4",
32-
"start-server-and-test": "1.15.3",
31+
"prettier": "2.8.8",
32+
"start-server-and-test": "1.15.5",
3333
"typescript": "4.9.5"
3434
},
3535
"scripts": {

0 commit comments

Comments
 (0)