Compare commits

..

1 Commits

Author SHA1 Message Date
fa3d11628a Update dependency @angular/platform-browser to ~15.1.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-01-14 14:41:57 +01:00
2 changed files with 9 additions and 15 deletions

View File

@@ -783,21 +783,15 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "15.2.1", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz",
"integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==", "integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "15.2.1", "@angular-eslint/bundled-angular-compiler": "15.1.0",
"eslint-scope": "^7.0.0" "eslint-scope": "^7.0.0"
}, },
"dependencies": { "dependencies": {
"@angular-eslint/bundled-angular-compiler": {
"version": "15.2.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz",
"integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==",
"dev": true
},
"eslint-scope": { "eslint-scope": {
"version": "7.1.1", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
@@ -1027,9 +1021,9 @@
} }
}, },
"@angular/platform-browser": { "@angular/platform-browser": {
"version": "15.0.3", "version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.0.3.tgz", "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.1.0.tgz",
"integrity": "sha512-XIgAh6/SI4m2JfFdtKWmh8BVPzs3gV8VuOVYdykWrYrhDCVz5X3J7AXGxn9AX1S+dMuQPi91lM1icErunVrCZQ==", "integrity": "sha512-yuJweAR+rJhWWHM4Im3Iy6S4+W3OtcVHijcqrxfVxiA9ZHbDw/jpYDi06ZZIgfnNyGWi5/BzJbHvxH3b0lAo5Q==",
"requires": { "requires": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
} }

View File

@@ -19,7 +19,7 @@
"@angular/core": "~15.0.0", "@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
"@angular/material": "^15.0.0", "@angular/material": "^15.0.0",
"@angular/platform-browser": "~15.0.0", "@angular/platform-browser": "~15.1.0",
"@angular/platform-browser-dynamic": "~15.0.0", "@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0", "@angular/router": "~15.0.0",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
@@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "15.1.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0", "@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.2.1", "@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~15.0.0", "@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~15.0.0", "@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",