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

0.139.0 #221

Merged
merged 4 commits into from
Jan 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.138.0",
"@vimeo/iris": "^0.139.0",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
24 changes: 12 additions & 12 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.138.0",
"version": "0.139.0",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand Down Expand Up @@ -51,40 +51,40 @@
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/react": "^17.0.52",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/styled-components": "^5.1.26",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"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.1",
"eslint": "^8.31.0",
"core-js": "^3.27.2",
"eslint": "^8.32.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.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"framer-motion": "^6.5.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"polished": "^4.2.2",
"pre-commit": "^1.2.2",
"prettier": "^2.8.2",
"prettier": "^2.8.3",
"react": "*",
"react-dom": "*",
"react-is": "^17.0.2",
"rollup": "^2.79.1",
"rollup-plugin-multi-input": "^1.3.2",
"rollup-plugin-multi-input": "^1.3.3",
"rollup-plugin-terser": "^7.0.2",
"styled-components": "^5.3.6",
"stylelint": "^13.13.1",
Expand All @@ -104,7 +104,7 @@
"styled-components": "^5.3.6"
},
"resolutions": {
"@types/react": "^17.0.52",
"@types/react": "^17.0.53",
"react-dom": "*",
"react": "*"
},
Expand Down
Loading