Skip to content

Commit

Permalink
Update minors and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 9, 2023
1 parent f26aa14 commit e308d9c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,35 +5,35 @@
"description": "",
"author": "jarrodamcevers@gmail.com",
"dependencies": {
"@google-cloud/pubsub": "^3.5.2",
"@google-cloud/pubsub": "^3.7.1",
"aht20-sensor": "^0.1.1",
"dotenv": "^16.0.3",
"esbuild": "^0.17.18",
"dotenv": "^16.1.4",
"esbuild": "^0.17.19",
"express": "^4.18.2",
"lodash": "^4.17.21",
"prom-client": "^14.2.0",
"socket.io-client": "^2.4.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"undici": "^5.22.0"
"typescript": "^5.1.3",
"undici": "^5.22.1"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/node": "^18.16.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@typescript-eslint/typescript-estree": "^5.59.2",
"@typescript-eslint/utils": "^5.59.2",
"@vitest/coverage-c8": "^0.31.0",
"eslint": "^8.40.0",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@typescript-eslint/typescript-estree": "^5.59.9",
"@typescript-eslint/utils": "^5.59.9",
"@vitest/coverage-c8": "^0.32.0",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"msw": "^1.2.1",
"vitest": "^0.31.0"
"vitest": "^0.32.0"
},
"scripts": {
"start": "ts-node-esm src/index.ts",
Expand Down

0 comments on commit e308d9c

Please sign in to comment.