Skip to content

Commit

Permalink
Update node packages to latest builds
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnorwood committed Apr 1, 2024
1 parent c167aed commit 576a3ca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 48 deletions.
14 changes: 5 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "domain-swapper",
"displayName": "Domain Swapper",
"version": "2.0.0",
"version": "2.0.1",
"description": "Browser extension to allow swapping between hostnames quickly while preserving the rest of the URL ",
"author": "Adam Norwood <adam@adamnorwood.com>",
"scripts": {
Expand All @@ -15,23 +15,19 @@
"@dnd-kit/utilities": "^3.2.2",
"@plasmohq/redux-persist": "^6.1.0",
"@plasmohq/storage": "^1.9.3",
"@reduxjs/toolkit": "^2.2.2",
"lucide-react": "^0.363.0",
"@reduxjs/toolkit": "^2.2.3",
"lucide-react": "^0.364.0",
"nanoid": "^5.0.6",
"plasmo": "^0.85.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0",
"redux": "^5.0.1",
"redux-persist-webextension-storage": "^1.0.2",
"redux-thunk": "^3.1.0"
"redux-persist-webextension-storage": "^1.0.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@types/chrome": "^0.0.263",
"@types/node": "^20.12.2",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.23",
"prettier": "^3.2.5",
"typescript": "^5.4.3",
"utopia-core-scss": "^1.0.1"
Expand All @@ -41,7 +37,7 @@
"activeTab",
"storage"
],
"browser_specific_settings" : {
"browser_specific_settings": {
"gecko": {
"id": "{5ae60257-37eb-451f-ba4f-d37dbf6fa5c9}"
}
Expand Down
59 changes: 20 additions & 39 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 576a3ca

Please sign in to comment.