Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Correct changelog
  • Loading branch information
Denis Bardadym committed Nov 24, 2023
1 parent 06777bd commit 90187f4
Show file tree
Hide file tree
Showing 8 changed files with 2,353 additions and 1,617 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.9.3

* Update dependencies
* Add Rollup 4.x to the list of supported

## 5.9.1

* Update dependencies
Expand Down
2,855 changes: 1,793 additions & 1,062 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
"@types/node": "^18.8.5",
"@types/picomatch": "^2.3.0",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"bytes": "^3.1.2",
"d3-array": "^3.1.6",
"d3-color": "^3.1.0",
Expand All @@ -67,20 +67,20 @@
"d3-shape": "^3.1.0",
"del-cli": "^5.0.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"jest": "^29.3.1",
"npm-run-all": "^4.1.5",
"picomatch-browser": "^2.2.6",
"postcss": "^8.4.14",
"postcss-url": "^10.1.3",
"preact": "^10.7.2",
"prettier": "^2.6.2",
"rollup": "^3.1.0",
"prettier": "^3.1.0",
"rollup": "^4.5.2",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.52.1",
"ts-jest": "^29.0.3",
"typescript": "~5.1.3"
"typescript": "~5.3.2"
},
"engines": {
"node": ">=14"
Expand Down
276 changes: 138 additions & 138 deletions test/__snapshots__/e2e.test.ts.snap

Large diffs are not rendered by default.

264 changes: 132 additions & 132 deletions test/__snapshots__/gh59.test.ts.snap

Large diffs are not rendered by default.

276 changes: 138 additions & 138 deletions test/__snapshots__/gh69.test.ts.snap

Large diffs are not rendered by default.

278 changes: 139 additions & 139 deletions test/__snapshots__/gh93.test.ts.snap

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/sourcemap/__snapshots__/sourcemap.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ exports[`Sourcemap test 3`] = `
}
},
"env": {
"rollup": "3.24.1"
"rollup": "4.5.2"
},
"options": {
"gzip": false,
Expand Down

0 comments on commit 90187f4

Please sign in to comment.