Skip to content

Commit

Permalink
Merge pull request #6830 from TerriaJS/fix-unexpected-token
Browse files Browse the repository at this point in the history
Upgrade babel packages to fix Unexpected token errors
  • Loading branch information
na9da authored Aug 7, 2023
2 parents e467997 + ce30a1b commit 15d4686
Show file tree
Hide file tree
Showing 2 changed files with 937 additions and 885 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@types/node": "^18.15.11"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/parser": "^7.12.14",
"@babel/core": "^7.22.9",
"@babel/parser": "^7.22.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.22.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.10.4",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@mapbox/geojson-merge": "^1.1.1",
"@mapbox/point-geometry": "^0.1.0",
"@mapbox/togeojson": "^0.16.0",
Expand Down
Loading

0 comments on commit 15d4686

Please sign in to comment.