Skip to content

Commit

Permalink
chore: update to node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Aug 16, 2024
1 parent 47c424a commit 81ff9fb
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Binary file modified service/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VER=20-alpine
ARG NODE_VER=22-alpine
ARG DIR=/usr/src/app/

FROM node:$NODE_VER AS base
Expand Down
2 changes: 1 addition & 1 deletion service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@ava/typescript": "^5.0.0",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@types/clone-deep": "^4.0.4",
"@types/convict": "^6.1.6",
"@types/cron": "^2.4.0",
Expand Down
2 changes: 1 addition & 1 deletion service/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node20",
"extends": "@tsconfig/node22",
"compilerOptions": {
"composite": true,
"module": "node16",
Expand Down
10 changes: 5 additions & 5 deletions service/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ __metadata:
"@oada/lib-prom": "npm:^3.8.0"
"@oada/pino-debug": "npm:^3.10.0"
"@oada/types": "npm:^3.5.3"
"@tsconfig/node20": "npm:^20.1.4"
"@tsconfig/node22": "npm:^22.0.0"
"@types/clone-deep": "npm:^4.0.4"
"@types/convict": "npm:^6.1.6"
"@types/cron": "npm:^2.4.0"
Expand Down Expand Up @@ -624,10 +624,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node20@npm:^20.1.4":
version: 20.1.4
resolution: "@tsconfig/node20@npm:20.1.4"
checksum: 10c0/239cd6abaceaaffc758e7a9dd3748ec1acfdabd6de28a9a16a3824c21f17ad69a16184870298460345d2fb6f3663d092c21d5b764bef669a179658b4a7eac739
"@tsconfig/node22@npm:^22.0.0":
version: 22.0.0
resolution: "@tsconfig/node22@npm:22.0.0"
checksum: 10c0/ccb736a008d33fb5ae0ac1254e83d7fa53cdbade02c645131eafcddd11f61982a4efe4c507487952202c240d2bd46c991561a4a0dfea52972947446d80de2081
languageName: node
linkType: hard

Expand Down
Binary file modified template/.yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.14",
"@tsconfig/node20": "^20.1.4",
"@tsconfig/node22": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.20",
Expand Down
10 changes: 5 additions & 5 deletions template/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -632,10 +632,10 @@ __metadata:
languageName: node
linkType: hard

"@tsconfig/node20@npm:^20.1.4":
version: 20.1.4
resolution: "@tsconfig/node20@npm:20.1.4"
checksum: 10c0/239cd6abaceaaffc758e7a9dd3748ec1acfdabd6de28a9a16a3824c21f17ad69a16184870298460345d2fb6f3663d092c21d5b764bef669a179658b4a7eac739
"@tsconfig/node22@npm:^22.0.0":
version: 22.0.0
resolution: "@tsconfig/node22@npm:22.0.0"
checksum: 10c0/ccb736a008d33fb5ae0ac1254e83d7fa53cdbade02c645131eafcddd11f61982a4efe4c507487952202c240d2bd46c991561a4a0dfea52972947446d80de2081
languageName: node
linkType: hard

Expand Down Expand Up @@ -4715,7 +4715,7 @@ __metadata:
"@sveltejs/kit": "npm:^2.5.22"
"@sveltejs/vite-plugin-svelte": "npm:^3.1.1"
"@tailwindcss/typography": "npm:^0.5.14"
"@tsconfig/node20": "npm:^20.1.4"
"@tsconfig/node22": "npm:^22.0.0"
"@typescript-eslint/eslint-plugin": "npm:^7.18.0"
"@typescript-eslint/parser": "npm:^7.18.0"
autoprefixer: "npm:^10.4.20"
Expand Down

0 comments on commit 81ff9fb

Please sign in to comment.