Skip to content

Commit

Permalink
Merge pull request #589 from magieno/update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennenoel authored Nov 2, 2023
2 parents e0e3e99 + 26863d3 commit 32fc303
Show file tree
Hide file tree
Showing 49 changed files with 14,448 additions and 15,281 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
1,987 changes: 1,781 additions & 206 deletions demo/projects/express/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions demo/projects/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"@pristine-ts/core": "0.0.22",
"@pristine-ts/express": "0.0.22",
"@types/express": "^4.17.9",
"express": "^4.17.1",
"rollup": "^2.35.1",
"ts-node": "^9.1.1",
"@pristine-ts/core": "^0.0.257",
"@pristine-ts/express": "0.0.257",
"@types/express": "^4.17.20",
"express": "^4.18.2",
"rollup": "^4.2.0",
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0"
}
}
26 changes: 13 additions & 13 deletions demo/projects/lambda/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"author": "",
"license": "ISC",
"dependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@pristine-ts/core": "^0.0.176",
"@pristine-ts/aws": "^0.0.176",
"@pristine-ts/aws-cognito": "^0.0.176",
"@pristine-ts/validation": "^0.0.176",
"@pristine-ts/logging": "^0.0.176",
"@pristine-ts/networking": "^0.0.176",
"@pristine-ts/security": "^0.0.176",
"rollup": "^2.66.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@pristine-ts/core": "^0.0.257",
"@pristine-ts/aws": "^0.0.257",
"@pristine-ts/aws-cognito": "^0.0.257",
"@pristine-ts/validation": "^0.0.257",
"@pristine-ts/logging": "^0.0.257",
"@pristine-ts/networking": "^0.0.257",
"@pristine-ts/security": "^0.0.257",
"rollup": "^4.2.0",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-ignore": "^1.0.10",
"ts-node": "^9.1.1",
"ts-node": "^10.9.1",
"ts-node-register": "^1.0.0",
"class-validator": "^0.13.1"
"class-validator": "^0.14.0"
}
}
Loading

0 comments on commit 32fc303

Please sign in to comment.