Skip to content

Commit 102fd8e

Browse files
authored
Resolve Netlify build errors (#30)
1 parent 96197aa commit 102fd8e

File tree

7 files changed

+74
-600
lines changed

7 files changed

+74
-600
lines changed

composable-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"jest": "^29.4.0",
7171
"jest-environment-jsdom": "^29.4.0",
7272
"tsconfig": "workspace:*",
73-
"typescript": "^4.9.5"
73+
"typescript": "^4.5.5"
7474
}
7575
}

packages/klevu/package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,21 @@
1212
},
1313
"dependencies": {
1414
"@composable/types": "workspace:*",
15-
"@chakra-ui/react": "^2.8.0",
1615
"@klevu/core": "^5.0.0",
1716
"@klevu/ui": "^2.0.0",
18-
"@klevu/ui-react": "^2.0.0",
19-
"react": "^18.2.0",
20-
"next": "^13.3.1"
17+
"@klevu/ui-react": "^2.0.0"
2118
},
2219
"devDependencies": {
23-
"@types/node": "^18.18.9",
24-
"@types/qs": "^6.9.10",
25-
"@types/react": "^18.2.37",
20+
"@types/node": "^18.6.3",
21+
"@types/qs": "^6.9.7",
22+
"@types/react": "^18.0.15",
2623
"eslint-config-custom": "workspace:*",
2724
"tsconfig": "workspace:*",
28-
"typescript": "^4.9.5"
25+
"typescript": "^4.5.5"
26+
},
27+
"peerDependencies": {
28+
"react": "^18.2.0",
29+
"next": "^13.3.1",
30+
"@chakra-ui/react": "^2.8.0"
2931
}
3032
}

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@emotion/react": "^11.9.3",
3232
"@emotion/styled": "^11.9.3",
3333
"@types/react": "^18.0.15",
34-
"next": "^13.1.4",
34+
"next": "^13.1.1",
3535
"react": "^18.2.0",
3636
"react-hook-form": "^7.34.2",
3737
"react-icons": "^4.4.0",

packages/voucherify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"eslint-config-custom": "workspace:*",
1919
"ts-node": "^10.9.1",
2020
"tsconfig": "workspace:*",
21-
"typescript": "^4.9.5"
21+
"typescript": "^4.5.5"
2222
}
2323
}

0 commit comments

Comments
 (0)