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

Commit

Permalink
0.130.0 (#176)
Browse files Browse the repository at this point in the history
0.130.0
  • Loading branch information
juliewongbandue authored Sep 16, 2022
1 parent 045c012 commit 2961cd3
Show file tree
Hide file tree
Showing 4 changed files with 570 additions and 537 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.129.0",
"@vimeo/iris": "^0.130.0",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
36 changes: 18 additions & 18 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.129.0",
"version": "0.130.0",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand All @@ -24,12 +24,12 @@
"types": "index.d.ts",
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/core": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.19.0",
"@babel/plugin-transform-runtime": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
Expand All @@ -38,33 +38,33 @@
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.5.0",
"@storybook/addon-a11y": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-a11y": "6.5.12",
"@storybook/addon-essentials": "6.5.12",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "6.5.10",
"@storybook/builder-webpack5": "6.5.10",
"@storybook/components": "6.5.10",
"@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/theming": "6.5.10",
"@storybook/addon-storysource": "6.5.12",
"@storybook/builder-webpack5": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/manager-webpack5": "6.5.12",
"@storybook/react": "6.5.12",
"@storybook/theming": "6.5.12",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.2",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/react": "^17.0.49",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"babel-jest": "^28.1.3",
"babel-loader": "^8.2.5",
"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.25.1",
"eslint": "^8.23.0",
"eslint": "^8.23.1",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
Expand Down Expand Up @@ -104,7 +104,7 @@
"styled-components": "^5.3.5"
},
"resolutions": {
"@types/react": "^17.0.49",
"@types/react": "^17.0.50",
"react-dom": "*",
"react": "*"
},
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.129.0';
const version = '0.130.0';

type IrisMeta =
| true
Expand Down
Loading

0 comments on commit 2961cd3

Please sign in to comment.