saleor-apps-redis_apl/packages/ui/package.json
Lukasz Ostrowski 2d77bca353
Update nextjs to 13.4.8 (#720)
* Update nextjs to 13.4.8

* Update .changeset/neat-queens-draw.md

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>

---------

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-07-04 12:43:57 +02:00

28 lines
616 B
JSON

{
"name": "@saleor/apps-ui",
"version": "1.1.2",
"scripts": {
"lint:fix": "eslint --fix ."
},
"dependencies": {
"eslint": "8.42.0",
"typescript": "5.1.3"
},
"devDependencies": {
"@saleor/app-sdk": "0.41.0",
"@saleor/macaw-ui": "0.8.0-pre.95",
"@types/react": "18.2.5",
"@types/react-dom": "18.2.5",
"eslint-config-saleor": "workspace:*",
"next": "13.4.8",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"main": "index.ts",
"peerDependencies": {
"@saleor/app-sdk": "0.40.1",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0"
}
}