Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#921)
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 Sep 16, 2024
1 parent 7bbce80 commit b3ec340
Show file tree
Hide file tree
Showing 28 changed files with 1,311 additions and 1,197 deletions.
6 changes: 3 additions & 3 deletions angular/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/dom": "^1.6.11",
"rxjs": "^7.8.1",
"tslib": "^2.7.0"
},
Expand All @@ -188,8 +188,8 @@
"@angular/compiler-cli": "^18.2.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.11",
"typescript": "~5.5.4"
}
}
2 changes: 1 addition & 1 deletion angular/ssr-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@angular/platform-server": "^18.2.0",
"@angular/router": "^18.2.0",
"@angular/ssr": "^18.2.0",
"express": "^4.19.2",
"express": "^4.21.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
Expand Down
2 changes: 1 addition & 1 deletion base-po/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
}
},
"peerDependencies": {
"@playwright/test": "^1.46.1"
"@playwright/test": "^1.47.1"
},
"license": "MIT",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
Expand Down
4 changes: 2 additions & 2 deletions code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
"uuid": "^10.0.0"
},
"peerDependencies": {
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"devDependencies": {
"@types/babel__core": "^7.20.5",
"vite": "^5.4.3"
"vite": "^5.4.5"
},
"scripts": {
"build": "wireit"
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
},
"peerDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/dom": "^1.6.11",
"esm-env": "^1.0.0"
},
"sideEffects": false
Expand Down
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,22 +168,22 @@
"dependencies": {
"@agnos-ui/svelte-bootstrap": "0.0.0",
"@amadeus-it-group/tansu": "^1.0.0",
"@floating-ui/dom": "^1.6.10"
"@floating-ui/dom": "^1.6.11"
},
"devDependencies": {
"@stackblitz/sdk": "^1.11.0",
"@sveltejs/adapter-static": "^3.0.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/kit": "^2.5.27",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/dom-view-transitions": "^1.0.5",
"bootstrap-icons": "^1.11.3",
"compare-versions": "^6.1.1",
"front-matter": "^4.0.2",
"prettier-plugin-svelte": "^3.2.6",
"shiki": "^1.16.2",
"shiki": "^1.17.6",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-markdown": "^0.4.1",
"tsx": "^4.19.0"
"tsx": "^4.19.1"
}
}
16 changes: 8 additions & 8 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 @@ -23,7 +23,7 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/dom": "^1.6.11",
"bootstrap-icons": "^1.11.3",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
Expand Down
48 changes: 24 additions & 24 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.

6 changes: 3 additions & 3 deletions demo/src/lib/stackblitz/angular-daisyui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@angular/router": "^18.2.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/dom": "^1.6.11",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"rxjs": "^7.8.1",
"tailwindcss": "^3.4.10",
"tailwindcss": "^3.4.11",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"zone.js": "~0.14.10"
Expand Down
24 changes: 12 additions & 12 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.

4 changes: 2 additions & 2 deletions demo/src/lib/stackblitz/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@amadeus-it-group/tansu": "^1.0.0",
"@floating-ui/dom": "^1.6.10",
"@floating-ui/dom": "^1.6.11",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
Expand All @@ -20,7 +20,7 @@
"sass": "^1.78.0",
"tslib": "^2.7.0",
"typescript": "~5.5.4",
"vite": "^5.4.3",
"vite": "^5.4.5",
"vite-plugin-svgr": "^4.2.0"
}
}
Loading

0 comments on commit b3ec340

Please sign in to comment.