-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all dependencies - patch updates (#11360)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
7a49cd0
commit c05871c
Showing
4 changed files
with
99 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version: 2.1 | ||
|
||
orbs: | ||
secops: apollo/[email protected].2 | ||
secops: apollo/[email protected].3 | ||
|
||
jobs: | ||
# Filesize: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,7 @@ jobs: | |
replace: "" | ||
|
||
- name: Write previous version to package.json | ||
uses: jaywcjlove/[email protected].1 | ||
uses: jaywcjlove/[email protected].2 | ||
with: | ||
version: ${{ steps.formatversion.outputs.value }} | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,11 +107,11 @@ | |
}, | ||
"devDependencies": { | ||
"@arethetypeswrong/cli": "0.12.2", | ||
"@babel/parser": "7.23.0", | ||
"@babel/parser": "7.23.4", | ||
"@changesets/changelog-github": "0.4.8", | ||
"@changesets/cli": "2.26.2", | ||
"@graphql-tools/schema": "10.0.0", | ||
"@microsoft/api-extractor": "7.38.2", | ||
"@graphql-tools/schema": "10.0.2", | ||
"@microsoft/api-extractor": "7.38.3", | ||
"@rollup/plugin-node-resolve": "11.2.1", | ||
"@size-limit/esbuild-why": "8.2.6", | ||
"@size-limit/preset-small-lib": "8.2.6", | ||
|
@@ -120,17 +120,17 @@ | |
"@testing-library/react-12": "npm:@testing-library/react@^12", | ||
"@testing-library/user-event": "14.5.1", | ||
"@tsconfig/node20": "20.1.2", | ||
"@types/bytes": "3.1.3", | ||
"@types/fetch-mock": "7.3.7", | ||
"@types/bytes": "3.1.4", | ||
"@types/fetch-mock": "7.3.8", | ||
"@types/glob": "8.1.0", | ||
"@types/hoist-non-react-statics": "3.3.4", | ||
"@types/jest": "29.5.7", | ||
"@types/lodash": "4.14.200", | ||
"@types/hoist-non-react-statics": "3.3.5", | ||
"@types/jest": "29.5.10", | ||
"@types/lodash": "4.14.202", | ||
"@types/node": "20.8.10", | ||
"@types/node-fetch": "2.6.8", | ||
"@types/react": "18.2.35", | ||
"@types/react-dom": "18.2.14", | ||
"@types/use-sync-external-store": "0.0.5", | ||
"@types/node-fetch": "2.6.9", | ||
"@types/react": "18.2.38", | ||
"@types/react-dom": "18.2.17", | ||
"@types/use-sync-external-store": "0.0.6", | ||
"@typescript-eslint/eslint-plugin": "6.7.5", | ||
"@typescript-eslint/parser": "6.7.5", | ||
"@typescript-eslint/rule-tester": "6.7.5", | ||
|
@@ -143,7 +143,7 @@ | |
"eslint": "8.51.0", | ||
"eslint-import-resolver-typescript": "3.6.1", | ||
"eslint-plugin-import": "npm:@phryneas/[email protected]", | ||
"eslint-plugin-local-rules": "2.0.0", | ||
"eslint-plugin-local-rules": "2.0.1", | ||
"eslint-plugin-testing-library": "5.11.1", | ||
"expect-type": "0.17.3", | ||
"fetch-mock": "9.11.0", | ||
|