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

Commit

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

* 0.131.0
  • Loading branch information
juliewongbandue authored Sep 28, 2022
1 parent 6649e65 commit 85c0ce0
Show file tree
Hide file tree
Showing 4 changed files with 145 additions and 128 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.130.0",
"@vimeo/iris": "^0.131.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.130.0",
"version": "0.131.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.1",
"@babel/core": "^7.19.3",
"@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.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.19.0",
Expand All @@ -55,16 +55,16 @@
"@types/react-dom": "^17.0.17",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.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.25.1",
"eslint": "^8.23.1",
"core-js": "^3.25.3",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
Expand All @@ -83,16 +83,16 @@
"react": "*",
"react-dom": "*",
"react-is": "^17.0.2",
"rollup": "^2.79.0",
"rollup": "^2.79.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^5.3.5",
"styled-components": "^5.3.6",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^4.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"tslib": "^2.4.0",
"typescript": "4.8.3",
"typescript": "4.8.4",
"typescript-plugin-styled-components": "^2.0.0",
"webpack": "^5.74.0"
},
Expand All @@ -101,7 +101,7 @@
"polished": "^4.2.2",
"react": "^16.13.1 || ^17.0.0",
"react-dom": "^16.13.1 || ^17.0.0",
"styled-components": "^5.3.5"
"styled-components": "^5.3.6"
},
"resolutions": {
"@types/react": "^17.0.50",
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.130.0';
const version = '0.131.0';

type IrisMeta =
| true
Expand Down
Loading

0 comments on commit 85c0ce0

Please sign in to comment.