Skip to content

Commit

Permalink
(chore) fix example site build (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Jan 26, 2024
1 parent 64d4bd9 commit f9e5933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"axios": "^1.1.3",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"metar-taf-parser": "^6.0.0",
"metar-taf-parser": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
Expand Down Expand Up @@ -59,6 +59,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/lodash": "^4.14.186",
"gh-pages": "^4.0.0",
"source-map-explorer": "^2.5.3"
Expand Down

0 comments on commit f9e5933

Please sign in to comment.