Skip to content

Commit

Permalink
chore: update dependency to handle sass deprecation with quasar 2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrovetti committed Dec 16, 2024
1 parent c0b4c40 commit 7419689
Show file tree
Hide file tree
Showing 3 changed files with 1,128 additions and 267 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# IDE
.vscode
.idea

# Quasar generated
.quasar
Expand Down Expand Up @@ -87,4 +88,4 @@ docs/.vitepress/cache
docs/.vitepress/dist

# Exports
tmp
tmp
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@kalisio/feathers-s3": "^1.5.0",
"@kalisio/feathers-webpush": "^1.0.1",
"@pdfme/ui": "^5.2.0",
"@quasar/extras": "^1.16.3",
"@quasar/extras": "^1.16.15",
"@thumbmarkjs/thumbmarkjs": "^0.16.1",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
Expand Down Expand Up @@ -100,7 +100,7 @@
"password-generator": "^2.3.2",
"path-browserify": "^1.0.1",
"pinch-zoom-element": "^1.1.1",
"quasar": "^2.12.0",
"quasar": "^2.17.5",
"sanitize-html": "^2.7.0",
"showdown": "^2.1.0",
"sift": "^16.0.0",
Expand All @@ -114,7 +114,7 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.14",
"@quasar/app-webpack": "^3.9.2",
"@quasar/app-webpack": "^3.15.1",
"c8": "^7.11.3",
"chai": "^4.3.6",
"chai-lint": "^0.1.1",
Expand Down
Loading

0 comments on commit 7419689

Please sign in to comment.