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

Commit

Permalink
0.128.0 (#165)
Browse files Browse the repository at this point in the history
* Update deps

* 0.128.0
  • Loading branch information
juliewongbandue authored Aug 29, 2022
1 parent 5a8508f commit 8bfd28e
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 111 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.127.0",
"@vimeo/iris": "^0.128.0",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
22 changes: 11 additions & 11 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.127.0",
"version": "0.128.0",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand All @@ -24,7 +24,7 @@
"types": "index.d.ts",
"sideEffects": false,
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/core": "^7.18.13",
"@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",
Expand All @@ -37,7 +37,7 @@
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@rollup/plugin-typescript": "^8.4.0",
"@storybook/addon-a11y": "6.5.10",
"@storybook/addon-essentials": "6.5.10",
"@storybook/addon-postcss": "^2.0.0",
Expand All @@ -47,29 +47,29 @@
"@storybook/manager-webpack5": "6.5.10",
"@storybook/react": "6.5.10",
"@storybook/theming": "6.5.10",
"@types/jest": "^28.1.7",
"@types/jest": "^28.1.8",
"@types/react": "^17.0.48",
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"@typescript-eslint/eslint-plugin": "^5.35.1",
"@typescript-eslint/parser": "^5.35.1",
"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.24.1",
"eslint": "^8.22.0",
"core-js": "^3.25.0",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
"eslint-plugin-immutable": "^1.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react": "^7.31.1",
"eslint-plugin-react-hooks": "^4.6.0",
"framer-motion": "^6.5.1",
"jest": "^28.1.3",
Expand All @@ -80,7 +80,7 @@
"react": "*",
"react-dom": "*",
"react-is": "^17.0.2",
"rollup": "^2.78.0",
"rollup": "^2.78.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^5.3.5",
Expand All @@ -89,7 +89,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslib": "^2.4.0",
"typescript": "4.7.4",
"typescript": "4.8.2",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.74.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.127.0';
const version = '0.128.0';

type IrisMeta =
| true
Expand Down
Loading

0 comments on commit 8bfd28e

Please # to comment.