Skip to content

Commit

Permalink
Feature/upgrade deps 2022 04 15 (#46)
Browse files Browse the repository at this point in the history
* chore(*): Upgrade dependencies

update readme

update readme

* fix husky script

* promote release candidate

Co-authored-by: Steve Johns <stevej@ocula.tech>
  • Loading branch information
stevejay and Steve Johns committed Apr 20, 2022
1 parent bec87c9 commit 5938736
Show file tree
Hide file tree
Showing 5 changed files with 3,180 additions and 2,156 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -24,3 +24,6 @@ storybook-static
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# npm pack
react-roving-tabindex*.tgz
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 3.2.0

- Updated dev dependencies.

## 3.1.1

- Updated dev dependencies.
Expand Down
7 changes: 4 additions & 3 deletions README.md
Expand Up @@ -54,7 +54,7 @@ There is a basic storybook for this package [here](https://stevejay.github.io/re
### Basic usage

```tsx
import React, { ReactNode, useRef } from "react";
import { ReactNode, useRef } from "react";
import {
RovingTabIndexProvider,
useRovingTabIndex,
Expand Down Expand Up @@ -239,5 +239,6 @@ If you have build errors when building the Storybook locally, you are likely usi

### Publishing

- For beta versions: `npm publish --tag next`.
- For releases: `npm publish`.
- `npm run build`
- For beta versions, add or bump a `-rcX` suffix to the package.json version number and then run `npm publish --tag next`.
- For releases, remove the `-rcX` suffix from the package.json version number and then run `npm publish`.
82 changes: 41 additions & 41 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-roving-tabindex",
"version": "3.1.1",
"version": "3.2.0",
"description": "React implementation of a roving tabindex, now with grid support",
"author": "stevejay",
"license": "MIT",
Expand Down Expand Up @@ -54,59 +54,59 @@
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.2.0",
"@rollup/plugin-url": "^6.1.0",
"@storybook/addon-essentials": "^6.3.7",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.3.7",
"@storybook/storybook-deployer": "^2.8.10",
"@svgr/rollup": "^5.4.0",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@storybook/react": "^6.4.22",
"@storybook/storybook-deployer": "^2.8.11",
"@svgr/rollup": "^6.2.1",
"@testing-library/react": "^13.0.1",
"@testing-library/react-hooks": "^8.0.0",
"@types/array-find-index": "^1.0.0",
"@types/jest": "^27.0.0",
"@types/jsdom": "^16.2.13",
"@types/jest": "^27.4.1",
"@types/jsdom": "^16.2.14",
"@types/lodash.uniqueid": "^4.0.6",
"@types/react-dom": "^17.0.9",
"@types/react-dom": "^18.0.1",
"@types/storybook__react": "^5.2.1",
"@types/styled-components": "^5.1.12",
"@types/styled-components": "^5.1.25",
"@types/warning": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"babel-jest": "^27.0.6",
"babel-loader": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"babel-jest": "^27.5.1",
"babel-loader": "^8.2.4",
"coveralls": "^3.1.1",
"cross-env": "^7.0.2",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"fork-ts-checker-webpack-plugin": "^6.3.2",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"fork-ts-checker-webpack-plugin": "^7.2.6",
"gh-pages": "^3.2.3",
"husky": "7.0.1",
"jest": "^27.0.6",
"jsdom": "^16.7.0",
"husky": "7.0.4",
"jest": "^27.5.1",
"jsdom": "^19.0.0",
"jspolyfill-array.prototype.findIndex": "^0.1.0",
"lint-staged": "^11.1.2",
"lint-staged": "^12.3.7",
"lodash": "^4.17.21",
"pinst": "^2.1.6",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"rollup": "^2.56.2",
"pinst": "^3.0.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-test-renderer": "^18.0.0",
"rollup": "^2.70.2",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.1",
"rollup-plugin-typescript2": "^0.30.0",
"styled-components": "^5.3.0",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5"
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"styled-components": "^5.3.5",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3"
},
"files": [
"dist",
Expand Down

0 comments on commit 5938736

Please sign in to comment.