Skip to content

Commit

Permalink
build: remove dependency on babel, rollup and jest
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Apr 6, 2024
1 parent 6ba793c commit 91b10e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions packages/svelte-lexical/.babelrc

This file was deleted.

9 changes: 0 additions & 9 deletions packages/svelte-lexical/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@rollup/plugin-commonjs": "^25.0.1",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@sveltejs/adapter-auto": "^3.2.0",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/package": "^2.3.0",
Expand All @@ -58,7 +55,6 @@
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitest/ui": "^1.4.0",
"babel-jest": "^29.5.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
Expand All @@ -69,13 +65,8 @@
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-svelte": "^3.2.2",
"publint": "^0.1.9",
"rollup": "^3.25.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-svelte": "^7.1.5",
"svelte": "^4.2.12",
"svelte-check": "^3.4.3",
"svelte-jester": "^2.3.2",
"svelte-preprocess": "^5.0.4",
"typescript": "^5.1.3",
"vite": "^5.2.7",
"vitest": "^1.4.0"
Expand Down

0 comments on commit 91b10e5

Please sign in to comment.