Skip to content

Commit da91ffb

Browse files
committed
Lock file maintenance minors and patches
1 parent 6598c29 commit da91ffb

File tree

2 files changed

+197
-170
lines changed

2 files changed

+197
-170
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1",
55
"type": "module",
66
"dependencies": {
7-
"@google-cloud/pubsub": "^4.3.2",
7+
"@google-cloud/pubsub": "^4.3.3",
88
"aht20-sensor": "^1.0.2",
99
"dotenv": "^16.4.5",
1010
"esbuild": "^0.20.1",
@@ -13,12 +13,12 @@
1313
"prom-client": "^15.1.0",
1414
"socket.io-client": "^2.4.0",
1515
"ts-node": "^10.9.2",
16-
"typescript": "5.3",
16+
"typescript": "5.4",
1717
"undici": "^5.28.3"
1818
},
1919
"devDependencies": {
2020
"@faker-js/faker": "^8.4.1",
21-
"@types/node": "^20.11.24",
21+
"@types/node": "^20.11.25",
2222
"@typescript-eslint/eslint-plugin": "^6.21.0",
2323
"@typescript-eslint/parser": "^6.21.0",
2424
"@typescript-eslint/typescript-estree": "^6.21.0",
@@ -29,9 +29,9 @@
2929
"eslint-config-airbnb-typescript": "^17.1.0",
3030
"eslint-plugin-import": "^2.29.1",
3131
"eslint-plugin-jsx-a11y": "^6.8.0",
32-
"eslint-plugin-react": "^7.33.2",
32+
"eslint-plugin-react": "^7.34.0",
3333
"eslint-plugin-react-hooks": "^4.6.0",
34-
"msw": "^2.2.2",
34+
"msw": "^2.2.3",
3535
"vitest": "^1.3.1"
3636
},
3737
"scripts": {

0 commit comments

Comments
 (0)