Skip to content

Commit

Permalink
lazy import
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Nov 16, 2019
1 parent 54c8aa4 commit eb2c0eb
Show file tree
Hide file tree
Showing 152 changed files with 517 additions and 559 deletions.
4 changes: 2 additions & 2 deletions build/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"string-raw": "^1.0.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"enzyme": "^3.7.0",
"jest-in-case": "^1.0.2",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-test-renderer": "^16.8.0"
}
}
6 changes: 3 additions & 3 deletions build/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"main": "index.js",
"description": "utility script used to server side render components in an isolated non-virtual dom environment to ensure components can be properly rehydrated",
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react": "16.12.0",
"react-dom": "16.12.0"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/polyfill": "^7.0.0"
}
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
"@types/mocha": "^2.2.39",
"@types/prop-types": "^15.5.1",
"@types/ramda": "^0.26.33",
"@types/react-dom": "^16.8.0",
"@types/react-dom": "16.9.4",
"@types/react-intl": "^2.3.8",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-dom": "5.1.2",
"@types/react-syntax-highlighter": "^10.2.0",
"@types/react-test-renderer": "^16.8.1",
"@types/react-virtualized": "^9.18.12",
Expand Down Expand Up @@ -332,7 +332,7 @@
"@types/prosemirror-view": "^1.9.0",
"@types/puppeteer": "^1.12.1",
"@types/query-string": "^4.3.1",
"@types/react": "^16.8.0",
"@types/react": "16.9.11",
"@types/react-beautiful-dnd": "^11.0.1",
"@types/react-helmet": "^5.0.8",
"@types/react-loadable": "^5.4.1",
Expand Down Expand Up @@ -498,15 +498,15 @@
"raf-schd": "^2.1.0",
"raf-stub": "^2.0.1",
"re-resizable": "^6.0.0",
"react": "^16.8.0",
"react": "16.12.0",
"react-ace": "^6.1.0",
"react-addons-css-transition-group": "^15.6.2",
"react-addons-text-content": "^0.0.4",
"react-animate-height": "^2.0.5",
"react-beautiful-dnd": "^10.0.2",
"react-codesandboxer": "^3.1.5",
"react-deprecate": "^0.1.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-fast-compare": "^2.0.1",
"react-flexa": "^0.9.1",
"react-focus-lock": "^1.19.1",
Expand All @@ -524,7 +524,7 @@
"react-popper": "1.0.2",
"react-render-image": "^1.1.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-dom": "5.1.2",
"react-scrolllock": "^3.0.2",
"react-select": "^3.0.4",
"react-syntax-highlighter": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/bitbucket/mobile-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
"@babel/runtime": "7.7.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
"@atlaskit/docs": "^8.1.8",
"@atlaskit/navigation": "^35.2.5",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-test-renderer": "^16.8.0"
}
}
2 changes: 1 addition & 1 deletion packages/bitbucket/panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-focus-within": "^2.0.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/analytics-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "16.12.0"
},
"devDependencies": {
"@atlaskit/build-utils": "^2.2.5",
Expand All @@ -36,7 +36,7 @@
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/type-helpers": "^4.2.2",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"redux": "^3.7.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/core/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"prop-types": "^15.5.10"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "16.12.0"
},
"devDependencies": {
"@atlaskit/build-utils": "^2.2.5",
"@atlaskit/docs": "^8.1.8",
"@atlaskit/section-message": "^4.1.1",
"@atlaskit/ssr": "^0.1.1",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-redux": "^5.0.0",
"redux": "^3.7.2",
"wait-for-expect": "^1.2.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/avatar-group/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -43,12 +43,12 @@
"@atlaskit/toggle": "^8.1.2",
"@atlaskit/visual-regression": "^0.1.3",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"wait-for-expect": "^1.2.0"
},
"keywords": [
"atlaskit",
"react",
"ui"
]
}
}
6 changes: 3 additions & 3 deletions packages/core/avatar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -44,12 +44,12 @@
"@atlaskit/webdriver-runner": "^0.1.5",
"@testing-library/react": "^8.0.1",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"wait-for-expect": "^1.2.0"
},
"keywords": [
"atlaskit",
"react",
"ui"
]
}
}
6 changes: 3 additions & 3 deletions packages/core/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -36,10 +36,10 @@
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/visual-regression": "^0.1.3",
"@atlaskit/webdriver-runner": "^0.1.5",
"@types/react": "^16.8.0",
"@testing-library/react": "^8.0.1",
"@types/react": "16.9.11",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-test-renderer": "^16.8.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"@testing-library/react": "^8.0.1",
"@types/react-test-renderer": "^16.8.1",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-test-renderer": "^16.8.0",
"wait-for-expect": "^1.2.0"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/core/blanket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -37,7 +37,7 @@
"@atlaskit/docs": "^8.1.8",
"@atlaskit/ssr": "^0.1.1",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"wait-for-expect": "^1.2.0"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions packages/core/breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -45,9 +45,9 @@
"@testing-library/react": "^8.0.1",
"enzyme": "^3.7.0",
"jest-in-case": "^1.0.2",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-dom": "5.1.2",
"wait-for-expect": "^1.2.0"
}
}
8 changes: 4 additions & 4 deletions packages/core/button/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "16.12.0"
},
"devDependencies": {
"@atlaskit/build-utils": "^2.2.7",
Expand All @@ -46,12 +46,12 @@
"@atlaskit/visual-regression": "^0.1.3",
"@atlaskit/webdriver-runner": "^0.1.5",
"@testing-library/react": "^8.0.1",
"@types/react-router-dom": "^4.3.1",
"@types/react-router-dom": "5.1.2",
"enzyme": "^3.7.0",
"jest-emotion": "^10.0.10",
"jest-in-case": "^1.0.2",
"react-dom": "^16.8.0",
"react-router-dom": "^4.2.2",
"react-dom": "16.12.0",
"react-router-dom": "5.1.2",
"react-test-renderer": "^16.8.0",
"wait-for-expect": "^1.2.0"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/core/calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -45,9 +45,9 @@
"date-fns": "^1.30.1",
"enzyme": "^3.7.0",
"jest-in-case": "^1.0.2",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-test-renderer": "^16.8.0",
"wait-for-expect": "^1.2.0"
},
"types": "dist/cjs/index.d.ts"
}
}
4 changes: 2 additions & 2 deletions packages/core/checkbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0"
"react": "16.12.0"
},
"devDependencies": {
"@atlaskit/build-utils": "^2.2.7",
Expand All @@ -46,7 +46,7 @@
"@atlaskit/webdriver-runner": "^0.1.5",
"@testing-library/react": "^8.0.1",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"styled-components": "^3.2.6",
"wait-for-expect": "^1.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/visual-regression": "^0.1.3",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0"
"react-dom": "16.12.0"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"author": "Atlassian Pty. Ltd",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/comment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/runtime": "7.7.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -40,7 +40,7 @@
"@atlaskit/ssr": "^0.1.1",
"@atlaskit/visual-regression": "^0.1.3",
"enzyme": "^3.7.0",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"wait-for-expect": "^1.2.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/core/datetime-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"tslib": "^1.9.3"
},
"peerDependencies": {
"react": "^16.8.0",
"react": "16.12.0",
"styled-components": "^3.2.6"
},
"devDependencies": {
Expand All @@ -53,9 +53,9 @@
"enzyme": "^3.7.0",
"enzyme-to-json": "^3.3.0",
"moment": "^2.22.2",
"react-dom": "^16.8.0",
"react-dom": "16.12.0",
"react-lorem-component": "^0.12.2",
"react-test-renderer": "^16.8.0"
},
"types": "dist/cjs/index.d.ts"
}
}
Loading

0 comments on commit eb2c0eb

Please sign in to comment.