Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#169)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 856efc7 commit 02c60e8
Show file tree
Hide file tree
Showing 7 changed files with 450 additions and 459 deletions.
2 changes: 1 addition & 1 deletion angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@angular-eslint/template-parser": "^16.2.0",
"@angular/cli": "^16.2.2",
"@angular/compiler-cli": "^16.2.5",
"@types/webpack-env": "^1.18.1",
"@types/webpack-env": "^1.18.2",
"ng-packagr": "^16.2.3",
"raw-loader": "^4.0.2",
"sirv-cli": "^2.0.2",
Expand Down
2 changes: 1 addition & 1 deletion code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@agnos-ui/code-coverage",
"private": true,
"dependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-syntax-decorators": "^7.22.10",
"@babel/plugin-syntax-typescript": "^7.22.5",
"babel-plugin-istanbul": "^6.1.1",
Expand Down
4 changes: 2 additions & 2 deletions demo/src/lib/stackblitz/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.2.24",
"@types/react-dom": "^18.2.8",
"@vitejs/plugin-react": "^4.1.0",
"bootstrap-icons": "^1.11.1",
"react": "^18.2.0",
Expand Down
6 changes: 3 additions & 3 deletions eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"private": true,
"main": "dist/index.js",
"dependencies": {
"@typescript-eslint/utils": "^6.7.2"
"@typescript-eslint/utils": "^6.7.3"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"@angular/core": "^16.2.5",
"@typescript-eslint/rule-tester": "^6.7.2",
"@vitest/coverage-v8": "^0.34.5",
"@typescript-eslint/rule-tester": "^6.7.3",
"@vitest/coverage-v8": "^0.34.6",
"svelte": "^4.2.1",
"svelte-eslint-parser": "^0.33.0"
},
Expand Down
Loading

0 comments on commit 02c60e8

Please sign in to comment.