Merge pull request #98 from Griefed/develop
Develop
No related branches found
No related tags found
Showing
- .github/workflows/github_release.yml 3 additions, 3 deletions.github/workflows/github_release.yml
- .github/workflows/major.yml 1 addition, 1 deletion.github/workflows/major.yml
- .github/workflows/minor.yml 1 addition, 1 deletion.github/workflows/minor.yml
- .github/workflows/patch.yml 1 addition, 1 deletion.github/workflows/patch.yml
- .github/workflows/test.yml 2 additions, 2 deletions.github/workflows/test.yml
- Dockerfile 1 addition, 1 deletionDockerfile
- Dockerfile.develop 1 addition, 1 deletionDockerfile.develop
- package-lock.json 851 additions, 769 deletionspackage-lock.json
- package.json 7 additions, 7 deletionspackage.json
This diff is collapsed.
... | ... | @@ -22,20 +22,20 @@ |
"test": "echo \"No test specified\" && exit 0" | ||
}, | ||
"dependencies": { | ||
"@quasar/extras": "^1.12.1", | ||
"core-js": "^3.19.1", | ||
"@quasar/extras": "^1.12.2", | ||
"core-js": "^3.19.3", | ||
"mersenne-twister": "^1.1.0", | ||
"noise-map": "^1.1.0", | ||
"quasar": "^2.3.3" | ||
"quasar": "^2.3.4" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.16.3", | ||
"@quasar/app": "^3.2.3", | ||
"electron": "^16.0.1", | ||
"@quasar/app": "^3.2.5", | ||
"electron": "^16.0.4", | ||
"electron-packager": "^15.4.0", | ||
"eslint": "8.3.0", | ||
"eslint": "8.4.1", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-vue": "^8.1.1", | ||
"eslint-plugin-vue": "^8.2.0", | ||
"eslint-webpack-plugin": "^3.1.1" | ||
}, | ||
"browserslist": [ | ||
... | ... |
Please register or sign in to comment