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

Commit

Permalink
0.145.0 (#342)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliewongbandue authored Aug 15, 2023
1 parent 4538b56 commit 72b9b94
Show file tree
Hide file tree
Showing 4 changed files with 1,251 additions and 1,155 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.144.4",
"@vimeo/iris": "^0.145.0",
"next": "12.0.3",
"polished": "^4.1.3",
"react": "17.0.2",
Expand Down
38 changes: 19 additions & 19 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.144.4",
"version": "0.145.0",
"private": false,
"license": "MIT",
"description": "Vimeo Design System",
Expand All @@ -14,39 +14,39 @@
"types": "index.d.ts",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.22.6",
"@babel/runtime": "^7.22.10",
"react-colorful": "^5.6.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/core": "^7.22.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@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": "7.2.1",
"@storybook/addon-docs": "^7.2.1",
"@storybook/addon-essentials": "7.2.1",
"@storybook/addon-a11y": "7.3.0",
"@storybook/addon-docs": "^7.3.0",
"@storybook/addon-essentials": "7.3.0",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-storysource": "7.2.1",
"@storybook/cli": "^7.2.1",
"@storybook/components": "7.2.1",
"@storybook/react": "7.2.1",
"@storybook/react-webpack5": "7.2.1",
"@storybook/source-loader": "^7.2.1",
"@storybook/theming": "7.2.1",
"@storybook/addon-storysource": "7.3.0",
"@storybook/cli": "^7.3.0",
"@storybook/components": "7.3.0",
"@storybook/react": "7.3.0",
"@storybook/react-webpack5": "7.3.0",
"@storybook/source-loader": "^7.3.0",
"@storybook/theming": "7.3.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^28.1.8",
"@types/node": "^14.18.54",
"@types/react": "^17.0.62",
"@types/react": "^17.0.64",
"@types/react-dom": "^17.0.20",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.9",
Expand All @@ -61,7 +61,7 @@
"circular-dependency-plugin": "^5.2.2",
"core-js": "^3.32.0",
"csstype": "^3.1.2",
"eslint": "^8.46.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-react": "^1.1.7",
"eslint-formatter-codeframe": "^7.32.1",
Expand All @@ -75,7 +75,7 @@
"framer-motion": "^6.5.1",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lost-pixel": "^3.4.1",
"lost-pixel": "^3.4.3",
"polished": "^4.2.2",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
Expand All @@ -85,7 +85,7 @@
"rollup": "^2.79.1",
"rollup-plugin-multi-input": "^1.4.1",
"rollup-plugin-terser": "^7.0.2",
"storybook": "7.2.1",
"storybook": "7.3.0",
"storybook-dark-mode": "^3.0.1",
"styled-components": "^5.3.11",
"stylelint": "^13.13.1",
Expand Down
Loading

0 comments on commit 72b9b94

Please sign in to comment.