Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <[email protected]>
  • Loading branch information
Manuel Ruck authored and ManAnRuck committed May 30, 2024
1 parent a186c8c commit 956921f
Show file tree
Hide file tree
Showing 28 changed files with 3,302 additions and 5,371 deletions.
32 changes: 16 additions & 16 deletions bundestag.io/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,36 +9,36 @@
"codegen": "graphql-codegen --require dotenv/config --config codegen.ts dotenv_config_path=.env.local"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@apollo/client": "^3.9.10",
"@ant-design/icons": "^5.3.7",
"@apollo/client": "^3.10.4",
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@graphql-typed-document-node/core": "^3.2.0",
"antd": "5.16.1",
"axios": "^1.6.8",
"axios": "^1.7.2",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"next": "^14.2.2",
"next": "^14.2.3",
"next-auth": "^4.24.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^6.1.8"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@babel/register": "^7.23.7",
"@babel/core": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/register": "^7.24.6",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@types/node": "^20.12.6",
"@types/react": "^18.2.75",
"@types/node": "^20.12.13",
"@types/react": "^18.3.3",
"@types/request": "^2.48.12",
"@types/styled-components": "^5.1.34",
"@vanilla-extract/css": "^1.14.2",
"@vanilla-extract/next-plugin": "^2.4.0",
"@vanilla-extract/css": "^1.15.2",
"@vanilla-extract/next-plugin": "^2.4.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
}
}
12 changes: 6 additions & 6 deletions bundestag.io/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"generate": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@apollo/server": "^4.10.4",
"@democracy-deutschland/bundestag.io-definitions": "1.0.2",
"@democracy-deutschland/bundestagio-common": "workspace:*",
"@graphql-tools/merge": "^9.0.0",
"@graphql-tools/schema": "^10.0.0",
"@graphql-tools/utils": "^10.0.8",
"@graphql-tools/merge": "^9.0.4",
"@graphql-tools/schema": "^10.0.4",
"@graphql-tools/utils": "^10.2.1",
"axios": "1.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
Expand All @@ -42,7 +42,7 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@types/graphql-date": "1.0.8",
"@types/lodash": "4.14.200",
Expand All @@ -52,7 +52,7 @@
"jest": "29.7.0",
"prettier": "3.0.3",
"ts-unused-exports": "10.0.1",
"tsx": "^4.8.2",
"tsx": "^4.11.0",
"typescript": "5.2.2"
}
}
10 changes: 5 additions & 5 deletions common/bundestagio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.4",
"ts-unused-exports": "^10.0.1",
"typescript": "^5.2.2"
"@types/jsonwebtoken": "^9.0.6",
"ts-unused-exports": "^10.1.0",
"typescript": "^5.4.5"
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@types/cron": "^2.4.0",
"cron": "^3.1.3",
"cron": "^3.1.7",
"jsonwebtoken": "^9.0.2",
"mongoosastic": "^4.6.0",
"mongoose": "6.0.12",
"mongoose-diff-history": "mimani/mongoose-diff-history#master",
"mongoose-diff-history": "github:mimani/mongoose-diff-history#master",
"omit-deep": "^0.3.0",
"ts-mongoose": "^0.0.24"
}
Expand Down
6 changes: 3 additions & 3 deletions common/democracy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"prepublish": "pnpm build"
},
"devDependencies": {
"typescript": "^5.2.2"
"typescript": "^5.4.5"
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.2",
"@types/cron": "^2.4.0",
"@types/mongoose": "^5.11.97",
"cron": "^3.1.3",
"cron": "^3.1.7",
"mongoose": "6.0.12",
"ts-mongoose": "^0.0.24",
"ts-unused-exports": "^10.0.1",
"ts-unused-exports": "^10.1.0",
"tsup": "^7.2.0",
"tsup-config": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion democracy/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"cssnano": "7.0.1",
"eslint": "8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
"husky": "9.0.11",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
"infra:start": "minikube start -p mk-democracy"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"eslint": "^8.55.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.1",
"turbo": "^1.11.1"
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5",
"turbo": "^1.13.3"
}
}
2 changes: 1 addition & 1 deletion packages/tsup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"@swc/core": "^1.3.93",
"@swc/core": "^1.5.24",
"tsup": "^7.2.0"
},
"scripts": {
Expand Down
Loading

0 comments on commit 956921f

Please sign in to comment.