Skip to content

Commit

Permalink
Merge branch 'release/2.31.0' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakeyzer committed Oct 25, 2024
2 parents 05e631b + 3785210 commit c044cb5
Show file tree
Hide file tree
Showing 63 changed files with 4,508 additions and 3,144 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
target-branch: "develop"
ignore:
- dependency-name: "@quasar/app"
versions: [">=2.4.3"]
144 changes: 95 additions & 49 deletions package-lock.json

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

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.30.0",
"version": "2.31.0",
"name": "shieldmaiden",
"description": "A Dungeons and Dragons Combat Tracker",
"productName": "Shieldmaiden",
Expand All @@ -18,16 +18,16 @@
"dependencies": {
"@gtm-support/vue2-gtm": "^1.3.0",
"@octokit/rest": "^19.0.5",
"@quasar/extras": "^1.16.11",
"@quasar/extras": "^1.16.12",
"ajv": "^8.13.0",
"ajv-formats": "^2.1.1",
"animate.css": "^4.1.1",
"axios": "^0.28.1",
"core-js": "^3.37.0",
"core-js": "^3.37.1",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"firebase": "^8.0.0",
"helmet": "^5.0.2",
"helmet": "^7.1.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"marked": "^4.0.16",
Expand All @@ -50,15 +50,15 @@
"vuex": "^3.0.1"
},
"devDependencies": {
"@quasar/app": "^2.4.3",
"@types/sanitize-html": "^2.6.2",
"@quasar/app": "2.4.3",
"@types/sanitize-html": "^2.11.0",
"babel-eslint": "^10.0.1",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^7.7.0",
"eslint-webpack-plugin": "^2.4.0",
"husky": "^8.0.2",
"prettier": "^2.7.1",
"prettier": "^3.3.3",
"workbox-webpack-plugin": "^6.5.3"
},
"overrides": {
Expand Down
2 changes: 1 addition & 1 deletion quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = function (/* ctx */) {
vueRouterMode: "history", // available values: 'hash', 'history'
env: require("dotenv").config({ path: `.env.${process.env.NODE_ENV}.local` }).parsed,
scssLoaderOptions: {
additionalData: '@import "src/css/variables.scss";',
additionalData: "",
},
vueCompiler: true,
transpile: true,
Expand Down
Loading

0 comments on commit c044cb5

Please sign in to comment.