Skip to content

Commit

Permalink
Merge pull request #929 from akunzai/dependabot/npm_and_yarn/types/no…
Browse files Browse the repository at this point in the history
…de-22.8.6

Bump @types/node from 22.8.1 to 22.8.6
  • Loading branch information
akunzai authored Nov 2, 2024
2 parents b535351 + c6d2edf commit faa6835
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 276 deletions.
5 changes: 3 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
},
"index": "src/index.html",
"polyfills": [
"@angular/localize/init",
"src/polyfills.ts"
],
"tsConfig": "tsconfig.app.json",
Expand Down Expand Up @@ -69,8 +70,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "500kb",
"maximumError": "1mb"
"maximumWarning": "1mb",
"maximumError": "2mb"
},
{
"type": "anyComponentStyle",
Expand Down
1 change: 1 addition & 0 deletions jest.environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ export default class CustomTestEnvironment extends Environment {
this.global.Request = Request;
this.global.ReadableStream = ReadableStream;
this.global.TransformStream = TransformStream;
this.global.BroadcastChannel = BroadcastChannel;
}
};
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
"i18n:extract": "ngx-translate-extract -i ./src -o ./src/locales/{en,zh-Hant}.json --null-as-default-value --sort --clean"
},
"dependencies": {
"@angular/animations": "^18.2.9",
"@angular/common": "^18.2.9",
"@angular/compiler": "^18.2.9",
"@angular/core": "^18.2.9",
"@angular/forms": "^18.2.9",
"@angular/platform-browser": "^18.2.9",
"@angular/platform-browser-dynamic": "^18.2.9",
"@angular/router": "^18.2.9",
"@angular/animations": "^18.2.10",
"@angular/common": "^18.2.10",
"@angular/compiler": "^18.2.10",
"@angular/core": "^18.2.10",
"@angular/forms": "^18.2.10",
"@angular/platform-browser": "^18.2.10",
"@angular/platform-browser-dynamic": "^18.2.10",
"@angular/router": "^18.2.10",
"@ngx-translate/core": "^15.0.0",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
Expand All @@ -36,23 +36,23 @@
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/build": "^18.2.10",
"@angular/cli": "^18.2.10",
"@angular/compiler-cli": "^18.2.9",
"@angular/localize": "^18.2.9",
"@angular/build": "^18.2.11",
"@angular/cli": "^18.2.11",
"@angular/compiler-cli": "^18.2.10",
"@angular/localize": "^18.2.10",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@testing-library/angular": "^17.3.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/node": "^22.8.6",
"angular-eslint": "^18.4.0",
"eslint": "^9.14.0",
"jest": "~29.7.0",
"jest-fixed-jsdom": "^0.0.6",
"jest-fixed-jsdom": "^0.0.7",
"jest-preset-angular": "^14.2.4",
"msw": "^2.5.1",
"msw": "^2.6.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"typescript-eslint": "^8.12.2"
Expand Down
Loading

0 comments on commit faa6835

Please sign in to comment.