Skip to content

Commit

Permalink
Bump Babel, PostCSS, and Vite to latest (#210)
Browse files Browse the repository at this point in the history
* Bump Babel and PostCSS versions

* update changelog
  • Loading branch information
michaelnchin authored Oct 19, 2023
1 parent b169cc8 commit 0e30cf7
Show file tree
Hide file tree
Showing 6 changed files with 3,423 additions and 2,232 deletions.
3 changes: 2 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ The next release will include the following feature enhancements and bug fixes:

- Fixed loading spinner rotation when synchronizing schema (<<https://github.com/aws/graph-explorer/pull/207>)
- Fixed highlight not persisting on selected graph element (<https://github.com/aws/graph-explorer/pull/187>)
- Bumped @types/semver to 7.5.2 in lockfile
- Bumped `@types/semver` to `7.5.2`
- Bumped `babel`, `postcss`, and `vite` to latest

## 1.4.0

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"vite@>=3.0.2 <3.2.7": ">=3.2.7",
"xml2js@<0.5.0": ">=0.5.0",
"semver@<7.5.2": ">=7.5.2"
"semver@<7.5.2": ">=7.5.2",
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2"
}
}
}
Loading

0 comments on commit 0e30cf7

Please sign in to comment.