Skip to content

Commit

Permalink
Update support to lts node (#86)
Browse files Browse the repository at this point in the history
* Updating deps to fix build on lts node version

* Adding resolutions block to package
  • Loading branch information
rramo012 authored and timelsass committed May 8, 2019
1 parent 53d5a32 commit 1b9ec11
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "BoldGrid Theme Framework",
"main": "index.js",
"engines": {
"node": ">=10.12.0 <=10.13.0"
"node": ">=10.12.0"
},
"babel": {
"plugins": [
Expand Down Expand Up @@ -50,6 +50,9 @@
"type": "git",
"url": "https://github.com/BoldGrid/boldgrid-theme-framework.git"
},
"resolutions": {
"natives": "1.1.6"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9336,10 +9336,10 @@ nanomatch@^1.2.9:
snapdragon "^0.8.1"
to-regex "^3.0.1"

natives@^1.1.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.4.tgz#2f0f224fc9a7dd53407c7667c84cf8dbe773de58"
integrity sha512-Q29yeg9aFKwhLVdkTAejM/HvYG0Y1Am1+HUkFQGn5k2j8GS+v60TVmZh6nujpEAj/qql+wGUrlryO8bF+b1jEg==
natives@1.1.6, natives@^1.1.0:
version "1.1.6"
resolved "https://registry.yarnpkg.com/natives/-/natives-1.1.6.tgz#a603b4a498ab77173612b9ea1acdec4d980f00bb"
integrity sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==

natural-compare@^1.4.0:
version "1.4.0"
Expand Down

0 comments on commit 1b9ec11

Please sign in to comment.