Skip to content

Commit

Permalink
Merge pull request #257 from jaredwray/upgrading-typescript-and-webpa…
Browse files Browse the repository at this point in the history
…ck-to-latest

upgrading typescript and webpack to latest
  • Loading branch information
jaredwray committed Mar 30, 2024
2 parents 21723a6 + c868c52 commit f0c1f45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"unified": "^11.0.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.63",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@vitest/coverage-v8": "^1.3.1",
"docula": "^0.4.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"typescript": "^5.4.3",
"vitest": "^1.3.1",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"xo": "^0.58.0"
},
"xo": {
Expand Down

0 comments on commit f0c1f45

Please sign in to comment.