Skip to content

Commit

Permalink
Updated devDependencies versions of example because of a runtime erro…
Browse files Browse the repository at this point in the history
…r: 'Invalid Version: undefined'

see jaredpalmer/tsdx#980
  • Loading branch information
purebase committed Feb 14, 2022
1 parent 775bcdb commit b7a9dc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"scheduler/tracing": "../node_modules/scheduler/tracing-profiling"
},
"devDependencies": {
"@types/react": "^16.9.11",
"@types/react-dom": "^16.8.4",
"parcel": "^1.12.3",
"typescript": "^3.4.5"
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"parcel": "^2.3.1",
"typescript": "^4.5.5"
}
}

0 comments on commit b7a9dc7

Please sign in to comment.