Skip to content

Commit

Permalink
chore(deps): add missing webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur authored Aug 23, 2024
1 parent 44c9b5c commit c0e482e
Show file tree
Hide file tree
Showing 2 changed files with 414 additions and 13 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@
"globals": "^15.8.0",
"jest": "^27.5.1",
"jest-axe": "^6.0.0",
"typescript-eslint": "^7.16.0"
"typescript-eslint": "^7.16.0",
"webpack": "^5.94.0"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -180,5 +181,5 @@
"engines": {
"node": ">=18.12.1"
},
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
Loading

0 comments on commit c0e482e

Please sign in to comment.