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

Commit

Permalink
make it work with newer node
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Aug 1, 2024
1 parent f15ab0f commit a3f2e06
Show file tree
Hide file tree
Showing 11 changed files with 20,287 additions and 13,341 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "all",
"htmlWhitespaceSensitivity": "ignore"
}
29,982 changes: 17,196 additions & 12,786 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"vue-prism-editor": "^1.3.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/cli-plugin-babel": "~5",
"@vue/cli-plugin-eslint": "~5",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"electron": "^15.5.5",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"eslint": "~7.5",
"eslint-plugin-vue": "~7",
"native-ext-loader": "^2.3.0",
"vue-cli-plugin-electron-builder": "~2.0.0",
"vue-template-compiler": "^2.6.11"
Expand Down
Loading

0 comments on commit a3f2e06

Please sign in to comment.