Skip to content

Commit

Permalink
build(deps): bump javascript dependencies
Browse files Browse the repository at this point in the history
- except sinon from 17.0.0 to 17.0.1 - throws an error
mikehardy committed Nov 1, 2023
1 parent f59b3d3 commit 1a90410
Showing 3 changed files with 416 additions and 332 deletions.
18 changes: 8 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -59,28 +59,26 @@
"@firebase/rules-unit-testing": "^3.0.1",
"@octokit/core": "^5.0.1",
"@tsconfig/node-lts": "^18.12.5",
"@types/react": "^18.2.32",
"@types/react": "^18.2.33",
"@types/react-native": "^0.72.5",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"babel-jest": "^29.7.0",
"clang-format": "^1.8.0",
"conventional-changelog-cli": "^3.0.0",
"conventional-changelog-conventionalcommits": "^6.1.0",
"conventional-recommended-bump": "^6.1.0",
"conventional-changelog-cli": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"firebase": "^10.5.0",
"firebase-tools": "^12.7.0",
"firebase": "^10.5.2",
"firebase-tools": "^12.8.0",
"genversion": "^3.1.1",
"google-java-format": "^1.2.0",
"inquirer": "^8.2.6",
"jest": "^29.7.0",
"lerna": "^7.4.1",
"lerna": "^7.4.2",
"prettier": "^3.0.3",
"regenerator-transform": "^0.15.2",
"rimraf": "^5.0.5",
@@ -90,7 +88,7 @@
"typescript": "^5.2.2"
},
"resolutions": {
"@types/react": "^18.2.32"
"@types/react": "^18.2.33"
},
"workspaces": {
"packages": [
6 changes: 3 additions & 3 deletions tests/package.json
Original file line number Diff line number Diff line change
@@ -37,8 +37,8 @@
"a2a": "^0.2.1",
"babel-plugin-istanbul": "^6.1.1",
"detox": "^19.13.0",
"firebase": "^10.5.0",
"firebase-tools": "^12.7.0",
"firebase": "^10.5.2",
"firebase-tools": "^12.8.0",
"jest-circus": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jet": "^0.8.3",
@@ -51,7 +51,7 @@
"pod-install": "^0.1.39",
"should": "^13.2.3",
"should-sinon": "0.0.6",
"sinon": "^17.0.0"
"sinon": "17.0.0"
},
"detox": {
"test-runner": "mocha",
724 changes: 405 additions & 319 deletions yarn.lock

Large diffs are not rendered by default.

1 comment on commit 1a90410

@vercel
Copy link

@vercel vercel bot commented on 1a90410 Nov 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.