Skip to content

Commit

Permalink
Update dependencies to latest major + css fix
Browse files Browse the repository at this point in the history
  • Loading branch information
neobooru committed Dec 29, 2023
1 parent 828e8c5 commit b4e63c8
Show file tree
Hide file tree
Showing 4 changed files with 1,963 additions and 3,444 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"byte-size": "^8.1.1",
"deepmerge": "^4.3.1",
"lodash": "^4.17.21",
"markdown-it": "^13.0.2",
"markdown-it": "^14.0.0",
"neo-scraper": "^0.7.3",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
Expand All @@ -46,34 +46,34 @@
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@types/byte-size": "^8.1.2",
"@types/fs-extra": "^9.0.13",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.19.3",
"@types/webextension-polyfill": "^0.9.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@vitejs/plugin-vue": "^3.2.0",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.10.5",
"@types/webextension-polyfill": "^0.10.7",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@vitejs/plugin-vue": "^5.0.1",
"@vue/compiler-sfc": "^3.4.0",
"@vue/test-utils": "^2.4.3",
"@vueuse/core": "^9.13.0",
"@vueuse/core": "^10.7.1",
"chokidar": "^3.5.3",
"cross-env": "^7.0.3",
"crx": "^5.0.1",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"jsdom": "^20.0.3",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"jsdom": "^23.0.1",
"kolorist": "^1.8.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.1.1",
"rimraf": "^3.0.2",
"sass": "^1.69.6",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.23.0",
"vite": "^3.2.7",
"vitest": "^0.25.8",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vue": "^3.4.0",
"vue-eslint-parser": "^9.3.2",
"web-ext": "^7.9.0",
Expand Down
Loading

0 comments on commit b4e63c8

Please sign in to comment.