Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

Commit

Permalink
[Fix #361] Bump Google Closure Compiler to 20180319
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiardi committed Apr 7, 2018
1 parent d1677cd commit ec02005
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
### Bug fixes

- `clojure.reflect` not bundled ([#369](https://github.com/anmonteiro/lumo/issues/369)).
- Source map with optimizations cannot be built ([#361](https://github.com/anmonteiro/lumo/issues/361)).

### Changes

- Upgrade Node.js to version 9.10.0.
- Bump ClojureScript to 1.10.X ([#379](https://github.com/anmonteiro/lumo/pull/379)).
- Compiler update to 20180204.0.0 (from ClojureScript: https://github.com/clojure/clojurescript/commit/72e2ab6e63b3341aa26abcbdd72dc291cbd0c462)
- ClojureScript update to 1.10.X ([#379](https://github.com/anmonteiro/lumo/pull/379)).
- Google Closure Compiler update to 20180319.0.0 ([#379](https://github.com/anmonteiro/lumo/pull/379)).

## [1.8.0](https://github.com/anmonteiro/lumo/compare/1.8.0-beta...1.8.0) (2018-02-15)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"main": "./src/js/index.js",
"dependencies": {
"google-closure-compiler-js": "20180204.0.0",
"google-closure-compiler-js": "20180319.0.0",
"jszip": "2.6.1",
"paredit.js": "0.3.2",
"posix-getopt": "github:anmonteiro/node-getopt#master"
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2322,9 +2322,9 @@ globby@^5.0.0:
pify "^2.0.0"
pinkie-promise "^2.0.0"

google-closure-compiler-js@20180204.0.0:
version "20180204.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20180204.0.0.tgz#05920e0c2e743702a0c293898caf3b49af7a88bb"
google-closure-compiler-js@20180319.0.0:
version "20180319.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-js/-/google-closure-compiler-js-20180319.0.0.tgz#d4a70a500f96c2d68ac0f6f7c8f5bc68c3a620df"
dependencies:
minimist "^1.2.0"
vinyl "^2.0.1"
Expand Down

0 comments on commit ec02005

Please sign in to comment.