Skip to content

Commit fa5e251

Browse files
authored
release v0.5.4 (#135)
1 parent fa52b44 commit fa5e251

File tree

16 files changed

+3649
-1878
lines changed

16 files changed

+3649
-1878
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.4 (November 22, 2022)
4+
5+
- Update all dependencies
6+
- Fix: remove `graphql-ast-types-browser` dependency
7+
38
## 0.5.3 (August 16, 2022)
49

510
- Feature: distinct_on support (#124), thanks to @bharatkashyap

example/docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
postgres:
3-
image: postgres:14
3+
image: postgres:15
44
restart: always
55
volumes:
66
- db_data:/var/lib/postgresql/data
@@ -11,7 +11,7 @@ services:
1111
POSTGRES_PASSWORD: postgrespassword
1212

1313
graphql-engine:
14-
image: hasura/graphql-engine:v2.8.4.cli-migrations-v3
14+
image: hasura/graphql-engine:v2.15.1.cli-migrations-v3
1515
volumes:
1616
- ./hasura/migrations:/hasura-migrations
1717
- ./hasura/metadata:/hasura-metadata

example/package-lock.json

Lines changed: 928 additions & 687 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,22 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@testing-library/jest-dom": "^5.16.4",
7-
"@testing-library/react": "^13.3.0",
8-
"@testing-library/user-event": "^14.3.0",
9-
"@types/jest": "^28.1.6",
10-
"@types/node": "^18.6.1",
11-
"@types/react": "^18.0.15",
12-
"@types/react-dom": "^18.0.6",
13-
"graphql": "^16.5.0",
14-
"ra-data-hasura": "^0.5.1",
6+
"@apollo/client": "^3.7.1",
7+
"@testing-library/jest-dom": "^5.16.5",
8+
"@testing-library/react": "^13.4.0",
9+
"@testing-library/user-event": "^14.4.3",
10+
"@types/jest": "^29.2.3",
11+
"@types/node": "^18.11.9",
12+
"@types/react": "^18.0.25",
13+
"@types/react-dom": "^18.0.9",
14+
"graphql": "^15.6.0",
15+
"ra-data-hasura": "^0.5.3",
1516
"react": "^18.2.0",
16-
"react-admin": "^4.2.4",
17+
"react-admin": "^4.5.2",
1718
"react-dom": "^18.2.0",
1819
"react-scripts": "5.0.1",
19-
"typescript": "^4.7.4",
20-
"web-vitals": "^3.0.0-rc.0"
20+
"typescript": "^4.9.3",
21+
"web-vitals": "^3.1.0"
2122
},
2223
"scripts": {
2324
"start": "react-scripts start",

0 commit comments

Comments
 (0)