Skip to content

Commit

Permalink
Fix Node.js version incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Nov 6, 2023
1 parent 1b59367 commit 1657958
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 27 deletions.
103 changes: 78 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:eslint": "eslint 'src/**/*.{js,vue}' --cache",
"test:eslint:fix": "npm run test:eslint -- --fix",
"test:stylelint": "stylelint 'src/**/*.scss' --config node_modules/do-bulma/.stylelintrc.json",
"test:i18n-packs": "node --es-module-specifier-resolution=node src/nginxconfig/i18n/verify.js",
"test:i18n-packs": "node --import=extensionless/register src/nginxconfig/i18n/verify.js",
"test:prettier": "prettier 'src/**/*.{js,vue}' --check",
"test:prettier:fix": "prettier --write 'src/**/*.{js,vue}'",
"prepare": "husky install"
Expand Down Expand Up @@ -80,6 +80,7 @@
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.16.1",
"esm": "^3.2.25",
"extensionless": "^1.7.3",
"husky": "^8.0.3",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
Expand All @@ -98,7 +99,8 @@
},
"overrides": {
"@vue/cli-service": {
"mini-css-extract-plugin": "^1.6.2"
"mini-css-extract-plugin": "^1.6.2",
"@achrinza/node-ipc": "^10.1.10"
},
"pretty-checkbox-vue": {
"vue": "^3.0.0"
Expand Down

1 comment on commit 1657958

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

nginxconfig (Build Analysis Report)

Please sign in to comment.