Skip to content

Commit 05c381f

Browse files
authored
Merge branch 'prod' into renovate/eslint-plugin-astro-1.x
2 parents 20e3462 + 7b86dd5 commit 05c381f

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
frontend_checks:
22-
uses: tulsawebdevs/website/.github/workflows/frontend-ci.yml@dev
22+
uses: tulsawebdevs/website/.github/workflows/frontend-ci.yml@prod
2323
build:
2424
needs: frontend_checks
2525
runs-on: ubuntu-latest

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@radix-ui/react-radio-group": "^1.1.3",
2424
"@radix-ui/react-select": "^2.0.0",
2525
"@radix-ui/react-slot": "^1.0.2",
26-
"@types/react": "18.3.0",
26+
"@types/react": "18.3.1",
2727
"@types/react-dom": "18.3.0",
2828
"@vanilla-extract/css": "1.14.2",
2929
"@vanilla-extract/recipes": "0.5.2",
@@ -33,8 +33,8 @@
3333
"clsx": "^2.1.1",
3434
"lucide-react": "^0.372.0",
3535
"rainbow-sprinkles": "0.17.1",
36-
"react": "18.3.0",
37-
"react-dom": "18.3.0",
36+
"react": "18.3.1",
37+
"react-dom": "18.3.1",
3838
"swagger-ui-react": "5.17.2",
3939
"tailwind-merge": "^2.3.0",
4040
"tailwindcss-animate": "^1.0.7",
@@ -65,7 +65,7 @@
6565
"eslint-plugin-jsx-a11y": "6.8.0",
6666
"eslint-plugin-mdx": "3.1.5",
6767
"eslint-plugin-react": "7.34.1",
68-
"eslint-plugin-react-hooks": "4.6.1",
68+
"eslint-plugin-react-hooks": "4.6.2",
6969
"eslint-plugin-unicorn": "51.0.1",
7070
"eslint-plugin-yml": "1.14.0",
7171
"jsonc-eslint-parser": "2.4.0",

0 commit comments

Comments
 (0)