Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 23, 2023
1 parent c40a8b7 commit 22b7289
Show file tree
Hide file tree
Showing 12 changed files with 491 additions and 243 deletions.
2 changes: 1 addition & 1 deletion angular/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@agnos-ui/core": "",
"@amadeus-it-group/tansu": "0.0.22",
"tslib": "^2.6.1"
"tslib": "^2.6.2"
},
"license": "MIT",
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
Expand Down
26 changes: 13 additions & 13 deletions angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@
"test:demo": "ng test demo"
},
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@angular/animations": "^16.2.2",
"@angular/common": "^16.2.2",
"@angular/compiler": "^16.2.2",
"@angular/core": "^16.2.2",
"@angular/forms": "^16.2.2",
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.1",
"zone.js": "^0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/eslint-plugin": "^16.1.0",
"@angular-eslint/eslint-plugin-template": "^16.1.0",
"@angular-eslint/template-parser": "^16.1.0",
"@angular-eslint/eslint-plugin": "^16.1.1",
"@angular-eslint/eslint-plugin-template": "^16.1.1",
"@angular-eslint/template-parser": "^16.1.1",
"@angular/cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/compiler-cli": "^16.2.2",
"@types/jasmine": "^4.3.5",
"@types/webpack-env": "^1.18.1",
"coverage-istanbul-loader": "^3.0.5",
Expand All @@ -45,7 +45,7 @@
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^16.2.0",
"ng-packagr": "^16.2.1",
"ngx-build-plus": "^16.0.0",
"raw-loader": "^4.0.2",
"sirv-cli": "^2.0.2",
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.4.6"
"eslint-plugin-jsdoc": "^46.5.0"
}
}
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"devDependencies": {
"@stackblitz/sdk": "^1.9.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"bootstrap-icons": "^1.10.5",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-svelte": "^2.33.0",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0"
Expand Down
20 changes: 10 additions & 10 deletions demo/src/lib/stackblitz/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular/animations": "^16.2.0",
"@angular/animations": "^16.2.2",
"@angular/cli": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/compiler-cli": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
"@angular/common": "^16.2.2",
"@angular/compiler": "^16.2.2",
"@angular/compiler-cli": "^16.2.2",
"@angular/core": "^16.2.2",
"@angular/forms": "^16.2.2",
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"bootstrap-icons": "^1.10.5",
"raw-loader": "^4.0.2",
"rxjs": "^7.8.1",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"zone.js": "^0.13.1"
}
Expand Down
6 changes: 3 additions & 3 deletions demo/src/lib/stackblitz/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"preview": "vite preview"
},
"devDependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"bootstrap-icons": "^1.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.65.1",
"tslib": "^2.6.1",
"sass": "^1.66.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"vite": "^4.4.9"
}
Expand Down
6 changes: 3 additions & 3 deletions demo/src/lib/stackblitz/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.0",
"@tsconfig/svelte": "^5.0.2",
"bootstrap-icons": "^1.10.5",
"sass": "^1.65.1",
"sass": "^1.66.1",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"typescript": "~5.1.6",
"vite": "^4.4.9"
}
Expand Down
4 changes: 2 additions & 2 deletions eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"typescript": "*"
},
"devDependencies": {
"@angular/core": "^16.2.0",
"@angular/core": "^16.2.2",
"svelte": "^4.2.0",
"svelte-eslint-parser": "^0.32.2"
"svelte-eslint-parser": "^0.33.0"
},
"scripts": {
"build": "tsc && vite build -c vite.config.ts",
Expand Down
Loading

0 comments on commit 22b7289

Please sign in to comment.