Skip to content

Commit

Permalink
chore: update node and root dependencies (looker-open-source#1117)
Browse files Browse the repository at this point in the history
Node is version 16, yarn is updated, various package audit issues are resolved
  • Loading branch information
jkaster authored Jul 18, 2022
1 parent dd8c497 commit 4d334a9
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 100 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"url": "https://github.com/looker-open-source/sdk-codegen/issues"
},
"engines": {
"node": ">=12",
"yarn": ">=1.14.0"
"node": ">=16",
"yarn": ">=1.22.0"
},
"scripts": {
"convert": "ts-node -O '{ \"module\": \"commonjs\", \"target\": \"es2019\" }' packages/sdk-codegen-scripts/src/specConvert.ts",
Expand Down Expand Up @@ -129,7 +129,8 @@
"webpack": "^5.10.0",
"webpack-bundle-analyzer": "^4.4.1",
"webpack-merge": "^5.7.3",
"yarn-deduplicate": "^3.1.0"
"yarn-deduplicate": "^3.1.0",
"yarn-audit-fix": "^9.3.2"
},
"dependencies": {},
"lint-staged": {
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ with nixpkgs;
with lib;
mkShell {
name = "sdk-codegen";
buildInputs =[nodejs-14_x yarn];
buildInputs =[nodejs-16_x yarn];
}
Loading

0 comments on commit 4d334a9

Please sign in to comment.