Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jun 2, 2023
1 parent 486e195 commit 43d8048
Show file tree
Hide file tree
Showing 2 changed files with 638 additions and 617 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,24 +22,26 @@
"data"
],
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@babel/core": "^7.22.1",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.22.4",
"@babel/preset-env": "^7.22.4",
"@babel/preset-typescript": "^7.21.5",
"@babel/runtime": "^7.22.3",
"@release-it/conventional-changelog": "^5.1.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-terser": "^0.4.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-terser": "^0.4.3",
"@types/d3-dsv": "^3.0.1",
"d3-dsv": "^3.0.1",
"datalib": "^1.9.3",
"release-it": "^15.10.1",
"release-it": "^15.10.5",
"rollup": "^3.23.0",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-ts": "^3.2.0",
"rollup": "^3.20.6",
"terser": "^5.17.1",
"typescript": "^5.0.4"
"terser": "^5.17.7",
"typescript": "^5.1.3"
},
"scripts": {
"prebuild": "./scripts/make-url-index.sh > src/urls.ts",
Expand Down
Loading

0 comments on commit 43d8048

Please sign in to comment.