Skip to content

Commit

Permalink
Merge pull request #64 from janrito/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
janrito authored Oct 17, 2022
2 parents a3d43f4 + 9abbab7 commit 8881405
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 270 deletions.
9 changes: 9 additions & 0 deletions .postcssrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"plugins": {
"postcss-custom-properties": true,
"postcss-import": true,
"postcss-nested": true,
"postcss-url": true,
"tailwindcss": "tailwind.config.js"
}
}
8 changes: 1 addition & 7 deletions .terserrc
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
{
"mangle": false,
"output": {
"beautify": true,
"indent_level": 2
}
}
{}
424 changes: 183 additions & 241 deletions package-lock.json

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,33 +61,31 @@
"@parcel/transformer-posthtml": "^2.7.0",
"@parcel/transformer-webextension": "^2.7.0",
"autoprefixer": "^10.4.12",
"cssnano": "^5.1.13",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.1",
"eslint-plugin-promise": "^6.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"lodash": "^4.17.21",
"npm-run-all": "^4.1.5",
"parcel": "^2.7.0",
"parcel-transformer-svelte": "^1.2.3",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"postcss-custom-properties": "^12.1.9",
"postcss-fontpath": "^1.0.0",
"postcss-import": "^15.0.0",
"postcss-url": "^10.1.3",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.1",
"stylelint": "^14.13.0",
"prettier-plugin-svelte": "^2.8.0",
"stylelint": "^14.14.0",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^28.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^2.0.0",
"stylelint-processor-styled-components": "^1.10.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.1",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-dnd-action": "^0.9.20",
"svelte-preprocess": "^4.10.7",
"tailwindcss": "^3.1.8"
Expand Down
11 changes: 0 additions & 11 deletions postcss.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion source/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const toggleSettings = () => {
</div>
<div class="h-full flex-grow">
<p class="ml-3 text-xs font-extralight text-gray-500">
<a class="" href="https://pinboard.in/" target="_blank">pinboard</a>
<a class="" href="https://pinboard.in/" target="_blank" rel="noreferrer">pinboard</a>
</p>
</div>
<div class="flex-none w-56 h-full">
Expand Down
2 changes: 1 addition & 1 deletion source/components/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $: currentTab = tabs.find(tab => tab.id === currentTabId);

<p class="text-xs">
You can find this in your
<a target="_blank" href="https://pinboard.in/settings/password"
<a target="_blank" href="https://pinboard.in/settings/password" rel="noreferrer"
>pinboard password settings</a
>.
</p>
Expand Down

0 comments on commit 8881405

Please sign in to comment.