Skip to content

Commit d501e6e

Browse files

File tree

2 files changed

+182
-112
lines changed

2 files changed

+182
-112
lines changed

package.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,20 @@
8181
"react-tracking": "^9.3"
8282
},
8383
"devDependencies": {
84-
"@babel/cli": "^7.28.0",
85-
"@babel/core": "^7.28.0",
84+
"@babel/cli": "^7.28.3",
85+
"@babel/core": "^7.28.3",
8686
"@babel/eslint-parser": "^7.28.0",
8787
"@babel/eslint-plugin": "^7.27.1",
8888
"@babel/plugin-transform-class-properties": "^7.27.1",
8989
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
9090
"@babel/plugin-transform-private-methods": "^7.27.1",
9191
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
92-
"@babel/plugin-transform-runtime": "^7.28.0",
93-
"@babel/preset-env": "^7.28.0",
92+
"@babel/plugin-transform-runtime": "^7.28.3",
93+
"@babel/preset-env": "^7.28.3",
9494
"@babel/preset-react": "^7.27.1",
9595
"@babel/preset-typescript": "^7.27.1",
96-
"@babel/runtime": "^7.28.2",
97-
"@eslint/compat": "^1.3.1",
96+
"@babel/runtime": "^7.28.3",
97+
"@eslint/compat": "^1.3.2",
9898
"@fortawesome/fontawesome-svg-core": "^6.5.2",
9999
"@fortawesome/free-brands-svg-icons": "^6.5.2",
100100
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
@@ -133,7 +133,7 @@
133133
"chromatic": "^11.29.0",
134134
"classnames": "^2.5.1",
135135
"css-loader": "^7.1.2",
136-
"eslint": "^9.31.0",
136+
"eslint": "^9.32.0",
137137
"eslint-plugin-import": "^2.32.0",
138138
"eslint-plugin-jsx-a11y": "^6.10.2",
139139
"eslint-plugin-local-rules": "^3.0.2",
@@ -161,11 +161,12 @@
161161
"storybook-addon-designs": "6.3.1",
162162
"style-loader": "^4.0.0",
163163
"typescript": "^5.8.3",
164-
"webpack": "^5.100.2",
164+
"webpack": "^5.101.3",
165165
"yalc": "^1.0.0-pre.53"
166166
},
167167
"resolutions": {
168168
"istanbul-lib-instrument": "^6.0.0",
169+
"linkifyjs": "^4.3.2",
169170
"micromatch": "^4.0.8",
170171
"nanoid": "^3.3.8",
171172
"semver": "^7.5.3"

0 commit comments

Comments
 (0)