Compare commits

...

2 commits

Author SHA1 Message Date
2a23d5381e
fix(deps): update dependency @project-gauntlet/api to v0.14.0
Some checks failed
Actions / Build Plugins (pull_request) Failing after 36s
2025-02-11 17:31:18 +00:00
a0c13dfb63
chore(deps): update dependency eslint to v9.20.1
All checks were successful
Actions / Build Plugins (pull_request) Successful in 40s
Actions / Build Plugins (push) Successful in 38s
2025-02-11 17:21:15 +00:00
2 changed files with 10 additions and 10 deletions

View file

@ -8,7 +8,7 @@
"format": "eslint --fix ."
},
"dependencies": {
"@project-gauntlet/api": "0.12.0",
"@project-gauntlet/api": "0.14.0",
"fuse": "^0.12.1",
"unicode-emoji": "^2.6.0",
"which": "^5.0.0"
@ -20,7 +20,7 @@
"@types/react": "19.0.8",
"@types/which": "3.0.4",
"@typescript-eslint/parser": "8.24.0",
"eslint": "9.20.0",
"eslint": "9.20.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",

View file

@ -1502,10 +1502,10 @@
resolved "https://registry.yarnpkg.com/@pothos/plugin-scope-auth/-/plugin-scope-auth-3.22.1.tgz#203b53353b295741d4760b9df35dd7683eeea134"
integrity sha512-mkfbiS6tSYXFrxY9U5mEqSzAWDB3YoqQLTE/D7J/QghbDbkfFSiwQwYHHl0tL1FO32l69RMCdZy3Kz7MBBZG8w==
"@project-gauntlet/api@0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@project-gauntlet/api/-/api-0.12.0.tgz#92c940ea3f99b46ac985d87f6329fe52049ee7b0"
integrity sha512-RHOyDV4D64BE33FSk8DmqjLluOQCy1Q2j7rwlTB28yNc7qTlht1T/7wFUELYaxls7LCCkGMzQkkCJ6CSXbAMZw==
"@project-gauntlet/api@0.14.0":
version "0.14.0"
resolved "https://registry.yarnpkg.com/@project-gauntlet/api/-/api-0.14.0.tgz#b90dac56f5ca7f77da025bd41f76abcf5c52768b"
integrity sha512-aHmaqBm4YlAUxWtbK4XkQiTdfBgabKCH0lcyyEAN+ytXa08nEXNqMlkiNpQMUozXtibL0RQuh9Rw91YC43urvA==
"@project-gauntlet/tools@0.10.0":
version "0.10.0"
@ -3153,10 +3153,10 @@ eslint-visitor-keys@^4.2.0:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
eslint@9.20.0:
version "9.20.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.0.tgz#6244c46c1640cd5e577a31ebc460fca87838c0b7"
integrity sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==
eslint@9.20.1:
version "9.20.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.20.1.tgz#923924c078f5226832449bac86662dd7e53c91d6"
integrity sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
"@eslint-community/regexpp" "^4.12.1"