Skip to content

Commit

Permalink
build(deps): upgrade dev and example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed May 11, 2022
1 parent 67d3bf6 commit 8ed3c20
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 103 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"react-image-turntable": "next"
},
"devDependencies": {
"@types/react": "^18.0.8",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^2.9.8"
"vite": "^2.9.9"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,18 @@
"@playwright/test": "^1.21.1",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/jest-axe": "^3.5.3",
"@types/react": "^18.0.8",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/parser": "^5.23.0",
"axe-core": "^4.4.1",
"axe-playwright": "^1.1.11",
"babel-plugin-istanbul": "^6.1.1",
"esbuild-plugin-babel": "^0.2.3",
"eslint": "^8.14.0",
"eslint": "^8.15.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^7.0.4",
"husky": "^8.0.1",
"lint-staged": "^12.4.1",
"np": "^7.6.1",
"nyc": "^15.1.0",
Expand All @@ -90,7 +90,7 @@
"react-dom": "^18.1.0",
"size-limit": "^7.0.8",
"tslib": "^2.4.0",
"tsup": "^5.12.6",
"tsup": "^5.12.7",
"typescript": "^4.6.4"
}
}
Loading

0 comments on commit 8ed3c20

Please sign in to comment.