Skip to content

Commit 0b1757d

Browse files
committed
chore: upgrade dependencies
1 parent 70abb1e commit 0b1757d

File tree

3 files changed

+25
-31
lines changed

3 files changed

+25
-31
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Lua Types
22

3-
[![npm](https://img.shields.io/npm/v/lua-types.svg)](https://npmjs.com/package/lua-types)
4-
[![Travis](https://img.shields.io/travis/ark120202/lua-types.svg)](https://travis-ci.org/ark120202/lua-types)
3+
[![npm](https://img.shields.io/npm/v/lua-types.svg)](https://npmjs.com/package/lua-types) [![Travis](https://img.shields.io/travis/ark120202/lua-types.svg)](https://travis-ci.org/ark120202/lua-types)
54

65
> TypeScript definitions for Lua standard library
76
87
## Installation
98

10-
> NOTE: In most of cases your environment-specific types would already include this package. In that
11-
> case you don't need to do anything. If you're a developer of such types you should add `lua-types`
12-
> as a dependency and load it by adding `/// <reference types="lua-types/version" />`
9+
> NOTE: In most of cases your environment-specific types would already include this package. In that case you don't need to do anything. If you're a developer of such types you should add `lua-types` as a dependency and load it by adding `/// <reference types="lua-types/version" />`
1310
1411
1. Get this package from npm
1512

@@ -38,7 +35,4 @@ Currently supported versions are:
3835
- `5.4`
3936
- `jit`
4037

41-
> NOTE: All other files in this module shouldn't be considered public. Do not import them manually,
42-
> as they may change in non-major updates. If your environment doesn't provide all of standard Lua
43-
> features, consider banning them with a
44-
> [no-restricted-globals](https://eslint.org/docs/rules/no-restricted-globals) eslint rule.
38+
> NOTE: All other files in this module shouldn't be considered public. Do not import them manually, as they may change in non-major updates. If your environment doesn't provide all of standard Lua features, consider banning them with a [no-restricted-globals](https://eslint.org/docs/rules/no-restricted-globals) eslint rule.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
"**/*.d.ts"
1515
],
1616
"scripts": {
17-
"lint": "prettier --check **/.*.yml **/*.{ts,yml,md}"
17+
"lint": "prettier --check ."
1818
},
1919
"prettier": {
2020
"printWidth": 100,
21-
"proseWrap": "always",
21+
"proseWrap": "never",
2222
"singleQuote": true,
2323
"trailingComma": "all"
2424
},
2525
"devDependencies": {
26-
"prettier": "^1.19.1",
27-
"typescript-to-lua": "^0.30.1"
26+
"prettier": "^2.0.5",
27+
"typescript-to-lua": "^0.32.2"
2828
}
2929
}

yarn.lock

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ path-parse@^1.0.6:
77
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
88
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
99

10-
prettier@^1.19.1:
11-
version "1.19.1"
12-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"
13-
integrity sha512-s7PoyDv/II1ObgQunCbB9PdLmUcBZcnWOcxDh7O0N/UwDEsHyqkW+Qh28jW+mVuCdx7gLB0BotYI1Y6uI9iyew==
10+
prettier@^2.0.5:
11+
version "2.0.5"
12+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.5.tgz#d6d56282455243f2f92cc1716692c08aa31522d4"
13+
integrity sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==
1414

15-
resolve@^1.13.1:
16-
version "1.14.1"
17-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.14.1.tgz#9e018c540fcf0c427d678b9931cbf45e984bcaff"
18-
integrity sha512-fn5Wobh4cxbLzuHaE+nphztHy43/b++4M6SsGFC2gB8uYwf0C8LcarfCz1un7UTW8OFQg9iNjZ4xpcFVGebDPg==
15+
resolve@^1.15.1:
16+
version "1.17.0"
17+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
18+
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
1919
dependencies:
2020
path-parse "^1.0.6"
2121

@@ -24,16 +24,16 @@ source-map@^0.7.3:
2424
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
2525
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
2626

27-
typescript-to-lua@^0.30.1:
28-
version "0.30.1"
29-
resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.30.1.tgz#907d89f956a968cad647d06f8a75edcd10313099"
30-
integrity sha512-4Bs147/8Si7mfLEbKnjaiqZZFYntry9ii7s8v5UCB0/A+4qxe/X45DDfozezQwh4Ic6h/QFArNoS4d0itF+ceg==
27+
typescript-to-lua@^0.32.2:
28+
version "0.32.2"
29+
resolved "https://registry.yarnpkg.com/typescript-to-lua/-/typescript-to-lua-0.32.2.tgz#182e396793b400cada8a9bee85d7238a0dfe04ab"
30+
integrity sha512-X50SJ5HXUH6qqRF0EJ1UKDMgM8E36JOyf/1XDXXm1m5YWlDS9s4NDpkAB/jtbt6OwEExFzQE5HDikkKyBFQnAw==
3131
dependencies:
32-
resolve "^1.13.1"
32+
resolve "^1.15.1"
3333
source-map "^0.7.3"
34-
typescript "^3.7.3"
34+
typescript "^3.8.3"
3535

36-
typescript@^3.7.3:
37-
version "3.7.4"
38-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.4.tgz#1743a5ec5fef6a1fa9f3e4708e33c81c73876c19"
39-
integrity sha512-A25xv5XCtarLwXpcDNZzCGvW2D1S3/bACratYBx2sax8PefsFhlYmkQicKHvpYflFS8if4zne5zT5kpJ7pzuvw==
36+
typescript@^3.8.3:
37+
version "3.8.3"
38+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
39+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==

0 commit comments

Comments
 (0)