Skip to content

Commit

Permalink
Merge pull request #401 from tokku5552/release/gha_20240816150428
Browse files Browse the repository at this point in the history
[bot(create_release_pr)]: created at 20240816150428
  • Loading branch information
tokku5552 committed Aug 16, 2024
2 parents 02cacbc + 7312df4 commit 2b4a656
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@next/font": "13.5.6",
"@types/node": "18.19.43",
"@types/node": "18.19.44",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"eslint": "8.57.0",
Expand All @@ -28,9 +28,9 @@
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/chrome": "^0.0.269",
"@types/chrome": "^0.0.270",
"@types/jest": "^29.5.2",
"axios": "1.7.3",
"axios": "1.7.4",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react-hook-form": "^7.41.0",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1989,10 +1989,10 @@
dependencies:
"@babel/types" "^7.20.7"

"@types/chrome@^0.0.269":
version "0.0.269"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.269.tgz#5bc2a536bb72a3332119742f31b42b5250d39905"
integrity sha512-vF7x8YywnhXX2F06njQ/OE7a3Qeful43C5GUOsUksXWk89WoSFUU3iLeZW8lDpVO9atm8iZIEiLQTRC3H7NOXQ==
"@types/chrome@^0.0.270":
version "0.0.270"
resolved "https://registry.yarnpkg.com/@types/chrome/-/chrome-0.0.270.tgz#575f47107652ef75d4841ec8ffa018137c8f51e7"
integrity sha512-ADvkowV7YnJfycZZxL2brluZ6STGW+9oKG37B422UePf2PCXuFA/XdERI0T18wtuWPx0tmFeZqq6MOXVk1IC+Q==
dependencies:
"@types/filesystem" "*"
"@types/har-format" "*"
Expand Down Expand Up @@ -2086,10 +2086,10 @@
dependencies:
undici-types "~6.11.1"

"@types/[email protected].43":
version "18.19.43"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.43.tgz#fe01bb599b60bb3279c26d0fdb751d2f3e299ae0"
integrity sha512-Mw/YlgXnyJdEwLoFv2dpuJaDFriX+Pc+0qOBJ57jC1H6cDxIj2xc5yUrdtArDVG0m+KV6622a4p2tenEqB3C/g==
"@types/[email protected].44":
version "18.19.44"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.44.tgz#875a8322d17ff12bf82b3af8c07b9310a00e72f8"
integrity sha512-ZsbGerYg72WMXUIE9fYxtvfzLEuq6q8mKERdWFnqTmOvudMxnz+CBNRoOwJ2kNpFOncrKjT1hZwxjlFgQ9qvQA==
dependencies:
undici-types "~5.26.4"

Expand Down Expand Up @@ -2472,10 +2472,10 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.1.tgz#6948854183ee7e7eae336b9877c5bafa027998ea"
integrity sha512-9l850jDDPnKq48nbad8SiEelCv4OrUWrKab/cPj0GScVg6cb6NbCCt/Ulk26QEq5jP9NnGr04Bit1BHyV6r5CQ==

[email protected].3:
version "1.7.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.3.tgz#a1125f2faf702bc8e8f2104ec3a76fab40257d85"
integrity sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==
[email protected].4:
version "1.7.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.7.4.tgz#4c8ded1b43683c8dd362973c393f3ede24052aa2"
integrity sha512-DukmaFRnY6AzAALSH4J2M3k6PkaC+MfaAGdEERRWcC9q3/TWQwLpHR8ZRLKTdQ3aBDL64EdluRDjJqKw+BPZEw==
dependencies:
follow-redirects "^1.15.6"
form-data "^4.0.0"
Expand Down

0 comments on commit 2b4a656

Please sign in to comment.