Skip to content

Commit 46ec756

Browse files
committed
Merge branch 'trunk' of github.com:codecoolture/tddworkshop.com into trunk
2 parents 058bc97 + 57059ac commit 46ec756

File tree

2 files changed

+1208
-1000
lines changed

2 files changed

+1208
-1000
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,26 @@
1010
"next": "12.0.8",
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
13-
"react-icons": "4.4.0",
13+
"react-icons": "4.7.1",
1414
"react-tooltip": "5.7.4",
1515
"yup": "0.32.11"
1616
},
1717
"devDependencies": {
1818
"@next/eslint-plugin-next": "12.0.8",
19-
"@testing-library/cypress": "8.0.3",
19+
"@testing-library/cypress": "8.0.7",
2020
"@types/jest": "27.5.2",
2121
"@types/react": "17.0.47",
22-
"@types/react-dom": "17.0.17",
23-
"@typescript-eslint/eslint-plugin": "5.31.0",
24-
"@typescript-eslint/parser": "5.31.0",
22+
"@types/react-dom": "17.0.18",
23+
"@typescript-eslint/eslint-plugin": "5.50.0",
24+
"@typescript-eslint/parser": "5.50.0",
2525
"cypress": "9.7.0",
26-
"eslint": "8.20.0",
27-
"eslint-config-prettier": "8.5.0",
26+
"eslint": "8.33.0",
27+
"eslint-config-prettier": "8.6.0",
2828
"eslint-plugin-prettier": "4.2.1",
2929
"jest": "27.5.1",
30-
"prettier": "2.7.1",
31-
"start-server-and-test": "1.14.0",
32-
"typescript": "4.7.4"
30+
"prettier": "2.8.3",
31+
"start-server-and-test": "1.15.3",
32+
"typescript": "4.9.5"
3333
},
3434
"scripts": {
3535
"analyze": "yarn typecheck && yarn lint",

0 commit comments

Comments
 (0)