mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
more node 14
This commit is contained in:
parent
bb4349ecf2
commit
60d8382a5a
6 changed files with 11 additions and 19 deletions
11
.github/dependabot.yml
vendored
11
.github/dependabot.yml
vendored
|
|
@ -5,19 +5,12 @@ updates:
|
|||
schedule:
|
||||
interval: weekly
|
||||
time: '11:00'
|
||||
open-pull-requests-limit: 20
|
||||
open-pull-requests-limit: 30
|
||||
target-branch: canary
|
||||
ignore:
|
||||
- dependency-name: "@types/node"
|
||||
versions:
|
||||
- ">= 13.a, < 14"
|
||||
- dependency-name: "@types/node"
|
||||
versions:
|
||||
- ">= 14.a, < 15"
|
||||
- package-ecosystem: npm
|
||||
directory: "/app"
|
||||
schedule:
|
||||
interval: weekly
|
||||
time: '11:00'
|
||||
open-pull-requests-limit: 20
|
||||
open-pull-requests-limit: 30
|
||||
target-branch: canary
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ language: node_js
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
node_js: 12
|
||||
node_js: 14
|
||||
env: CC=clang CXX=clang++ npm_config_clang=1
|
||||
compiler: clang
|
||||
|
||||
|
|
|
|||
6
.yarnrc
6
.yarnrc
|
|
@ -1,6 +0,0 @@
|
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
child-concurrency "1"
|
||||
lastUpdateCheck 1570388773781
|
||||
|
|
@ -12,7 +12,7 @@ branches:
|
|||
image: Visual Studio 2019
|
||||
|
||||
install:
|
||||
- ps: Install-Product node 12 x64
|
||||
- ps: Install-Product node 14 x64
|
||||
- set CI=true
|
||||
- yarn
|
||||
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
"@types/mkdirp": "1.0.1",
|
||||
"@types/mousetrap": "^1.6.3",
|
||||
"@types/ms": "0.7.31",
|
||||
"@types/node": "^12.19.4",
|
||||
"@types/node": "^14.14.8",
|
||||
"@types/pify": "3.0.2",
|
||||
"@types/plist": "3.0.2",
|
||||
"@types/react": "^16.9.56",
|
||||
|
|
|
|||
|
|
@ -806,11 +806,16 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.7.4.tgz#76c3cb3a12909510f52e5dc04a6298cdf9504ffd"
|
||||
integrity sha512-oVeL12C6gQS/GAExndigSaLxTrKpQPxewx9bOcwfvJiJge4rr7wNaph4J+ns5hrmIV2as5qxqN8YKthn9qh0jw==
|
||||
|
||||
"@types/node@^12.0.12", "@types/node@^12.19.4":
|
||||
"@types/node@^12.0.12":
|
||||
version "12.19.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.19.4.tgz#cdfbb62e26c7435ed9aab9c941393cc3598e9b46"
|
||||
integrity sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==
|
||||
|
||||
"@types/node@^14.14.8":
|
||||
version "14.14.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.8.tgz#2127bd81949a95c8b7d3240f3254352d72563aec"
|
||||
integrity sha512-z/5Yd59dCKI5kbxauAJgw6dLPzW+TNOItNE00PkpzNwUIEwdj/Lsqwq94H5DdYBX7C13aRA0CY32BK76+neEUA==
|
||||
|
||||
"@types/normalize-package-data@^2.4.0":
|
||||
version "2.4.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
|
||||
|
|
|
|||
Loading…
Reference in a new issue