Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darkbasic committed Dec 6, 2023
1 parent f7b5b72 commit ddf9bfb
Show file tree
Hide file tree
Showing 11 changed files with 719 additions and 800 deletions.
2 changes: 1 addition & 1 deletion examples/accounts-microservice/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@graphql-tools/wrap": "10.0.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.0.0",
"graphql-yoga": "5.0.1",
"lodash": "4.17.21",
"node-fetch": "2.7.0",
"tslib": "2.6.2"
Expand Down
16 changes: 8 additions & 8 deletions examples/graphql-server-mikro-orm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@
"@envelop/graphql-modules": "6.0.0",
"@graphql-tools/merge": "9.0.1",
"@graphql-tools/schema": "10.0.2",
"@mikro-orm/cli": "6.0.0-dev.220",
"@mikro-orm/core": "6.0.0-dev.220",
"@mikro-orm/entity-generator": "6.0.0-dev.220",
"@mikro-orm/knex": "6.0.0-dev.220",
"@mikro-orm/migrations": "6.0.0-dev.220",
"@mikro-orm/postgresql": "6.0.0-dev.220",
"@mikro-orm/reflection": "6.0.0-dev.220",
"@mikro-orm/cli": "6.0.0-dev.234",
"@mikro-orm/core": "6.0.0-dev.234",
"@mikro-orm/entity-generator": "6.0.0-dev.234",
"@mikro-orm/knex": "6.0.0-dev.234",
"@mikro-orm/migrations": "6.0.0-dev.234",
"@mikro-orm/postgresql": "6.0.0-dev.234",
"@mikro-orm/reflection": "6.0.0-dev.234",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.0.0",
"graphql-yoga": "5.0.1",
"tslib": "2.6.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typeorm-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dotenv": "16.3.1",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-yoga": "5.0.0",
"graphql-yoga": "5.0.1",
"pg": "8.11.3",
"tslib": "2.6.2",
"typeorm": "0.3.17"
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-server-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e",
"graphql-tag": "2.12.6",
"graphql-yoga": "5.0.0",
"graphql-yoga": "5.0.1",
"helmet": "^7.1.0",
"mongoose": "8.0.2",
"tslib": "2.6.2"
Expand Down
18 changes: 9 additions & 9 deletions examples/react-graphql-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@apollo/client": "3.8.8",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/material": "5.14.19",
"@mui/styles": "5.14.19",
"@mui/material": "5.14.20",
"@mui/styles": "5.14.20",
"graphql": "16.8.1",
"graphql-tag": "2.12.6",
"qrcode.react": "3.1.0",
Expand All @@ -32,18 +32,18 @@
"devDependencies": {
"@levminer/speakeasy": "1.4.2",
"@types/qrcode.react": "1.0.5",
"@types/react": "^18.2.39",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite": "^5.0.6",
"web-vitals": "3.5.0"
}
}
20 changes: 10 additions & 10 deletions examples/react-rest-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.154",
"@mui/material": "5.14.19",
"@mui/styles": "5.14.19",
"@mui/lab": "5.0.0-alpha.155",
"@mui/material": "5.14.20",
"@mui/styles": "5.14.20",
"formik": "2.4.5",
"qrcode.react": "3.1.0",
"react": "^18.2.0",
Expand All @@ -32,18 +32,18 @@
"@accounts/types": "^0.33.2",
"@levminer/speakeasy": "1.4.2",
"@types/qrcode.react": "1.0.5",
"@types/react": "^18.2.39",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/react-router": "5.1.20",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.54.0",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"eslint-plugin-react-refresh": "^0.4.5",
"typescript": "^5.3.2",
"vite": "^5.0.4",
"vite": "^5.0.6",
"web-vitals": "3.5.0"
}
}
4 changes: 2 additions & 2 deletions modules/module-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@accounts/module-core": "^0.34.0",
"@accounts/server": "^0.33.1",
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.0-dev.220",
"@mikro-orm/migrations": "6.0.0-dev.220",
"@mikro-orm/core": "6.0.0-dev.234",
"@mikro-orm/migrations": "6.0.0-dev.234",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,20 @@
"devDependencies": {
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.1",
"@types/jest": "29.5.10",
"@types/node": "20.10.1",
"@typescript-eslint/eslint-plugin": "6.13.1",
"@typescript-eslint/parser": "6.13.1",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"@types/jest": "29.5.11",
"@types/node": "20.10.3",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lerna": "8.0.0",
"lint-staged": "15.1.0",
"nodemon": "3.0.1",
"lint-staged": "15.2.0",
"nodemon": "3.0.2",
"prettier": "3.1.0",
"rimraf": "5.0.5",
"ts-jest": "29.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-mikro-orm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@accounts/types": "^0.33.2",
"@mikro-orm/core": "6.0.0-dev.220",
"@mikro-orm/core": "6.0.0-dev.234",
"@types/lodash": "4.14.202",
"graphql": "16.8.1",
"graphql-modules": "3.0.0-alpha-20231106133212-0b04b56e"
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "3.0.0",
"@docusaurus/core": "3.0.1",
"@docusaurus/preset-classic": "3.0.1",
"docusaurus-plugin-fathom": "1.2.0",
"docusaurus-plugin-typedoc-api": "4.0.1",
"react": "18.2.0",
Expand All @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@types/react": "18.2.39",
"@types/react": "18.2.42",
"typescript": "5.3.2"
}
}
Loading

0 comments on commit ddf9bfb

Please sign in to comment.