Skip to content

Commit

Permalink
chore(deps): bump yarn, @playright, @types/node, fix repo references,…
Browse files Browse the repository at this point in the history
… rebase tests
  • Loading branch information
nstuyvesant committed Aug 18, 2024
1 parent 2b515d9 commit 661906b
Show file tree
Hide file tree
Showing 16 changed files with 2,169 additions and 4,559 deletions.
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"engines": {
"node": "^20.16.0 ^22.2.0"
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.9.0",
"@playwright/test": "^1.46.0",
"@types/node": "^22.3.0",
"@playwright/test": "^1.46.1",
"@types/node": "^22.4.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^9.9.0",
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"repository": {
"type": "git",
"url": "git@github.com:carbon-design-system/carbon-charts.git"
"url": "git+https://github.com/carbon-design-system/carbon-charts.git"
},
"keywords": [
"charts",
Expand Down
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@angular/platform-browser": "^18.2.0",
"@angular/platform-browser-dynamic": "^18.2.0",
"@carbon/icons": "^11.47.0",
"@playwright/test": "^1.46.0",
"@playwright/test": "^1.46.1",
"angular-eslint": "^18.3.0",
"concurrently": "^8.2.2",
"eslint": "^9.9.0",
Expand All @@ -58,8 +58,8 @@
},
"repository": {
"type": "git",
"url": "git@github.com:carbon-design-system/carbon-charts.git",
"homepage": "https://charts.carbondesignsystem.com/angular/"
"url": "git+https://github.com/carbon-design-system/carbon-charts.git",
"directory": "packages/angular"
},
"license": "Apache-2.0",
"author": "IBM",
Expand Down
Loading

0 comments on commit 661906b

Please sign in to comment.