Skip to content

Commit

Permalink
release: Update peers to v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles Johnson committed Mar 4, 2020
1 parent db08613 commit 1732307
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "lunar-root",
"version": "2.0.0",
"version": "3.0.0",
"description": "React toolkit and design language for Airbnb open source and internal projects.",
"license": "MIT",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion packages/apollo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-apollo",
"version": "2.8.2",
"release": "1583350587083",
"description": "Apollo and GraphQL utilities.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,7 +18,7 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0",
"@airbnb/lunar": "^3.0.0",
"graphql": "^14.1.0",
"graphql-tag": "^2.10.0",
"react": "^16.8.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/app-shell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-app-shell",
"version": "2.3.2",
"release": "1583350587083",
"description": "Application shell powered by Lunar.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,7 +18,7 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0",
"@airbnb/lunar": "^3.0.0",
"react": "^16.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/composer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-composer",
"version": "1.3.6",
"release": "1583350587083",
"description": "Unified composer for doing all the things.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,11 +18,10 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0",
"@airbnb/lunar": "^3.0.0",
"react": "^16.9.0"
},
"devDependencies": {
"@airbnb/lunar": "^2.64.2",
"react": "^16.13.0"
},
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar",
"version": "2.64.2",
"release": "1583350587083",
"description": "React toolkit and design language for Airbnb open source and internal projects.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,7 +18,7 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar-icons": "^2.0.0",
"@airbnb/lunar-icons": "^3.0.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
7 changes: 0 additions & 7 deletions packages/core/test/components/List/Item.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ import { mount, shallow } from 'enzyme';
import ListItem from '../../../src/components/List/Item';

describe('<ListItem />', () => {
it('errors if no children', () => {
expect(() => {
// @ts-ignore
mount(<ListItem />);
}).toThrow();
});

it('renders a <li /> by default', () => {
const wrapper = shallow(<ListItem>Content</ListItem>);
expect(wrapper.type()).toEqual('li');
Expand Down
3 changes: 2 additions & 1 deletion packages/forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-forms",
"version": "2.8.1",
"release": "1583350587083",
"description": "Form functionality for Lunar.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,7 +18,7 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0",
"@airbnb/lunar": "^3.0.0",
"react": "^16.8.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-icons",
"version": "2.8.1",
"release": "1583350587083",
"description": "Icons for Lunar.",
"license": "(MIT AND Apache-2.0)",
"main": "./lib/index.js",
Expand Down
5 changes: 3 additions & 2 deletions packages/layouts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-layouts",
"version": "2.8.1",
"release": "1583350587083",
"description": "Pre-defined page layouts for Lunar.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,8 +18,8 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0",
"@airbnb/lunar-icons": "^2.0.0",
"@airbnb/lunar": "^3.0.0",
"@airbnb/lunar-icons": "^3.0.0",
"react": "^16.8.0"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-metrics",
"version": "2.3.2",
"release": "1583350587083",
"description": "Metrics handling for Lunar.",
"license": "MIT",
"main": "./lib/index.js",
Expand All @@ -17,7 +18,7 @@
"build:esm": "BUILD=esm babel --root-mode upward --extensions .ts,.tsx ./src --out-dir ./esm"
},
"peerDependencies": {
"@airbnb/lunar": "^2.0.0"
"@airbnb/lunar": "^3.0.0"
},
"devDependencies": {
"@airbnb/lunar-test-utils": "^2.4.2"
Expand Down
1 change: 1 addition & 0 deletions packages/test-utils/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ tsconfig.json
src/
test/
types/
.eslintrc
1 change: 1 addition & 0 deletions packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@airbnb/lunar-test-utils",
"version": "2.4.2",
"release": "1583350587083",
"description": "Utilities for local testing.",
"license": "MIT",
"main": "./lib/index.js",
Expand Down

0 comments on commit 1732307

Please sign in to comment.