Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
332 changes: 141 additions & 191 deletions frontend/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@reduxjs/toolkit": "^2.11.2",
"@rjsf/core": "^6.4.1",
"@rjsf/react-bootstrap": "^6.4.1",
"@rjsf/utils": "^6.4.1",
"@rjsf/validator-ajv8": "^6.4.1",
"@rjsf/core": "^6.4.2",
"@rjsf/react-bootstrap": "^6.4.2",
"@rjsf/utils": "^6.4.2",
"@rjsf/validator-ajv8": "^6.4.2",
"bootstrap": "^5.3.8",
"dc-ranges-types": "file:../ranges/types",
"dc-screens-types": "file:../screens/types",
"mime": "^4.1.0",
"next": "^16.2.1",
"next": "^16.2.2",
"raw-loader": "^4.0.2",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
Expand Down
648 changes: 395 additions & 253 deletions lib/database/local/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/database/local/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/adapter-pg": "^7.5.0",
"@prisma/client": "^7.5.0",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"dotenv": "^17.3.1",
"pg": "^8.20.0"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/pg": "^8.20.0",
"prisma": "^7.5.0",
"prisma": "^7.6.0",
"typescript": "^5.9.3"
},
"files": [
Expand Down
570 changes: 396 additions & 174 deletions lib/database/smdb/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/database/smdb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"@types/node": "^25.5.0",
"prisma": "^7.5.0",
"prisma": "^7.6.0",
"typescript": "^5.9.3"
},
"dependencies": {
"@prisma/adapter-mariadb": "^7.5.0",
"@prisma/client": "^7.5.0",
"@prisma/adapter-mariadb": "^7.6.0",
"@prisma/client": "^7.6.0",
"dc-db-local": "file:../local",
"dotenv": "^17.3.1"
},
Expand Down
570 changes: 396 additions & 174 deletions lib/database/ssmdb2/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/database/ssmdb2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/adapter-mariadb": "^7.5.0",
"@prisma/client": "^7.5.0",
"@prisma/adapter-mariadb": "^7.6.0",
"@prisma/client": "^7.6.0",
"dc-db-local": "file:../local",
"dotenv": "^17.3.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"prisma": "^7.5.0",
"prisma": "^7.6.0",
"typescript": "^5.9.3"
},
"files": [
Expand Down
541 changes: 390 additions & 151 deletions lib/database/tableWatcher/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/database/tableWatcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"description": "",
"devDependencies": {
"@types/node": "^25.5.0",
"prisma": "^7.5.0",
"prisma": "^7.6.0",
"typescript": "^5.9.3"
},
"files": [
Expand Down
11 changes: 7 additions & 4 deletions lib/endpoints/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/endpoints/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"express": "^5.2.1",
"path-to-regexp": "^8.3.0",
"path-to-regexp": "^8.4.1",
"typia": "^12.0.1"
}
}
35 changes: 6 additions & 29 deletions lib/streams/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/streams/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "~5.9.3"
},
"dependencies": {
"amqplib": "^0.10.9",
"amqplib": "^1.0.3",
"dc-logger": "file:../logger"
}
}
2 changes: 1 addition & 1 deletion prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function generate_proxy_certs() {
)
}

npx npm-check-updates --upgrade --loglevel=info --deep
npx npm-check-updates --upgrade --loglevel=info --deep --reject /typescript/

install_dependencies ./lib/logger

Expand Down
14 changes: 7 additions & 7 deletions ranges/cache/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading