Skip to content

Commit

Permalink
Update devDependencies in package.json
Browse files Browse the repository at this point in the history
The versions of the devDependencies in package.json have been updated. This includes updated versions of webpack, webpack-cli, typescript, and ts-loader in the project's configuration.
  • Loading branch information
sfmskywalker committed Jan 18, 2024
1 parent f0cef66 commit 8e1fab6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/framework/Elsa.Studio.DomInterop/ClientLib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

},
"devDependencies": {
"webpack": "^5.82.1",
"webpack-cli": "^5.1.1",
"typescript": "^5.0.4",
"ts-loader": "^9.4.2"
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"typescript": "^5.3.3",
"ts-loader": "^9.5.1"
},
"scripts": {
"build": "webpack"
Expand Down

0 comments on commit 8e1fab6

Please sign in to comment.