Skip to content
This repository was archived by the owner on Nov 4, 2022. It is now read-only.

Commit b94010f

Browse files
committed
Remove typescript version pin after zod fix
The version-pin workaround for colinhacks/zod#473 is no longer necessary. Also upgraded yarn packages in general.
1 parent 73c2f33 commit b94010f

File tree

2 files changed

+1001
-956
lines changed

2 files changed

+1001
-956
lines changed

frontend/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "cra",
33
"version": "0.1.0",
44
"private": true,
5-
"resolutions": {
6-
"typescript": "4.2.3"
7-
},
85
"dependencies": {
96
"@craco/craco": "^6.0.0",
107
"@navikt/ds-icons": "^0.3.2",
@@ -49,14 +46,15 @@
4946
"nav-frontend-typografi-style": "^2.0.1",
5047
"prop-types": "^15.7.2",
5148
"react": "^17.0.2",
52-
"react-datepicker": "^3.8.0",
49+
"react-datepicker": "^4.1.1",
5350
"react-dom": "^17.0.2",
5451
"react-modal": "^3.13.1",
5552
"react-router-dom": "^5.2.0",
5653
"react-scripts": "4.0.3",
5754
"react-select": "^4.3.1",
58-
"web-vitals": "^1.1.2",
59-
"zod": "^3.1.0"
55+
"typescript": "^4.3.2",
56+
"web-vitals": "^2.0.1",
57+
"zod": "^3.2.0"
6058
},
6159
"devDependencies": {
6260
"@types/react-bootstrap": "^0.32.25",

0 commit comments

Comments
 (0)