Skip to content

Commit

Permalink
refactor: fix build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed Apr 20, 2023
1 parent 26fa19a commit b7f5800
Show file tree
Hide file tree
Showing 8 changed files with 456 additions and 435 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@emotion/css": "^11.10.6",
"@parcel/packager-ts": "^2.8.3",
"@parcel/transformer-typescript-types": "2.8.3",
"@parcel/packager-ts": "2.8.2",
"@parcel/transformer-typescript-types": "2.8.2",
"@propeldata/release": "workspace:^",
"@types/chartjs": "^0.0.31",
"@types/css-modules": "^1.0.2",
"@types/eslint": "^7.28.0",
"@types/react": "^18.0.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"access": "public"
},
"devDependencies": {
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"dependencies": {
"dotenv": "^16.0.3",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"react-query": "^3.39.2"
},
"peerDependencies": {
Expand All @@ -27,7 +28,7 @@
"@graphql-codegen/typescript": "^2.3.0",
"@graphql-codegen/typescript-operations": "^2.2.0",
"@graphql-codegen/typescript-react-query": "^3.1.0",
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.4"
}
}
5 changes: 4 additions & 1 deletion packages/core/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
"access": "public"
},
"devDependencies": {
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
"chart.js": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/react/counter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"graphql-request": "^3.6.1"
},
"devDependencies": {
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/leaderboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql-request": "^3.6.1"
},
"devDependencies": {
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/time-series/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"graphql-request": "^3.6.1"
},
"devDependencies": {
"parcel": "^2.8.2",
"parcel": "2.8.2",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b7f5800

Please sign in to comment.