Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
dependency upgrades (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcintyre authored Jan 25, 2022
1 parent 4bb4fcd commit 4a564ba
Show file tree
Hide file tree
Showing 3 changed files with 1,446 additions and 1,406 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,58 +24,58 @@
"types": "index.d.ts",
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-private-methods": "^7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@babel/runtime": "^7.16.3",
"@babel/core": "^7.16.12",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.10",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@babel/runtime": "^7.16.7",
"@nox/addon-themes": "^1.1.3",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-node-resolve": "^13.1.3",
"@rollup/plugin-typescript": "^8.3.0",
"@storybook/addon-a11y": "6.4.0-rc.3",
"@storybook/addon-essentials": "6.4.0-rc.3",
"@storybook/addon-a11y": "6.4.14",
"@storybook/addon-essentials": "6.4.14",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "6.4.0-rc.3",
"@storybook/builder-webpack5": "6.4.0-rc.3",
"@storybook/components": "6.4.0-rc.3",
"@storybook/manager-webpack5": "6.4.0-rc.3",
"@storybook/react": "6.4.0-rc.3",
"@storybook/theming": "6.4.0-rc.3",
"@types/react": "*",
"@storybook/addon-storysource": "6.4.14",
"@storybook/builder-webpack5": "6.4.14",
"@storybook/components": "6.4.14",
"@storybook/manager-webpack5": "6.4.14",
"@storybook/react": "6.4.14",
"@storybook/theming": "6.4.14",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.15",
"@types/styled-components": "^5.1.21",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"babel-loader": "^8.2.3",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^1.13.3",
"babel-plugin-styled-components": "^2.0.2",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.19.1",
"eslint": "^7.24.0",
"core-js": "^3.20.3",
"eslint": "^8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.27.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"framer-motion": "^4.1.17",
"polished": "^4.1.3",
"framer-motion": "^6.2.3",
"polished": "^4.1.4",
"pre-commit": "^1.2.2",
"prettier": "^2.4.1",
"prettier": "^2.5.1",
"react": "*",
"react-dom": "*",
"react-is": "^17.0.2",
"rollup": "^2.60.0",
"rollup": "^2.66.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^5.3.3",
Expand All @@ -84,9 +84,9 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslib": "^2.3.1",
"typescript": "4.4.4",
"typescript": "4.5.5",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.64.0"
"webpack": "^5.67.0"
},
"peerDependencies": {
"@babel/runtime": "^7.16.0",
Expand All @@ -96,7 +96,7 @@
"styled-components": "^5.3.0"
},
"resolutions": {
"@types/react": "*",
"@types/react": "^17.0.38",
"react-dom": "*",
"react": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/HOCs/IrisProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ export type IrisInputProps<
| 'url'
| 'username';
autoFocus?: boolean;
capture?: boolean | string; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
capture?: boolean | 'user' | 'environment'; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute
checked?: boolean;
crossOrigin?: string;
defaultChecked?: boolean;
Expand Down
Loading

0 comments on commit 4a564ba

Please sign in to comment.