Skip to content

Commit 811b441

Browse files
authored
Merge branch 'master' into feature/update-angular-17
2 parents cd52ee9 + c2d6542 commit 811b441

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Setup Node.js environment
25-
uses: actions/setup-node@v4.0.0
25+
uses: actions/setup-node@v4.0.1
2626
with:
2727
node-version-file: '.nvmrc'
2828

package.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
"@aws-amplify/cli": "12.8.2",
7979
"@aws-amplify/datastore": "3.12.12",
8080
"@aws-amplify/ui-angular": "2.4.27",
81-
"@babel/runtime": "7.23.2",
81+
"@babel/runtime": "7.23.9",
8282
"@nozbe/watermelondb": "0.24.0",
8383
"@types/express": "4.17.21",
84-
"@types/express-serve-static-core": "4.17.41",
84+
"@types/express-serve-static-core": "4.17.42",
8585
"aws-amplify": "4.3.46",
8686
"aws-appsync": "4.1.9",
8787
"buffer": "6.0.3",
@@ -136,14 +136,23 @@
136136
"@typescript-eslint/eslint-plugin-tslint": "6.20.0",
137137
"@typescript-eslint/parser": "6.19.0",
138138
"async-test-util": "2.3.0",
139+
"@types/lokijs": "1.5.14",
140+
"@types/node": "16.18.61",
141+
"@types/pouchdb": "6.4.2",
142+
"@types/pouchdb-find": "7.3.3",
143+
"@types/ws": "8.5.10",
144+
"@typescript-eslint/eslint-plugin": "5.43.0",
145+
"@typescript-eslint/eslint-plugin-tslint": "5.43.0",
146+
"@typescript-eslint/parser": "5.43.0",
147+
"async-test-util": "2.2.1",
139148
"concurrently": "7.6.0",
140149
"eslint": "^8.56.0",
141150
"eslint-plugin-import": "2.29.1",
142151
"eslint-plugin-jsdoc": "48.0.4",
143152
"eslint-plugin-prefer-arrow": "1.2.3",
144153
"gzip-size": "6.0.0",
145154
"markdown-table": "3.0.3",
146-
"npm-run-all": "4.1.5",
155+
"npm-run-all2": "5.0.0",
147156
"pouchdb-debug": "7.2.1",
148157
"ts-node": "10.9.1",
149158
"typescript": "5.3.3",

0 commit comments

Comments
 (0)