Skip to content

Commit

Permalink
chore: deps upgrade (#107)
Browse files Browse the repository at this point in the history
- dependencies upgrade
- v1.7.8
  • Loading branch information
e-krebs authored Aug 15, 2022
1 parent 67aef89 commit 7f1c27a
Show file tree
Hide file tree
Showing 3 changed files with 816 additions and 574 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pile",
"version": "1.7.7",
"version": "1.7.8",
"author": "Emmanuel Krebs <e-krebs@users.noreply.github.com>",
"license": "MIT",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"webext-prod": {}
},
"dependencies": {
"@react-aria/checkbox": "^3.4.1",
"@react-aria/textfield": "^3.6.1",
"@react-aria/visually-hidden": "^3.3.1",
"@react-stately/toggle": "^3.3.1",
"@react-aria/checkbox": "^3.5.0",
"@react-aria/textfield": "^3.7.0",
"@react-aria/visually-hidden": "^3.4.0",
"@react-stately/toggle": "^3.4.0",
"classnames": "^2.3.1",
"date-fns": "^2.29.1",
"lodash": "^4.17.21",
Expand All @@ -36,33 +36,33 @@
"react-query": "^3.39.2"
},
"devDependencies": {
"@e-krebs/react-library": "^0.0.19",
"@parcel/config-webextension": "^2.6.2",
"@parcel/core": "^2.6.2",
"@parcel/transformer-svg-react": "^2.6.2",
"@parcel/validator-typescript": "^2.6.2",
"@e-krebs/react-library": "^0.0.20",
"@parcel/config-webextension": "^2.7.0",
"@parcel/core": "^2.7.0",
"@parcel/transformer-svg-react": "^2.7.0",
"@parcel/validator-typescript": "^2.7.0",
"@tailwindcss/typography": "^0.5.4",
"@types/chrome": "^0.0.193",
"@types/express": "^4.17.13",
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/node": "^18.7.4",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"bestzip": "^2.2.1",
"eslint": "^8.20.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint": "^8.22.0",
"eslint-import-resolver-typescript": "^3.4.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"parcel": "^2.6.2",
"postcss": "^8.4.14",
"parcel": "^2.7.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"prettier-plugin-tailwindcss": "^0.1.13",
"querystring-es3": "^0.2.1",
"rimraf": "^3.0.2",
"tailwindcss": "^3.1.6",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
},
"alias": {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "pile",
"description": "pile",
"version": "1.7.7",
"version": "1.7.8",
"icons": {
"16": "./content/icons/icon-16.png",
"48": "./content/icons/icon-48.png",
Expand Down
Loading

0 comments on commit 7f1c27a

Please sign in to comment.