Skip to content

Commit

Permalink
chore: bump yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
duchunter committed Aug 7, 2023
1 parent 8c2e1ba commit 3744cb9
Show file tree
Hide file tree
Showing 3 changed files with 481 additions and 669 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"@types/node": "12.12.6"
},
"devDependencies": {
"@angular/core": "9",
"@angular/router": "9",
"@fortawesome/fontawesome-free": "5.15.3",
"@nuxt/types": "2.15.8",
"@nuxt/typescript-build": "2.1.0",
Expand All @@ -44,9 +42,9 @@
"@xpda-dev/webpack-step": "^0.1.2",
"cross-env": "7.0.3",
"deepmerge": "4.2.2",
"electron": "12.0.4",
"electron-builder": "22.10.5",
"electron-devtools-installer": "3.1.1",
"electron": "^25.4.0",
"electron-builder": "^24.6.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "7.24.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
Expand Down
1 change: 1 addition & 0 deletions src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ const isStaging = process.env.CS_ENVIRONMENT === 'staging'

module.exports = {
ssr: true,
telemetry: false,
target: 'server',
head: {
htmlAttrs: {
Expand Down
Loading

0 comments on commit 3744cb9

Please sign in to comment.