Skip to content

Commit

Permalink
feat: remove patch package and update deps (#1315)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 10, 2024
1 parent 9bb93aa commit 37dc579
Show file tree
Hide file tree
Showing 3 changed files with 1,306 additions and 1,502 deletions.
43 changes: 17 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,46 +35,40 @@
"types": "build/vega-embed.module.d.ts",
"files": [
"src",
"build",
"patches"
"build"
],
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/plugin-proposal-async-generator-functions": "^7.20.7",
"@babel/plugin-proposal-json-strings": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-catch-binding": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@release-it/conventional-changelog": "^8.0.1",
"@rollup/plugin-commonjs": "25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/jest": "^29.5.11",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@types/jest": "^29.5.12",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"browser-sync": "^3.0.2",
"concurrently": "^8.2.2",
"del-cli": "^5.1.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-jest": "^28.2.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.1.1",
"release-it": "^17.0.1",
"rollup": "4.9.1",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"rollup": "4.14.1",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-ts": "^3.4.5",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"sass": "^1.74.1",
"typescript": "^5.4.5",
"vega": "^5.22.1",
"vega-lite": "^5.2.0"
},
Expand All @@ -85,16 +79,13 @@
"dependencies": {
"fast-json-patch": "^3.1.1",
"json-stringify-pretty-compact": "^3.0.0",
"semver": "^7.5.4",
"semver": "^7.6.0",
"tslib": "^2.6.2",
"vega-interpreter": "^1.0.5",
"vega-schema-url-parser": "^2.2.0",
"vega-themes": "^2.14.0",
"vega-tooltip": "^0.34.0"
},
"bundledDependencies": [
"yallist"
],
"scripts": {
"prebuild": "yarn clean && yarn build:style",
"build": "rollup -c",
Expand Down
15 changes: 0 additions & 15 deletions patches/yallist+3.1.1.patch

This file was deleted.

0 comments on commit 37dc579

Please sign in to comment.