Skip to content

Commit

Permalink
chore(deps): upgrade most deps up to major version
Browse files Browse the repository at this point in the history
Old version kept:
- bootstrap-icons, 1.9 changed scss to use variables in font urls which
  broke compatibility with vite's scss processing. bootstrap-icons seems
  to have valid scss, so the actual problem is with Vite (and sass not
  supporting url rewriting). Importing bootstrap-icons.css could be used
  as a workaround. See:
  - twbs/icons#1381
  - vitejs/vite#7651
  - sass/sass#1015
  - sass/sass#2535
  - sass/sass#2927

Updated only up to minor version:
- @types/node, still using Node 16 as it's the latest LTS at this time
  • Loading branch information
jarham committed Aug 25, 2022
1 parent 74584fc commit 1c4a8b2
Show file tree
Hide file tree
Showing 2 changed files with 573 additions and 508 deletions.
42 changes: 21 additions & 21 deletions package.json
Expand Up @@ -31,56 +31,56 @@
"updates:update-minor": "pnpm dlx npm-check-updates --target minor -u"
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.1.3",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.0",
"bootstrap-icons": "^1.8.3",
"file-saver": "^2.0.5",
"flat": "^5.0.2",
"htmlparser2": "^8.0.1",
"markdown-it": "^13.0.1",
"mustache": "^4.2.0",
"pinia": "^2.0.14",
"sass": "^1.53.0",
"pinia": "^2.0.20",
"sass": "^1.54.5",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-i18n": "^9.2.2",
"vuedraggable": "4.1.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@rollup/plugin-yaml": "^3.1.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/bootstrap": "^5.1.12",
"@types/bootstrap": "^5.2.3",
"@types/file-saver": "^2.0.5",
"@types/flat": "^5.0.2",
"@types/markdown-it": "^12.2.3",
"@types/mustache": "^4.1.3",
"@types/node": "^16.11.41",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-vue": "^2.3.3",
"@types/mustache": "^4.2.1",
"@types/node": "^16.11.56",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"commitizen": "^4.2.4",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.18.0",
"eslint-plugin-prettier": "^4.1.0",
"eslint-plugin-vue": "^9.1.1",
"eslint": "^8.22.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"fast-glob": "^3.2.11",
"husky": "^8.0.1",
"joi": "^17.6.0",
"prettier": "^2.7.1",
"pug": "^3.0.2",
"rollup": "^2.75.7",
"rollup": "^2.78.1",
"rollup-plugin-string": "^3.0.0",
"semantic-release": "^19.0.3",
"semantic-release": "^19.0.5",
"typescript": "^4.7.4",
"vite": "^2.9.13",
"vue-tsc": "^0.38.2",
"vite": "^3.0.9",
"vue-tsc": "^0.40.1",
"yaml": "^2.1.1",
"yargs": "^17.5.1"
}
Expand Down

0 comments on commit 1c4a8b2

Please sign in to comment.