Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#997)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 4, 2024
1 parent 2cc7fde commit ebfbdac
Show file tree
Hide file tree
Showing 27 changed files with 517 additions and 216 deletions.
2 changes: 1 addition & 1 deletion angular/bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"dependencies": {
"@agnos-ui/angular-headless": "0.0.0",
"@agnos-ui/core-bootstrap": "0.0.0",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand Down
2 changes: 1 addition & 1 deletion angular/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
"@angular/router": "^18.2.10",
"@floating-ui/dom": "^1.6.12",
"rxjs": "^7.8.1",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand Down
2 changes: 1 addition & 1 deletion angular/headless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
},
"dependencies": {
"@agnos-ui/core": "0.0.0",
"tslib": "^2.8.0"
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.11",
Expand Down
4 changes: 2 additions & 2 deletions angular/ssr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@angular/ssr": "^18.2.11",
"express": "^4.21.1",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"zone.js": "~0.14.10"
},
"devDependencies": {
Expand All @@ -31,7 +31,7 @@
"@angular/compiler-cli": "^18.2.10",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^22.8.4",
"@types/node": "^22.8.7",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion core-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
}
},
"devDependencies": {
"sass": "^1.80.5"
"sass": "^1.80.6"
},
"dependencies": {
"@agnos-ui/core": "0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"devDependencies": {
"@stackblitz/sdk": "^1.11.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/kit": "^2.7.4",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@types/dom-view-transitions": "^1.0.5",
"bootstrap-icons": "^1.11.3",
Expand All @@ -182,7 +182,7 @@
"marked": "^14.1.3",
"prettier-plugin-svelte": "^3.2.7",
"shiki": "^1.22.2",
"svelte": "^5.1.4",
"svelte": "^5.1.9",
"svelte-check": "^4.0.5",
"tsx": "^4.19.2"
}
Expand Down
8 changes: 4 additions & 4 deletions demo/src/lib/stackblitz/angular-bootstrap/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 demo/src/lib/stackblitz/angular-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@floating-ui/dom": "^1.6.12",
"bootstrap-icons": "^1.11.3",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
}
Expand Down
8 changes: 4 additions & 4 deletions demo/src/lib/stackblitz/angular-daisyui/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 demo/src/lib/stackblitz/angular-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"postcss": "^8.4.47",
"rxjs": "^7.8.1",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
}
Expand Down
45 changes: 29 additions & 16 deletions demo/src/lib/stackblitz/react-bootstrap/package-lock.json

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

6 changes: 3 additions & 3 deletions demo/src/lib/stackblitz/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"bootstrap-icons": "^1.11.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.80.5",
"tslib": "^2.8.0",
"sass": "^1.80.6",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
"vite-plugin-svgr": "^4.3.0"
}
}
20 changes: 10 additions & 10 deletions demo/src/lib/stackblitz/react-daisyui/package-lock.json

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

4 changes: 2 additions & 2 deletions demo/src/lib/stackblitz/react-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"tslib": "^2.8.1",
"typescript": "~5.5.4",
"vite": "^5.4.10",
"vite-plugin-svgr": "^4.2.0"
"vite-plugin-svgr": "^4.3.0"
}
}
Loading

0 comments on commit ebfbdac

Please sign in to comment.