Skip to content

Commit

Permalink
feat: Add support for {...rest} props
Browse files Browse the repository at this point in the history
Fixes #48
  • Loading branch information
bfanger committed Nov 21, 2024
1 parent 7c5c5e2 commit 0081a57
Show file tree
Hide file tree
Showing 15 changed files with 400 additions and 317 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/bfanger/svelte-preprocess-react.git"
},
"version": "2.0.4",
"version": "2.0.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -44,46 +44,46 @@
]
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@playwright/test": "^1.49.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "4.0.1",
"@testing-library/react": "^16.0.1",
"@testing-library/svelte": "^5.2.4",
"@types/node": "^22.9.0",
"@testing-library/svelte": "^5.2.6",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"concurrently": "^9.1.0",
"eslint": "9.14.0",
"eslint": "9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.12.0",
"happy-dom": "^15.11.6",
"husky": "^9.1.6",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-svelte": "^3.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-youtube": "^10.1.0",
"svelte": "5.2.2",
"svelte": "5.2.7",
"svelte-check": "^4.0.9",
"svelte-youtube-lite": "~1.2.1",
"svelte2tsx": "^0.7.26",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.5"
},
"dependencies": {
"estree-walker": "^3.0.3",
"magic-string": "^0.30.12"
"magic-string": "^0.30.13"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
3 changes: 3 additions & 0 deletions playwright/tests/ssr.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ test.describe("ssr", () => {
"/input",
"/react-router/home",
"/react-router/about",
"/fixtures/RestProps",
"/fixtures/List",
"/intrinsic-elements",
];

test("client-rendered", async ({ page }) => {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 0081a57

Please sign in to comment.