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

Typescrpt 2.9.2 #60

Merged
merged 2 commits into from
Jun 16, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/eps1lon/poe-i18n/compare/v0.10.0...HEAD)
### Added
- `locale-data/*/api_messages` for de, es, fr, pt, ru and th. These messages contain
translations relevant to item responses from the official GGG API. English
translations are unnecessary because keys = values. The chinese translations
are not available because there exists no chinese API. ([#57](https://github.com/eps1lon/poe-i18n/pull/57))
### Changed
- Update to `typescript@~2.9.2`.

## [0.10.0](https://github.com/eps1lon/poe-i18n/compare/v0.9.1...v0.10.0) (2018-06-31)
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"tslint": "^5.7.0",
"tslint-config-prettier": "^1.5.0",
"tslint-eslint-rules": "^5.0.0",
"typescript": "^2.9.0",
"typescript": "~2.9.2",
"webpack": "^4.10.1",
"webpack-cli": "^3.0.3"
},
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4510,9 +4510,9 @@ typedarray@^0.0.6:
version "0.0.6"
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"

typescript@^2.9.0:
version "2.9.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.1.tgz#fdb19d2c67a15d11995fd15640e373e09ab09961"
typescript@~2.9.2:
version "2.9.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"

uglify-es@^3.3.4:
version "3.3.9"
Expand Down