Skip to content

Commit

Permalink
Merge pull request #36 from tmfg/feature/node-16-to-20
Browse files Browse the repository at this point in the history
Update packages and node
  • Loading branch information
Joonas-M-S authored Jan 10, 2024
2 parents fd18670 + bf29c18 commit a19ef76
Show file tree
Hide file tree
Showing 10 changed files with 1,948 additions and 830 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- name: Setup pnpm
uses: pnpm/[email protected]
with:
version: 7
version: 8

- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "20"
cache: "pnpm"

- name: Compile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "14"
node-version: "20"
cache: "pnpm"

- name: Install packages
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
use-node-version=18.19.0
use-node-version=20.10.0
auto-install-peers=false
strict-peer-dependencies=true
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@digitraffic/common",
"version": "2023.12.15-2",
"version": "2024.1.10-1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/tmfg/digitraffic-common.git"
},
"engines": {
"node": ">=18 <19 || >=20 <21"
"node": ">=20 <21"
},
"scripts": {
"build": "tsc",
Expand All @@ -32,40 +32,41 @@
"aws-cdk-lib": "^2.103.0",
"aws-sdk": "^2.1481.0",
"axios": "^1.6.2",
"change-case": "4.1.2",
"change-case": "5.0.0",
"constructs": "^10.3.0",
"date-fns-tz": "~2.0.0",
"date-fns": "~2.30.0",
"date-fns-tz": "~2.0.0",
"etag": "^1.8.1",
"geojson-validation": "^1.0.2",
"node-ttl": "^0.2.0",
"pg-native": "^3.0.1",
"pg-promise": "^11.5.4"
},
"devDependencies": {
"@types/aws-lambda": "8.10.130",
"@types/geojson": "7946.0.13",
"@types/aws-lambda": "8.10.131",
"@types/etag": "1.8.3",
"@types/geojson": "7946.0.13",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"@types/node": "20.10.4",
"@types/node": "20.10.7",
"@types/sinon": "17.0.2",
"@typescript-eslint/eslint-plugin": "~6.14.0",
"@typescript-eslint/parser": "^6.9.0",
"aws-cdk-lib": "~2.115.0",
"aws-sdk": "~2.1519.0",
"axios": "^1.6.0",
"@typescript-eslint/eslint-plugin": "~6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"aws-cdk-lib": "~2.118.0",
"aws-sdk": "~2.1531.0",
"axios": "^1.6.5",
"change-case": "5.3.0",
"constructs": "10.3.0",
"date-fns-tz": "~2.0.0",
"date-fns": "~2.30.0",
"eslint": "~8.55.0",
"eslint-config-prettier": "^9.0.0",
"date-fns-tz": "~2.0.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-deprecation": "~2.0.0",
"etag": "^1.8.1",
"geojson-validation": "^1.0.2",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"lint-staged": "^15.2.0",
"lodash": "~4.17.21",
"node-ttl": "^0.2.0",
"pg-native": "^3.0.1",
Expand Down
Loading

0 comments on commit a19ef76

Please sign in to comment.