Skip to content

Commit

Permalink
chore: clean up packages, add dep to sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Nov 1, 2022
1 parent 5ee1198 commit c08dcee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@tsconfig/svelte": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/svelte-vega-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.1.0",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"svelte-vega": "^1.1.1",
"svelte": "^3.52.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.2.0"
Expand Down

0 comments on commit c08dcee

Please sign in to comment.