Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Upgrade shimport (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Sep 24, 2020
1 parent e68e087 commit f5032a5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Upgraded shimport to fix legacy browser support ([#1544](https://github.com/sveltejs/sapper/issues/1544))
* Make CSP nonce available in template ([#1549](https://github.com/sveltejs/sapper/pull/1549))
* Add CSP nonce to style tag ([#1232](https://github.com/sveltejs/sapper/pull/1232))
* Add `error` to page store on error pages ([#1498](https://github.com/sveltejs/sapper/pull/1498))
Expand Down
6 changes: 3 additions & 3 deletions 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 package.json
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"html-minifier": "^4.0.0",
"http-link-header": "^1.0.2",
"shimport": "^2.0.3",
"shimport": "^2.0.4",
"source-map": "^0.6.1",
"sourcemap-codec": "^1.4.6",
"string-hash": "^1.1.3"
Expand Down

0 comments on commit f5032a5

Please sign in to comment.