Skip to content

Commit

Permalink
Bump dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Aug 29, 2024
1 parent 5363e18 commit b4dfb93
Show file tree
Hide file tree
Showing 5 changed files with 12,674 additions and 9,045 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@types/tape-promise": "^4.0.1",
"@vis.gl/dev-tools": "1.0.0-alpha.15",
"@vis.gl/ts-plugins": "1.0.0-alpha.15",
"@vis.gl/dev-tools": "1.0.0-alpha.19",
"@vis.gl/ts-plugins": "1.0.0-alpha.19",
"jsdoc-to-markdown": "^3.0.0",
"jsdom": "^16.5.0",
"pre-commit": "^1.2.2",
Expand All @@ -45,7 +45,7 @@
"test-fast"
],
"volta": {
"node": "20.11.1",
"yarn": "4.1.1"
"node": "20.15.1",
"yarn": "4.4.0"
}
}
3 changes: 2 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ public
.cache
report*.json
build
.docusaurus
.docusaurus
.yarn
10 changes: 7 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@
"cheerio": "1.0.0-rc.9"
},
"dependencies": {
"@docusaurus/core": "^2.0.0",
"@vis.gl/docusaurus-website": "1.0.0-alpha.15",
"@docusaurus/core": "^3.0.0",
"@vis.gl/docusaurus-website": "1.0.0-alpha.19",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"browserslist": [
">0.2% and supports async-functions",
"not dead"
]
],
"volta": {
"node": "20.15.1",
"yarn": "4.4.0"
}
}
Loading

0 comments on commit b4dfb93

Please sign in to comment.