Skip to content

Commit

Permalink
chore(deps): update all devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 21, 2024
1 parent 4fa4f35 commit 877df35
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 111 deletions.
20 changes: 10 additions & 10 deletions development/client-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@angular/common": "17.3.12",
"@angular/compiler": "17.3.12",
"@angular/core": "17.3.12",
"@angular/platform-browser": "17.3.12",
"@angular/platform-browser-dynamic": "17.3.12",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@apollo/client": "3.11.10",
"apollo-angular": "7.2.1",
"apollo-angular": "8.0.0",
"graphql": "16.9.0",
"graphql-ws": "5.16.0",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.14.7",
"@angular-devkit/build-angular": "17.3.11",
"@angular/cli": "17.3.11",
"@angular/compiler-cli": "17.3.12",
"@types/node": "20.14.10",
"@angular-devkit/build-angular": "19.0.6",
"@angular/cli": "19.0.6",
"@angular/compiler-cli": "19.0.5",
"@types/node": "22.10.2",
"ts-node": "10.9.2",
"tslint": "6.1.3",
"typescript": "5.4.5"
Expand Down
12 changes: 6 additions & 6 deletions development/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@types/classnames": "^2.2.10",
"@types/jest": "^29.5.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"classnames": "^2.2.6",
"graphql": "^16.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.4"
"typescript": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
106 changes: 25 additions & 81 deletions development/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion development/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@apollo/datasource-rest": "^6.0.0",
"@apollo/server": "^4.3.0",
"graphql": "^16.6.0",
"lowdb": "^1.0.0",
"lowdb": "^7.0.0",
"nodemon": "3.1.9"
}
}
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,23 +90,23 @@
"@types/chrome": "0.0.287",
"@types/eslint__js": "8.42.3",
"@types/jest": "29.5.14",
"@types/react": "18.3.18",
"@types/react": "19.0.2",
"@types/react-copy-to-clipboard": "5.0.7",
"@types/react-dom": "18.3.5",
"@types/react-dom": "19.0.2",
"@types/webextension-polyfill": "0.10.7",
"@types/zen-observable": "0.8.7",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"archiver": "7.0.1",
"autoprefixer": "10.4.20",
"copy-webpack-plugin": "12.0.2",
"css-loader": "6.11.0",
"eslint": "8.57.1",
"css-loader": "7.1.2",
"eslint": "9.17.0",
"eslint-plugin-jest-dom": "5.4.0",
"eslint-plugin-react": "7.34.3",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-testing-library": "6.2.2",
"globals": "14.0.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "7.1.1",
"globals": "15.14.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-matchmedia-mock": "1.1.0",
Expand All @@ -116,19 +116,19 @@
"postcss-loader": "8.1.1",
"prettier": "3.3.2",
"resize-observer-polyfill": "1.5.1",
"rimraf": "5.0.10",
"style-loader": "3.3.4",
"rimraf": "6.0.1",
"style-loader": "4.0.0",
"tailwindcss": "3.4.17",
"terser-webpack-plugin": "5.3.11",
"ts-jest": "29.1.5",
"ts-loader": "9.5.1",
"tsx": "4.11.0",
"typescript": "5.5.4",
"typescript-eslint": "7.14.1",
"typescript-eslint": "8.18.1",
"web-ext-plugin": "2.9.0",
"webextension-polyfill": "0.12.0",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-stats-plugin": "1.1.3",
"ws": "^8.18.0"
},
Expand Down

0 comments on commit 877df35

Please sign in to comment.