Skip to content

Commit

Permalink
fix: package proble, use pnpm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
aboutmydreams committed Jul 30, 2023
1 parent 72cdc02 commit a64b3eb
Show file tree
Hide file tree
Showing 5 changed files with 11,460 additions and 7,226 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@
"dependencies": {
"@eduardoac-skimlinks/webext-redux": "3.0.1-release-candidate",
"@reduxjs/toolkit": "1.8.4",
"@types/redux-thunk": "2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "7.2.8",
"redux-persist-webextension-storage": "1.0.2",
"redux-thunk": "2.4.2",
"reduxjs-toolkit-persist": "7.2.1",
"webextension-polyfill": "0.9.0"
},
Expand All @@ -50,7 +52,9 @@
"@types/lodash": "4.14.182",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-redux": "7.1.25",
"@types/redux-persist-webextension-storage": "1.0.0",
"@types/testing-library__jest-dom": "5.14.9",
"@types/webextension-polyfill": "0.9.0",
"@typescript-eslint/eslint-plugin": "5.31.0",
"@typescript-eslint/parser": "5.31.0",
Expand Down Expand Up @@ -79,12 +83,8 @@
"stylelint-config-standard": "26.0.0",
"tailwindcss": "3.1.8",
"ts-jest": "28.0.7",
"ts-node": "10.9.1",
"typescript": "4.7.4",
"vite": "2.9.14"
},
"config": {
"commitizen": {
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
}
}
}
Loading

0 comments on commit a64b3eb

Please sign in to comment.