Skip to content

Commit

Permalink
fix: change transpilation target to support IE10+ (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Oct 14, 2022
1 parent 7e653a9 commit ca67bd9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
26 changes: 16 additions & 10 deletions spring-boot-admin-server-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/package.json
Expand Up @@ -138,7 +138,7 @@
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
"ie >= 10"
],
"jest": {
"setupFiles": [
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-admin-server-ui/public/mockServiceWorker.js
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */

/**
* Mock Service Worker (0.47.0).
* Mock Service Worker (0.47.4).
* @see https://github.com/mswjs/msw
* - Please do NOT modify this file.
* - Please do NOT serve this file on production.
Expand Down

0 comments on commit ca67bd9

Please sign in to comment.