Skip to content

Commit 09a16ae

Browse files
committed
upgrade deps
1 parent 45ee63b commit 09a16ae

File tree

3 files changed

+1237
-1124
lines changed

3 files changed

+1237
-1124
lines changed

components/Press/PressLinks/__tests__/__snapshots__/PressLinks.test.tsx.snap

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,38 @@ exports[`PressLinks > should render with no props passed 1`] = `
77
<div
88
className="flexContainer"
99
>
10-
<ForwardRef
10+
<Tabs
1111
defaultValue="NYC"
1212
>
13-
<ForwardRef
13+
<TabsList
1414
className="tabsList"
1515
>
16-
<ForwardRef
16+
<TabsTrigger
1717
className="tabsTrigger"
1818
value="NYC"
1919
>
2020
<h3>
2121
NYC
2222
</h3>
23-
</ForwardRef>
24-
<ForwardRef
23+
</TabsTrigger>
24+
<TabsTrigger
2525
className="tabsTrigger"
2626
value="Boston"
2727
>
2828
<h3>
2929
Boston
3030
</h3>
31-
</ForwardRef>
32-
<ForwardRef
31+
</TabsTrigger>
32+
<TabsTrigger
3333
className="tabsTrigger"
3434
value="General"
3535
>
3636
<h3>
3737
General
3838
</h3>
39-
</ForwardRef>
40-
</ForwardRef>
41-
<ForwardRef
39+
</TabsTrigger>
40+
</TabsList>
41+
<TabsContent
4242
className="tabsContent"
4343
value="NYC"
4444
>
@@ -66,8 +66,8 @@ exports[`PressLinks > should render with no props passed 1`] = `
6666
After Flying Solo, Veterans Find Others Who Have Their Backs
6767
</OutboundLink>
6868
</li>
69-
</ForwardRef>
70-
<ForwardRef
69+
</TabsContent>
70+
<TabsContent
7171
className="tabsContent"
7272
value="Boston"
7373
>
@@ -135,8 +135,8 @@ exports[`PressLinks > should render with no props passed 1`] = `
135135
tech4vets Masschallenge Veterans
136136
</OutboundLink>
137137
</li>
138-
</ForwardRef>
139-
<ForwardRef
138+
</TabsContent>
139+
<TabsContent
140140
className="tabsContent"
141141
value="General"
142142
>
@@ -404,8 +404,8 @@ exports[`PressLinks > should render with no props passed 1`] = `
404404
Operation Code Looks to Help Veterans Land IT Careers
405405
</OutboundLink>
406406
</li>
407-
</ForwardRef>
408-
</ForwardRef>
407+
</TabsContent>
408+
</Tabs>
409409
</div>
410410
</div>
411411
`;

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"dependencies": {
4444
"@innocuous/components": "^2.1.1",
4545
"@next/bundle-analyzer": "^12.3.1",
46-
"@radix-ui/react-dialog": "1.1.5",
47-
"@radix-ui/react-tabs": "0.1.1",
46+
"@radix-ui/react-dialog": "1.1.11",
47+
"@radix-ui/react-tabs": "1.1.9",
4848
"@sentry/nextjs": "^7.77.0",
4949
"@storybook/blocks": "^7.4.1",
5050
"@types/airtable": "^0.10.5",
5151
"@types/js-cookie": "^3.0.6",
5252
"airtable": "^0.12.2",
53-
"axios": "^1.7.9",
53+
"axios": "^1.9.0",
5454
"classnames": "^2.5.1",
5555
"date-fns": "^2.29.3",
5656
"eslint-plugin-vitest": "^0.3.22",
@@ -79,17 +79,17 @@
7979
"react-google-login": "^5.2.2",
8080
"react-on-screen": "^2.1.1",
8181
"react-player": "^2.16.0",
82-
"react-scroll": "^1.9.0",
82+
"react-scroll": "^1.9.3",
8383
"react-scroll-up-button": "^1.6.4",
8484
"react-select": "^4.0.2",
8585
"react-youtube": "9.0.3",
86-
"tailwind-merge": "^2.6.0",
86+
"tailwind-merge": "^3.2.0",
8787
"yup": "^1.6.1"
8888
},
8989
"devDependencies": {
90-
"@babel/core": "^7.26.7",
91-
"@babel/eslint-parser": "^7.26.5",
92-
"@babel/preset-typescript": "^7.26.0",
90+
"@babel/core": "^7.27.1",
91+
"@babel/eslint-parser": "^7.27.1",
92+
"@babel/preset-typescript": "^7.27.1",
9393
"@cypress/code-coverage": "^3.13.10",
9494
"@cypress/webpack-preprocessor": "^6.0.2",
9595
"@operation_code/eslint-plugin-custom-rules": "^1.0.1",
@@ -109,7 +109,7 @@
109109
"@types/fingerprintjs2": "2",
110110
"@types/fontfaceobserver": "^2.1.3",
111111
"@types/jest": "^29.5.14",
112-
"@types/lodash": "^4.17.14",
112+
"@types/lodash": "^4.17.16",
113113
"@types/logrocket-react": "^3.0.3",
114114
"@types/object-hash": "^3.0.0",
115115
"@types/prop-types": "^15.7.14",
@@ -118,12 +118,12 @@
118118
"@types/react-select": "^4.0.18",
119119
"@typescript-eslint/eslint-plugin": "^6.21.0",
120120
"@typescript-eslint/parser": "^6.21.0",
121-
"@vitejs/plugin-react": "^4.3.4",
122-
"@vitest/coverage-v8": "^1.3.1",
123-
"@vitest/ui": "^1.3.1",
124-
"autoprefixer": "^10.4.20",
125-
"axios-mock-adapter": "^1.21.1",
126-
"babel-loader": "^9.2.1",
121+
"@vitejs/plugin-react": "^4.4.1",
122+
"@vitest/coverage-v8": "^3.1.2",
123+
"@vitest/ui": "^3.1.2",
124+
"autoprefixer": "^10.4.21",
125+
"axios-mock-adapter": "^2.1.0",
126+
"babel-loader": "^10.0.0",
127127
"babel-plugin-add-react-displayname": "^0.0.5",
128128
"babel-plugin-istanbul": "^7.0.0",
129129
"babel-plugin-macros": "^3.1.0",
@@ -141,8 +141,8 @@
141141
"eslint-plugin-import": "^2.31.0",
142142
"eslint-plugin-jsx-a11y": "^6.10.2",
143143
"eslint-plugin-lodash": "^7.4.0",
144-
"eslint-plugin-prettier": "^5.2.3",
145-
"eslint-plugin-react": "^7.37.4",
144+
"eslint-plugin-prettier": "^5.2.6",
145+
"eslint-plugin-react": "^7.37.5",
146146
"eslint-plugin-storybook": "^0.6.13",
147147
"eslint-plugin-unicorn": "^43.0.2",
148148
"eslint-plugin-vitest-globals": "^1.5.0",
@@ -151,34 +151,34 @@
151151
"file-loader": "^6.2.0",
152152
"husky": "4.3.8",
153153
"identity-obj-proxy": "^3.0.0",
154-
"jsdom": "^26.0.0",
154+
"jsdom": "^26.1.0",
155155
"lint-staged": "13.0.3",
156156
"next-router-mock": "^0.9.13",
157-
"postcss": "^8.5.1",
157+
"postcss": "^8.5.3",
158158
"postcss-custom-media": "^8.0.2",
159159
"postcss-custom-properties": "^12.1.8",
160160
"postcss-export-custom-variables": "^1.0.0",
161161
"postcss-import": "^14.1.0",
162162
"postcss-prepend-imports": "^1.0.1",
163-
"prettier": "^3.4.2",
163+
"prettier": "^3.5.3",
164164
"process": "0.11.10",
165165
"react-is": "^18.2.0",
166166
"react-test-renderer": "^18.2.0",
167167
"require-context.macro": "^1.2.2",
168168
"start-server-and-test": "^1.14.0",
169169
"storybook": "^7.4.1",
170170
"style-loader": "^3.3.1",
171-
"stylelint": "^16.14.0",
171+
"stylelint": "^16.19.1",
172172
"stylelint-config-prettier": "^9.0.3",
173173
"stylelint-config-standard": "^37.0.0",
174-
"stylelint-prettier": "^5.0.2",
174+
"stylelint-prettier": "^5.0.3",
175175
"tailwindcss": "^3.3.3",
176-
"typescript": "^5.7.3",
176+
"typescript": "^5.8.3",
177177
"url-loader": "^4.1.1",
178-
"vite-plugin-magical-svg": "^1.3.0",
179-
"vite-tsconfig-paths": "^4.3.1",
180-
"vitest": "^1.3.1",
181-
"webpack": "^5.97.1"
178+
"vite-plugin-magical-svg": "^1.7.0",
179+
"vite-tsconfig-paths": "^5.1.4",
180+
"vitest": "^3.1.2",
181+
"webpack": "^5.99.7"
182182
},
183183
"resolutions": {
184184
"istanbul-lib-coverage": "3.2.0",

0 commit comments

Comments
 (0)