Skip to content

Commit

Permalink
refactor: revert stick in parcel version 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecadavid committed Jun 9, 2023
1 parent b7f5800 commit e4df976
Show file tree
Hide file tree
Showing 8 changed files with 2,476 additions and 2,130 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@babel/core": "^7.20.5",
"@emotion/css": "^11.10.6",
"@parcel/packager-ts": "2.8.2",
"@parcel/transformer-typescript-types": "2.8.2",
"@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",
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
2 changes: 1 addition & 1 deletion packages/core/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,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"
}
}
3 changes: 2 additions & 1 deletion packages/core/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"access": "public"
},
"devDependencies": {
"parcel": "2.8.2",
"chart.js": "^4.2.1",
"parcel": "^2.8.2",
"typescript": "^4.9.4"
},
"peerDependencies": {
Expand Down
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
4,589 changes: 2,467 additions & 2,122 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit e4df976

Please sign in to comment.