Skip to content

Commit

Permalink
Add functions to process the Saleor webhooks (#100)
Browse files Browse the repository at this point in the history
* Add functions to process the saleor webhooks

Co-authored-by: Lukasz Ostrowski <[email protected]>
  • Loading branch information
krzysztofwolski and lkostrowski authored Nov 3, 2022
1 parent 6e389db commit e439438
Show file tree
Hide file tree
Showing 14 changed files with 3,480 additions and 3,154 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,32 +19,33 @@
"author": "",
"license": "ISC",
"peerDependencies": {
"next": "^12",
"react": ">=17",
"react-dom": ">=17",
"next": "^12"
"react-dom": ">=17"
},
"dependencies": {
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"graphql": "^16.6.0",
"jose": "^4.9.2",
"node-fetch": "^2.6.7",
"raw-body": "^2.5.1",
"retes": "^0.33.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.23.2",
"node-mocks-http": "^1.11.0",
"next": "^12.3.0",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.4.0",
"@types/debug": "^4.1.7",
"@types/node": "^18.7.15",
"@types/node-fetch": "^2.6.2",
"@types/react": "18.0.21",
"@types/react-dom": "^18.0.5",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.23.2",
"clean-publish": "^4.0.1",
"eslint": "8.23.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -57,18 +58,17 @@
"eslint-plugin-simple-import-sort": "^8.0.0",
"husky": "^8.0.1",
"jsdom": "^20.0.0",
"next": "^12.3.0",
"node-mocks-http": "^1.11.0",
"prettier": "2.7.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"release-it": "^15.4.1",
"tsm": "^2.2.2",
"tsup": "^6.2.3",
"typescript": "^4.8.2",
"vite": "^3.1.0",
"vitest": "^0.23.1",
"watchlist": "^0.3.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"@types/react": "18.0.21",
"@types/react-dom": "^18.0.5"
"vitest": "^0.23.1"
},
"lint-staged": {
"*.{js,ts,tsx}": "eslint --cache --fix",
Expand Down
Loading

0 comments on commit e439438

Please sign in to comment.