Skip to content

Commit

Permalink
chore: Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Nov 2, 2023
1 parent 516e8fe commit a75f4dd
Show file tree
Hide file tree
Showing 5 changed files with 2,760 additions and 2,835 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.3.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,33 @@
"name": "@amadeus-it-group/tansu",
"type": "module",
"devDependencies": {
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/compiler-cli": "^16.2.7",
"@angular/core": "^16.2.7",
"@angular/platform-browser": "^16.2.7",
"@angular/platform-browser-dynamic": "^16.2.7",
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-extractor": "^7.38.0",
"@rollup/plugin-typescript": "^11.1.4",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@angular/common": "^16.2.11",
"@angular/compiler": "^16.2.11",
"@angular/compiler-cli": "^16.2.11",
"@angular/core": "^16.2.11",
"@angular/platform-browser": "^16.2.11",
"@angular/platform-browser-dynamic": "^16.2.11",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@microsoft/api-documenter": "^7.23.11",
"@microsoft/api-extractor": "^7.38.2",
"@rollup/plugin-typescript": "^11.1.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-istanbul": "^0.34.6",
"@vitest/ui": "^0.34.6",
"eslint": "^8.50.0",
"@vitest/ui": "0.34.6",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"happy-dom": "^12.6.0",
"happy-dom": "^12.10.3",
"husky": "^8.0.3",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"rollup": "^3.29.4",
"rollup": "^4.2.0",
"rxjs": "^7.8.1",
"svelte": "^4.2.1",
"svelte": "^4.2.2",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"zone.js": "^0.14.0"
"zone.js": "^0.14.1"
},
"scripts": {
"test": "vitest run",
Expand Down Expand Up @@ -56,5 +56,5 @@
"@commitlint/config-conventional"
]
},
"packageManager": "yarn@3.6.3"
"packageManager": "yarn@4.0.1"
}
Loading

0 comments on commit a75f4dd

Please sign in to comment.