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
github-actions[bot] authored Oct 12, 2024
1 parent cad0845 commit b6ee87d
Show file tree
Hide file tree
Showing 28 changed files with 1,255 additions and 24,743 deletions.
2 changes: 1 addition & 1 deletion angular/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
"@angular/cli": "^18.2.5",
"@angular/compiler-cli": "^18.2.5",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"daisyui": "^4.12.13",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "~5.5.4"
Expand Down
6 changes: 3 additions & 3 deletions 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.5",
"@angular/router": "^18.2.5",
"@angular/ssr": "^18.2.5",
"express": "^4.21.0",
"express": "^4.21.1",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"zone.js": "~0.14.10"
Expand All @@ -31,8 +31,8 @@
"@angular/compiler-cli": "^18.2.5",
"@types/express": "^5.0.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.16.10",
"jasmine-core": "~5.3.0",
"@types/node": "^20.16.11",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
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.47.2"
"@playwright/test": "^1.48.0"
},
"license": "MIT",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
Expand Down
6 changes: 3 additions & 3 deletions code-coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"dependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-decorators": "^7.24.7",
"@babel/plugin-syntax-typescript": "^7.25.4",
"@babel/core": "^7.25.8",
"@babel/plugin-syntax-decorators": "^7.25.7",
"@babel/plugin-syntax-typescript": "^7.25.7",
"babel-plugin-istanbul": "^7.0.0",
"nyc": "^17.1.0",
"uuid": "^10.0.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.79.4"
"sass": "^1.79.5"
},
"dependencies": {
"@agnos-ui/core": "0.0.0"
Expand Down
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,16 +173,16 @@
"devDependencies": {
"@stackblitz/sdk": "^1.11.0",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.7",
"@sveltejs/kit": "^2.7.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.8",
"@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.7",
"shiki": "^1.21.0",
"svelte": "^5.0.0-next.260",
"svelte-check": "^4.0.4",
"shiki": "^1.22.0",
"svelte": "^5.0.0-next.264",
"svelte-check": "^4.0.5",
"svelte-markdown": "^0.4.1",
"tsx": "^4.19.1"
}
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 @@ -25,7 +25,7 @@
"@angular/router": "^18.2.5",
"@floating-ui/dom": "^1.6.11",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.10",
"daisyui": "^4.12.13",
"postcss": "^8.4.47",
"rxjs": "^7.8.1",
"tailwindcss": "^3.4.13",
Expand Down
Loading

0 comments on commit b6ee87d

Please sign in to comment.