Skip to content

Commit

Permalink
chore(extension): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikicat committed Nov 27, 2022
1 parent fff5fe4 commit c86ac85
Show file tree
Hide file tree
Showing 3 changed files with 501 additions and 500 deletions.
30 changes: 15 additions & 15 deletions extensions/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,37 +14,37 @@
"package-clean": "rm -rf ../firefox ../chrome && $npm_execpath run build && $npm_execpath run package"
},
"devDependencies": {
"@guanghechen/rollup-plugin-copy": "^2.1.0",
"@guanghechen/rollup-plugin-copy": "^2.1.4",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^14.1.0",
"@rollup/plugin-replace": "^4.0.0",
"@sveltejs/vite-plugin-svelte": "^1.0.5",
"@sveltejs/vite-plugin-svelte": "^1.3.1",
"@vitejs/plugin-react": "~1.2.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.26.0",
"eslint": "^8.28.0",
"eslint-plugin-no-unsanitized": "github:mozilla/eslint-plugin-no-unsanitized",
"history": "^5.3.0",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"standard-version": "^9.5.0",
"svelte": "^3.0.0",
"svelte": "^3.53.1",
"svelte-navigator": "^3.2.2",
"typescript": "^4.1.2",
"vite": "^3",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"webextension-polyfill": "^0.7.0"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/free-regular-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@lottiefiles/svelte-lottie-player": "github:donate4fun/svelte-lottie-player",
"lottie-web": "^5.9.6",
"sirv-cli": "^1.0.0",
"svelte-confetti": "^1.2.0",
"sirv-cli": "^1.0.14",
"svelte-confetti": "^1.2.2",
"svelte-fa": "^3.0.3"
}
}
Loading

0 comments on commit c86ac85

Please sign in to comment.