Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Vue and Svelte target #512

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
05f61e1
feat: add Svelte target
wobsoriano Jun 29, 2022
aaa1c85
chore: update deps
dbismut Jul 2, 2022
fbfc5e1
chore: fix versions
dbismut Jul 2, 2022
b20de9d
ci: changeset
dbismut Jul 2, 2022
cae986d
demo: add svelte demo
dbismut Jul 2, 2022
e7f20a7
feat: add vue target
wobsoriano Aug 5, 2022
32c18c4
demo: add vue
dbismut Aug 28, 2022
e059b1f
chore: toast update
dbismut Aug 28, 2022
19946d0
ts: swap NonNullable<State[Key]>['event'] with UIEvent
dbismut Aug 28, 2022
cd776f8
Update package.json
dbismut Aug 28, 2022
e63651d
fix: rollback ts to 4.7.4 inside lock file
dbismut Aug 28, 2022
562bc51
ts: enable strictNullChecks
dbismut Aug 28, 2022
1893719
chore: remove vue from package dev dependency and put it in workspace
dbismut Aug 28, 2022
c92d259
Merge branch 'main' into pr/wobsoriano/512
dbismut Aug 28, 2022
0f97c17
ts: trying stuff to fix types
dbismut Aug 28, 2022
cb3f1a8
fix: versions for new package
dbismut Aug 28, 2022
dd7d7c5
Merge branch 'main' into pr/512
dbismut Aug 30, 2022
159c0d8
fix: various fixes to update from main
dbismut Aug 30, 2022
a3a8e1e
chore: merge `import from '../types'` statements
dbismut Sep 9, 2022
2f5cab4
feat: add normalizeProp function which defaults to React style props …
dbismut Sep 9, 2022
22255d2
feat: remove the need for normalizing props in Vue package
dbismut Sep 9, 2022
a5bc721
fix: add support for customizing native props
dbismut Sep 12, 2022
fe412cd
Merge branch 'main' into pr/512
dbismut Feb 21, 2023
5d022fa
chore: update deps
dbismut Feb 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into pr/512
dbismut committed Feb 21, 2023
commit fe412cd26d9835a764ed3076521db8ee06a3759e
13 changes: 7 additions & 6 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -34,13 +34,14 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "1.0.2",
"@types/lodash.clamp": "^4.0.7",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.143.1",
"@vitejs/plugin-react": "^2.0.1",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/three": "^0.140.0",
"@vitejs/plugin-react": "^1.3.2",
"@vitejs/plugin-vue": "^3.0.3",
"typescript-plugin-css-modules": "^3.4.0",
"vite": "3.0.9",
"typescript": "^4.8.4",
"typescript-plugin-css-modules": "^4.1.1",
"vite": "^4.0.3",
"vue-tsc": "^0.40.2"
}
}
49 changes: 27 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -94,40 +94,45 @@
]
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/core": "^7.20.12",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@changesets/cli": "^2.24.3",
"@preconstruct/cli": "^2.2.1",
"@size-limit/preset-small-lib": "^8.0.1",
"@testing-library/jest-dom": "^5.16.4",
"@changesets/cli": "^2.26.0",
"@preconstruct/cli": "^2.3.0",
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.5.1",
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"babel-jest": "^29.0.1",
"eslint": "^8.23.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-jest": "^29.4.1",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jest-dom": "^4.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.5.0",
"husky": "^8.0.1",
"eslint-plugin-testing-library": "^5.10.0",
"husky": "^8.0.3",
"jest": "^27.5.1",
"pnpm": "^7.9.5",
"pnpm": "^7.26.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.7.1",
"prettier": "^2.8.3",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"size-limit": "^8.0.1",
"tsd": "^0.23.0",
"typescript": "^4.8.2",
"size-limit": "^7.0.8",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"vue": "^3.2.37"
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
}
}
17,722 changes: 8,586 additions & 9,136 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

You are viewing a condensed version of this merge commit. You can view the full changes here.