Skip to content

Commit

Permalink
Merge branch 'main' into jotai-new-async-api
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Dec 11, 2022
2 parents f1cce06 + d896b19 commit 87487eb
Show file tree
Hide file tree
Showing 2 changed files with 1,951 additions and 1,861 deletions.
49 changes: 24 additions & 25 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "jotai-form",
"description": "👻🔮",
"version": "0.0.3",
"version": "0.0.4",
"author": "Daishi Kato",
"contributors": [
"Reaper"
Expand Down Expand Up @@ -54,44 +54,43 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
"@testing-library/react": "^13.4.0",
"@types/jest": "^27.5.2",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"bumpp": "^8.2.1",
"css-loader": "^6.7.1",
"eslint": "^8.13.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"joi": "^17.6.0",
"joi": "^17.7.0",
"jotai": "^1.11.0",
"microbundle": "^0.14.2",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"prettier": "^2.7.1",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.28.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"regenerator-runtime": "^0.13.9",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.10",
"style-loader": "^3.3.1",
"styled-components": "^5.3.5",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1",
"styled-components": "^5.3.6",
"ts-jest": "^27.1.5",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"yup": "^0.32.11",
"zod": "^3.18.0"
"zod": "^3.19.1"
},
"peerDependencies": {
"jotai": ">=1.11.0"
Expand Down

0 comments on commit 87487eb

Please sign in to comment.