Skip to content

Commit

Permalink
chore: upgrade deps and fix rollup conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ubermanu committed Apr 4, 2023
1 parent d6b5460 commit 0ccf801
Show file tree
Hide file tree
Showing 3 changed files with 1,352 additions and 1,727 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
"zip": "pnpm run build && web-ext build --source-dir ./dist/ --overwrite-dest"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@ubermanu/prettier-config": "^1.7.1",
"@webcomponents/custom-elements": "^1.5.1",
"format-message": "^6.2.3",
"pngquant": "^3.1.0",
"postcss": "^8.2.14",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"@webcomponents/custom-elements": "^1.6.0",
"format-message": "^6.2.4",
"pngquant": "^4.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-manifest-json": "^1.7.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-svelte": "^7.1.4",
"rollup-plugin-svg": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.55.1",
"svelte-intl": "^1.1.3",
"svgo": "^1.3.2",
"web-ext": "^7.2.0",
"webext-base-css": "^1.4.2"
"svelte": "^3.58.0",
"svelte-intl": "^1.1.4",
"svgo": "^3.0.2",
"web-ext": "^7.6.0",
"webext-base-css": "^1.4.3"
}
}
Loading

0 comments on commit 0ccf801

Please # to comment.