Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Jan 23, 2024
1 parent 91b8d76 commit 35f3e8f
Show file tree
Hide file tree
Showing 3 changed files with 776 additions and 721 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"html-webpack-plugin": "^5.5.0",
"pinia": "^2.0.13",
"sass": "^1.32.8",
"sass-loader": "^13.2.0",
"sass-loader": "^14.0.0",
"style-loader": "^3.2.1",
"ts-node": "^10.7.0",
"typescript": "^5.0.2",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ const config: webpack.Configuration = {
new webpack.DefinePlugin({
__VUE_OPTIONS_API__: JSON.stringify(false),
__VUE_PROD_DEVTOOLS__: JSON.stringify(false),
__VUE_PROD_HYDRATION_MISMATCH_DETAILS__: JSON.stringify(false),

'DEFINE.IS_DEV': JSON.stringify(isDev),
'DEFINE.NAME': JSON.stringify(packageJson.name),
Expand Down
Loading

0 comments on commit 35f3e8f

Please sign in to comment.