Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel3108 committed Nov 17, 2024
1 parent eef4937 commit e032ff7
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 207 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@playwright/test": "^1.48.2",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
Expand All @@ -32,15 +32,14 @@
"@vitest/ui": "^2.1.5",
"eslint": "^9.15.0",
"magic-string": "^0.30.12",
"npm-check-updates": "^17.1.11",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.3",
"prettier-plugin-svelte": "^3.2.8",
"rollup": "^4.27.2",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-preserve-shebangs": "^0.2.0",
"sv": "workspace:*",
"svelte": "^5.2.1",
"svelte": "^5.2.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"unplugin-isolated-decl": "0.6.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"zimmerframe": "^1.1.2"
},
"devDependencies": {
"@types/node": "^18.19.48",
"@types/node": "^18.19.64",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"svelte": "^5.2.1"
"svelte": "^5.2.2"
},
"keywords": [
"migration",
Expand Down
Loading

0 comments on commit e032ff7

Please sign in to comment.