Skip to content

Commit

Permalink
Remove duplicates of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keckelt committed Dec 27, 2023
1 parent 9ebac7c commit 8de4d5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,24 +110,19 @@
"highlight.js": "^11.9.0",
"jest": "^29.7.0",
"jest-dev-server": "^9.0.2",
"jest-dev-server": "^9.0.2",
"mkdirp": "^3.0.1",
"pako": "^2.1.0",
"prettier": "^3.1.1",
"prettier": "^3.1.1",
"puppeteer": "^15.0.0",
"release-it": "^17.0.1",
"rollup": "^4.9.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-sourcemaps": "^0.6.3",
"serve": "^14.2.1",
"terser": "^5.26.0",
"terser": "^5.26.0",
"ts-jest": "^29.1.1",
"ts-json-schema-generator": "^1.5.0",
"typescript": "~5.3.3",
"ts-json-schema-generator": "^1.5.0",
"typescript": "~5.3.3",
"vega-cli": "^5.26.1",
"vega-datasets": "^2.7.0",
"vega-embed": "^6.24.0",
Expand All @@ -147,5 +142,6 @@
},
"engines": {
"node": ">=18"
}
},
"packageManager": "[email protected]"
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8854,16 +8854,16 @@ y18n@^5.0.5:
resolved "https://registry.yarnpkg.com/y18n/-/y18n-5.0.8.tgz#7f4934d0f7ca8c56f95314939ddcd2dd91ce1d55"
integrity sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==

yallist@*, yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yallist@^3.0.2:
version "3.1.1"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.1.1.tgz#dbb7daf9bfd8bac9ab45ebf602b8cbad0d5d08fd"
integrity sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==

yallist@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==

yaml-front-matter@^4.1.1:
version "4.1.1"
resolved "https://registry.yarnpkg.com/yaml-front-matter/-/yaml-front-matter-4.1.1.tgz#66eaa9a998fc3dd723708c73aa8e06e79cac91c9"
Expand Down

0 comments on commit 8de4d5b

Please sign in to comment.