Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arianrhodsandlot committed Aug 9, 2023
1 parent 8b14284 commit 72878ef
Show file tree
Hide file tree
Showing 4 changed files with 1,880 additions and 1,890 deletions.
58 changes: 28 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
},
"dependencies": {
"@jridgewell/resolve-uri": "3.1.1",
"@material-design-icons/font": "0.14.6",
"@rmwc/button": "8.0.7",
"@rmwc/checkbox": "8.0.7",
"@rmwc/elevation": "8.0.7",
"@rmwc/icon": "8.0.7",
"@rmwc/radio": "8.0.7",
"@rmwc/slider": "8.0.7",
"@rmwc/typography": "8.0.7",
"@material-design-icons/font": "0.14.10",
"@rmwc/button": "8.0.8",
"@rmwc/checkbox": "8.0.8",
"@rmwc/elevation": "8.0.8",
"@rmwc/icon": "8.0.8",
"@rmwc/radio": "8.0.8",
"@rmwc/slider": "8.0.8",
"@rmwc/typography": "8.0.8",
"classnames": "2.3.2",
"github-fork-ribbon-css": "0.2.3",
"history": "5.3.0",
Expand All @@ -32,37 +32,35 @@
"process": "0.11.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.10.0",
"react-router-dom": "6.14.2",
"ress": "5.0.2",
"webextension-polyfill": "0.10.0"
},
"devDependencies": {
"@arianrhodsandlot/eslint-config": "0.5.0",
"@parcel/config-webextension": "2.8.3",
"@parcel/core": "2.8.3",
"@parcel/resolver-default": "2.8.3",
"@parcel/transformer-pug": "2.8.3",
"@parcel/transformer-sass": "2.8.3",
"@playwright/test": "1.32.3",
"@tsconfig/esm": "1.0.3",
"@arianrhodsandlot/eslint-config": "0.7.3",
"@parcel/config-webextension": "2.9.3",
"@parcel/core": "2.9.3",
"@parcel/resolver-default": "2.9.3",
"@parcel/transformer-pug": "2.9.3",
"@parcel/transformer-sass": "2.9.3",
"@playwright/test": "1.36.2",
"@tsconfig/esm": "1.0.4",
"@tsconfig/recommended": "1.0.2",
"@types/firefox-webext-browser": "111.0.1",
"@types/keymaster": "1.6.30",
"@types/lodash": "4.14.194",
"@types/node": "18.15.13",
"@types/lodash": "4.14.196",
"@types/node": "18.17.4",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"ava": "5.2.0",
"concurrently": "8.0.1",
"eslint": "8.39.0",
"parcel": "2.8.3",
"playwright": "1.32.3",
"@types/react": "18.2.19",
"@types/react-dom": "18.2.7",
"concurrently": "8.2.0",
"eslint": "8.46.0",
"parcel": "2.9.3",
"prismjs-components-importer": "0.2.0",
"tsx": "3.12.6",
"typescript": "5.0.4",
"web-ext": "7.6.1",
"zx": "7.2.1"
"tsx": "3.12.7",
"typescript": "5.1.6",
"web-ext": "7.6.2",
"zx": "7.2.3"
},
"sideEffects": [
"*.css"
Expand Down

0 comments on commit 72878ef

Please sign in to comment.