Skip to content

Commit

Permalink
chore(deps): update dev dependencies (pmndrs#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored May 10, 2022
1 parent 8c08038 commit 33b6bed
Show file tree
Hide file tree
Showing 5 changed files with 680 additions and 864 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multiple-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
- 17.0.0
- 18.0.0
- 18.1.0
- 18.2.0-next-9f80a48ad-20220427
- 0.0.0-experimental-9f80a48ad-20220427
- 18.2.0-next-d20c3af9d-20220506
- 0.0.0-experimental-d20c3af9d-20220506
mode: [NORMAL, PROVIDER_LESS, VERSIONED_WRITE]
exclude:
- { react: 16.8.6, mode: VERSIONED_WRITE }
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

47 changes: 20 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"test:ci": "jest",
"test:dev": "jest --watch --no-coverage",
"test:coverage:watch": "jest --watch",
"copy": "shx cp -r dist/src/* dist/esm && shx cp -r dist/src/* dist && shx rm -rf dist/src && shx rm -rf dist/{src,tests} && downlevel-dts dist dist/ts3.4 && shx cp package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined; this['lint-staged']=undefined;\""
"copy": "shx cp -r dist/src/* dist/esm && shx cp -r dist/src/* dist && shx rm -rf dist/src && shx rm -rf dist/{src,tests} && downlevel-dts dist dist/ts3.4 && shx cp package.json readme.md LICENSE dist && json -I -f dist/package.json -e \"this.private=false; this.devDependencies=undefined; this.optionalDependencies=undefined; this.scripts=undefined; this.prettier=undefined; this.jest=undefined;\""
},
"engines": {
"node": ">=12.7.0"
Expand All @@ -145,11 +145,6 @@
"tabWidth": 2,
"printWidth": 80
},
"lint-staged": {
"*.{js,ts,tsx,md}": [
"prettier --write"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/pmndrs/jotai.git"
Expand Down Expand Up @@ -202,61 +197,59 @@
]
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-react-jsx": "^7.17.3",
"@babel/plugin-transform-typescript": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.17.10",
"@babel/template": "^7.16.7",
"@babel/types": "^7.17.0",
"@babel/types": "^7.17.10",
"@redux-devtools/extension": "^3.2.2",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.2.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-typescript": "^8.3.2",
"@swc/core": "^1.2.173",
"@swc/jest": "^0.2.20",
"@testing-library/react": "^13.1.1",
"@types/jest": "^27.4.1",
"@types/react": "^18.0.8",
"@types/react-dom": "^18.0.1",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@swc/core": "^1.2.181",
"@swc/jest": "^0.2.21",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.5.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"@urql/core": "^2.4.4",
"benny": "^3.7.1",
"concurrently": "^7.1.0",
"downlevel-dts": "^0.10.0",
"esbuild": "^0.14.38",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"graphql": "^16.4.0",
"husky": "^7.0.4",
"graphql": "^16.5.0",
"immer": "^9.0.12",
"jest": "^28.0.2",
"jest-environment-jsdom": "^28.0.2",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"json": "^11.0.0",
"lint-staged": "^12.4.1",
"optics-ts": "^2.3.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-query": "^3.38.0",
"react-query": "^3.39.0",
"redux": "^4.2.0",
"rollup": "^2.70.2",
"rollup": "^2.72.1",
"rollup-plugin-esbuild": "^4.9.1",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "^7.5.5",
"shx": "^0.3.4",
"ts-expect": "^1.3.0",
"ts-node": "^10.7.0",
"tslib": "^2.4.0",
"typescript": "^4.6.3",
"typescript": "^4.6.4",
"valtio": "^1.6.0",
"wonka": "^4.0.15",
"xstate": "4.28.1",
Expand Down
Loading

0 comments on commit 33b6bed

Please sign in to comment.