Skip to content

Commit

Permalink
chore: update dependencies (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp authored Jan 4, 2022
1 parent 3e397e5 commit c4c1ef6
Show file tree
Hide file tree
Showing 14 changed files with 1,036 additions and 903 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
16.13.1
631 changes: 0 additions & 631 deletions .yarn/releases/yarn-3.0.2.cjs

This file was deleted.

768 changes: 768 additions & 0 deletions .yarn/releases/yarn-3.1.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.0.2.cjs
yarnPath: .yarn/releases/yarn-3.1.1.cjs
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG NODE_VERSION=16.13.0
ARG NODE_VERSION=16.13.1

FROM node:$NODE_VERSION-alpine

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"babel-eslint": "10.1.0",
"eslint": "8.3.0",
"eslint": "8.6.0",
"eslint-config-algolia": "20.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-algolia": "2.0.0",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsdoc": "37.1.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "37.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unused-imports": "2.0.0",
"eslint-plugin-yml": "0.12.0",
"json": "11.0.0",
"prettier": "2.5.0",
"prettier": "2.5.1",
"prettier-plugin-java": "1.6.0",
"swagger-cli": "4.0.4",
"typescript": "4.5.2"
"typescript": "4.5.4"
},
"engines": {
"node": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion playground/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@algolia/client-search": "5.0.0",
"@algolia/recommend": "5.0.0",
"dotenv": "10.0.0",
"typescript": "4.5.2"
"typescript": "4.5.4"
},
"engines": {
"node": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion templates/javascript/package.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/node": "16.11.11",
"typescript": "4.5.2"
"typescript": "4.5.4"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
12 changes: 6 additions & 6 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@types/mustache": "4.1.2",
"@types/node": "16.11.11",
"dotenv": "10.0.0",
"eslint": "8.3.0",
"jest": "27.4.3",
"eslint": "8.6.0",
"jest": "27.4.5",
"mustache": "4.2.0",
"openapi-types": "9.3.1",
"prettier": "2.5.0",
"ts-jest": "27.0.7",
"typescript": "4.5.2"
"openapi-types": "10.0.0",
"prettier": "2.5.1",
"ts-jest": "27.1.2",
"typescript": "4.5.4"
}
}
Loading

0 comments on commit c4c1ef6

Please sign in to comment.