Skip to content

Commit 54fec76

Browse files
fix(deps): update all non-major third-party dependencies
1 parent 108dcb7 commit 54fec76

7 files changed

+1352
-1094
lines changed

.github/workflows/deploy-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: 👀 Read app name
25-
uses: SebRollen/toml-action@v1.0.2
25+
uses: SebRollen/toml-action@v1.2.0
2626
id: app_name
2727
with:
2828
file: fly.toml

.github/workflows/release-please-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: 👀 Read app name
40-
uses: SebRollen/toml-action@v1.0.2
40+
uses: SebRollen/toml-action@v1.2.0
4141
id: app_name
4242
with:
4343
file: fly.toml

.github/workflows/release-please-main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@v4
3434

3535
- name: 👀 Read app name
36-
uses: SebRollen/toml-action@v1.0.2
36+
uses: SebRollen/toml-action@v1.2.0
3737
id: app_name
3838
with:
3939
file: fly.toml

package.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
"@emotion/server": "11.11.0",
7070
"@emotion/styled": "11.11.0",
7171
"@isaacs/express-prometheus-middleware": "1.2.1",
72-
"@remix-run/css-bundle": "2.5.0",
73-
"@remix-run/express": "2.5.0",
74-
"@remix-run/node": "2.5.0",
75-
"@remix-run/react": "2.5.0",
76-
"@remix-run/server-runtime": "2.5.0",
77-
"@remix-run/testing": "2.5.0",
72+
"@remix-run/css-bundle": "2.5.1",
73+
"@remix-run/express": "2.5.1",
74+
"@remix-run/node": "2.5.1",
75+
"@remix-run/react": "2.5.1",
76+
"@remix-run/server-runtime": "2.5.1",
77+
"@remix-run/testing": "2.5.1",
7878
"@supabase/auth-helpers-remix": "0.2.6",
7979
"@supabase/supabase-js": "2.39.3",
8080
"bcryptjs": "2.4.3",
@@ -83,7 +83,7 @@
8383
"d3-shape": "3.2.0",
8484
"express": "4.18.2",
8585
"framer-motion": "10.18.0",
86-
"i18next": "23.7.16",
86+
"i18next": "23.7.20",
8787
"i18next-browser-languagedetector": "7.2.0",
8888
"i18next-fs-backend": "2.3.1",
8989
"i18next-http-backend": "2.4.2",
@@ -93,24 +93,24 @@
9393
"react": "18.2.0",
9494
"react-dom": "18.2.0",
9595
"react-i18next": "13.5.0",
96-
"recharts": "2.9.0",
96+
"recharts": "2.11.0",
9797
"remix-i18next": "5.5.0",
98-
"supabase": "1.131.5",
98+
"supabase": "1.136.3",
9999
"tiny-invariant": "1.3.1"
100100
},
101101
"devDependencies": {
102-
"@babel/core": "7.23.7",
102+
"@babel/core": "7.23.9",
103103
"@babel/plugin-syntax-flow": "7.23.3",
104104
"@babel/plugin-transform-react-jsx": "7.23.4",
105-
"@commitlint/cli": "18.4.4",
106-
"@commitlint/config-conventional": "18.4.4",
107-
"@faker-js/faker": "8.3.1",
108-
"@pandacss/dev": "0.27.2",
109-
"@remix-run/dev": "2.5.0",
110-
"@remix-run/eslint-config": "2.5.0",
105+
"@commitlint/cli": "18.6.0",
106+
"@commitlint/config-conventional": "18.6.0",
107+
"@faker-js/faker": "8.4.0",
108+
"@pandacss/dev": "0.28.0",
109+
"@remix-run/dev": "2.5.1",
110+
"@remix-run/eslint-config": "2.5.1",
111111
"@testing-library/cypress": "10.0.1",
112112
"@testing-library/dom": "9.3.4",
113-
"@testing-library/jest-dom": "6.2.0",
113+
"@testing-library/jest-dom": "6.3.0",
114114
"@testing-library/react": "14.1.2",
115115
"@testing-library/user-event": "14.5.2",
116116
"@trivago/prettier-plugin-sort-imports": "4.3.0",
@@ -119,20 +119,20 @@
119119
"@types/eslint": "8.56.2",
120120
"@types/express": "4.17.21",
121121
"@types/morgan": "1.9.9",
122-
"@types/node": "20.11.5",
122+
"@types/node": "20.11.9",
123123
"@types/react": "18.2.48",
124124
"@types/react-dom": "18.2.18",
125-
"@typescript-eslint/eslint-plugin": "6.19.0",
126-
"@typescript-eslint/parser": "6.19.0",
125+
"@typescript-eslint/eslint-plugin": "6.19.1",
126+
"@typescript-eslint/parser": "6.19.1",
127127
"@vitejs/plugin-react": "4.2.1",
128128
"@vitest/coverage-v8": "0.34.6",
129129
"@vitest/ui": "0.34.7",
130-
"autoprefixer": "10.4.16",
130+
"autoprefixer": "10.4.17",
131131
"c8": "8.0.1",
132132
"cookie": "0.6.0",
133133
"cypress": "13.6.3",
134-
"dotenv": "16.3.1",
135-
"esbuild": "0.19.11",
134+
"dotenv": "16.4.1",
135+
"esbuild": "0.20.0",
136136
"eslint": "8.56.0",
137137
"eslint-config-prettier": "9.1.0",
138138
"eslint-config-react-app": "7.0.1",
@@ -143,7 +143,7 @@
143143
"husky": "8.0.3",
144144
"install": "0.13.0",
145145
"lint-staged": "15.2.0",
146-
"msw": "2.1.1",
146+
"msw": "2.1.5",
147147
"npm-run-all": "4.1.5",
148148
"postcss": "8.4.33",
149149
"prettier": "3.2.4",
@@ -160,7 +160,7 @@
160160
"vitest": "0.34.6",
161161
"vitest-github-actions-reporter": "0.11.1",
162162
"vitest-sonar-reporter": "0.5.0",
163-
"webdriverio": "8.28.0"
163+
"webdriverio": "8.29.1"
164164
},
165165
"engines": {
166166
"node": ">=18"

0 commit comments

Comments
 (0)