Skip to content

Commit 975c688

Browse files
committed
chore(deps): pin dependencies
1 parent e1a9969 commit 975c688

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

nextjs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"use-persisted-state": "^0.3.3"
1919
},
2020
"devDependencies": {
21-
"@types/react": "17.0.14",
22-
"@types/use-persisted-state": "^0.3.0",
23-
"eslint": "7.30.0",
24-
"eslint-config-next": "11.0.1",
21+
"@types/react": "17.0.18",
22+
"@types/use-persisted-state": "0.3.0",
23+
"eslint": "7.32.0",
24+
"eslint-config-next": "11.1.0",
2525
"typescript": "4.3.5"
2626
}
2727
}

parcel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"react-dom": "^17.0.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^17.0.14",
19-
"@types/react-dom": "^17.0.9",
18+
"@types/react": "17.0.14",
19+
"@types/react-dom": "17.0.9",
2020
"parcel": "next",
21-
"typescript": "^4.3.5"
21+
"typescript": "4.3.5"
2222
}
2323
}

0 commit comments

Comments
 (0)