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

Commit

Permalink
0.139.1 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue authored Jan 31, 2023
1 parent d93c015 commit a0e2c03
Show file tree
Hide file tree
Showing 4 changed files with 454 additions and 446 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "next start"
},
"dependencies": {
"@vimeo/iris": "^0.139.0",
"@vimeo/iris": "^0.139.1",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vimeo/iris",
"homepage": "https://github.com/vimeo/iris/tree/main",
"bugs": "https://github.com/vimeo/iris/issues",
"version": "0.139.0",
"version": "0.139.1",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand Down Expand Up @@ -32,21 +32,21 @@
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.7",
"@babel/runtime": "^7.20.13",
"@nox/addon-themes": "^1.1.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-a11y": "6.5.15",
"@storybook/addon-essentials": "6.5.15",
"@storybook/addon-a11y": "6.5.16",
"@storybook/addon-essentials": "6.5.16",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "6.5.15",
"@storybook/builder-webpack5": "6.5.15",
"@storybook/components": "6.5.15",
"@storybook/manager-webpack5": "6.5.15",
"@storybook/react": "6.5.15",
"@storybook/theming": "6.5.15",
"@storybook/addon-storysource": "6.5.16",
"@storybook/builder-webpack5": "6.5.16",
"@storybook/components": "6.5.16",
"@storybook/manager-webpack5": "6.5.16",
"@storybook/react": "6.5.16",
"@storybook/theming": "6.5.16",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
Expand All @@ -55,24 +55,24 @@
"@types/react-dom": "^17.0.18",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.3.0",
"babel-plugin-polished": "^1.1.0",
"babel-plugin-require-context-hook": "^1.0.0",
"babel-plugin-styled-components": "^2.0.7",
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.27.2",
"eslint": "^8.32.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"framer-motion": "^6.5.1",
"jest": "^28.1.3",
Expand All @@ -91,8 +91,8 @@
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslib": "^2.4.1",
"typescript": "4.9.4",
"tslib": "^2.5.0",
"typescript": "4.9.5",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.75.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/HOCs/withIris.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from 'react';
import { ThemeContext } from 'styled-components';

const version = '0.139.0';
const version = '0.139.1';

type IrisMeta =
| true
Expand Down
Loading

0 comments on commit a0e2c03

Please sign in to comment.