Skip to content

Commit

Permalink
Merge branch 'dev' into dris0000/tooltip-focus-click-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull authored Jul 29, 2024
2 parents c447a5e + 5d121e2 commit 1dc2c78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/dedent": "0.7.2",
"@types/eslint": "8.56.10",
"@types/estree": "1.0.5",
"@types/github-script": "github:actions/github-script#pull/482",
"@types/github-script": "github:actions/github-script",
"@types/jest": "29.5.12",
"@types/jest-axe": "3.5.9",
"@types/jsdom": "21.1.7",
Expand Down Expand Up @@ -129,7 +129,7 @@
},
"packageManager": "npm@10.2.3",
"volta": {
"node": "20.12.1"
"node": "20.16.0"
},
"dependencies": {
"patch-package": "8.0.0"
Expand Down
3 changes: 3 additions & 0 deletions packages/calcite-design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,8 @@
"devDependencies": {
"ts-jest-resolver": "2.0.1",
"ts-node": "10.9.2"
},
"volta": {
"extends": "../../package.json"
}
}

0 comments on commit 1dc2c78

Please sign in to comment.