Skip to content

Commit

Permalink
chore: update dependencies and fix import order in define.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Oct 4, 2024
1 parent 6e17671 commit 1fb6d9b
Show file tree
Hide file tree
Showing 3 changed files with 1,807 additions and 1,685 deletions.
2 changes: 1 addition & 1 deletion define.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'node:fs'
import { spawnSync } from 'node:child_process'
import fs from 'node:fs'
import packageJson from './package.json'

// Read CHANGELOG.md file into a string.
Expand Down
64 changes: 32 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,47 +23,47 @@
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"marked": "^14.0.0",
"pinia": "^2.2.2",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"marked": "^14.1.2",
"pinia": "^2.2.4",
"vue": "^3.5.11",
"vue-router": "^4.4.5",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.26.0",
"@antfu/eslint-config": "^3.7.3",
"@crxjs/vite-plugin": "^2.0.0-beta.25",
"@iconify-json/mdi": "^1.1.68",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@types/eslint": "^9.6.0",
"@types/node": "^22.4.1",
"@types/webextension-polyfill": "^0.12.0",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.38",
"@vueuse/core": "^11.0.1",
"@iconify-json/mdi": "^1.2.0",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/node": "^22.7.4",
"@types/webextension-polyfill": "^0.12.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/compiler-sfc": "^3.5.11",
"@vueuse/core": "^11.1.0",
"autoprefixer": "^10.4.20",
"chrome-types": "^0.1.300",
"concurrently": "^8.2.2",
"chrome-types": "^0.1.307",
"concurrently": "^9.0.1",
"cross-env": "^7.0.3",
"daisyui": "^4.12.10",
"eslint": "^9.9.0",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"daisyui": "^4.12.11",
"eslint": "^9.11.1",
"globals": "^15.10.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.77.8",
"tailwindcss": "^3.4.10",
"terser": "^5.31.6",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.18.2",
"unplugin-icons": "^0.19.2",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.7",
"vite": "^5.4.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.8",
"vite-plugin-pages": "^0.32.3",
"vite-plugin-vue-devtools": "^7.3.8",
"vue-tsc": "^2.0.29",
"web-ext": "^8.2.0",
"vite-plugin-vue-devtools": "^7.4.6",
"vue-tsc": "^2.1.6",
"web-ext": "^8.3.0",
"webext-bridge": "^6.0.1"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 1fb6d9b

Please sign in to comment.