Skip to content

Commit

Permalink
chore: upgrade netlify-cli (#6031)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Nov 30, 2021
1 parent 3c54ed2 commit 33de0cd
Show file tree
Hide file tree
Showing 4 changed files with 357 additions and 1,372 deletions.
4 changes: 2 additions & 2 deletions admin/new.docusaurus.io/package.json
Expand Up @@ -6,9 +6,9 @@
"start": "netlify dev"
},
"dependencies": {
"@netlify/functions": "^0.7.2"
"@netlify/functions": "^0.10.0"
},
"devDependencies": {
"netlify-cli": "^5.2.2"
"netlify-cli": "^8.0.5"
}
}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -106,7 +106,7 @@
"lerna": "^3.22.1",
"lerna-changelog": "^1.0.1",
"lint-staged": "^10.5.4",
"netlify-cli": "^2.58.0",
"netlify-cli": "^8.0.5",
"nodemon": "^2.0.13",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
Expand Down
2 changes: 1 addition & 1 deletion website/netlify.toml
Expand Up @@ -11,7 +11,7 @@
[build.environment]
NETLIFY_USE_YARN = "true"
YARN_VERSION = "1.22.5"
NODE_VERSION = "14"
NODE_VERSION = "16"

[context.production]
command = "yarn --cwd .. build:packages && yarn netlify:build:production"
Expand Down

0 comments on commit 33de0cd

Please sign in to comment.