Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanLopes committed Dec 27, 2024
1 parent 4daf504 commit 2763085
Show file tree
Hide file tree
Showing 5 changed files with 1,860 additions and 521 deletions.
934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.3.cjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarnPath: .yarn/releases/yarn-4.5.3.cjs
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@
"format": "prettier --write src/"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"js-yaml-loader": "^1.2.2",
"marked": "^14.1.2",
"vue": "^3.5.9",
"vue-router": "^4.4.5"
"marked": "^15.0.4",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"prettier": "^3.3.3",
"sass": "^1.79.3",
"vite": "^5.4.8",
"vite-plugin-vue-devtools": "^7.4.6"
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"vite": "^6.0.6",
"vite-plugin-vue-devtools": "^7.6.8"
},
"volta": {
"node": "22.9.0",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default defineConfig({
preprocessorOptions: {
scss: {
quietDeps: true,
silenceDeprecations: ['legacy-js-api'],
silenceDeprecations: ['legacy-js-api', 'import'],
additionalData: `
@import 'bootstrap/scss/functions';
@import '@/assets/scss/_variables.scss';
Expand Down
Loading

0 comments on commit 2763085

Please sign in to comment.