Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 13, 2023
1 parent 0d470b3 commit 95f5b73
Show file tree
Hide file tree
Showing 10 changed files with 338 additions and 285 deletions.
4 changes: 2 additions & 2 deletions code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "@agnos-ui/code-coverage",
"private": true,
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.17",
"@babel/plugin-syntax-decorators": "^7.22.10",
"@babel/plugin-syntax-typescript": "^7.22.5",
"babel-plugin-istanbul": "^6.1.1",
"nyc": "^15.1.0",
"uuid": "^9.0.0"
"uuid": "^9.0.1"
},
"peerDependencies": {
"vite": "*"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"directory": "core"
},
"devDependencies": {
"eslint-plugin-jsdoc": "^46.5.0"
"eslint-plugin-jsdoc": "^46.6.0"
}
}
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/kit": "^1.25.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"bootstrap-icons": "^1.10.5",
"eslint-plugin-svelte": "^2.33.0",
"bootstrap-icons": "^1.11.0",
"eslint-plugin-svelte": "^2.33.1",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0"
"svelte-check": "^3.5.1"
}
}
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.0",
"raw-loader": "^4.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion demo/src/lib/stackblitz/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.66.1",
Expand Down
4 changes: 2 additions & 2 deletions demo/src/lib/stackblitz/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.2",
"bootstrap-icons": "^1.10.5",
"bootstrap-icons": "^1.11.0",
"sass": "^1.66.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"vite": "^4.4.9"
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.4.1"
"@typescript-eslint/utils": "^6.7.0"
},
"peerDependencies": {
"typescript": "*"
},
"devDependencies": {
"@angular/core": "^16.2.2",
"@typescript-eslint/rule-tester": "^6.4.1",
"@vitest/coverage-v8": "^0.34.3",
"@typescript-eslint/rule-tester": "^6.7.0",
"@vitest/coverage-v8": "^0.34.4",
"svelte": "^4.2.0",
"svelte-eslint-parser": "^0.33.0"
},
Expand Down
Loading

0 comments on commit 95f5b73

Please sign in to comment.