Skip to content

Commit 36a85d6

Browse files
fix: resolve missing peer dependencies
1 parent 7a36646 commit 36a85d6

File tree

8 files changed

+33
-3
lines changed

8 files changed

+33
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "lerna run test",
2727
"typecheck": "lerna run typecheck",
2828
"build": "lerna run build --ignore @okta/odyssey-ie-11-sandbox --ignore @okta/odyssey-storybook",
29-
"postinstall": "yarn build && [ -z \"CI\" ] && husky install || exit 0"
29+
"postinstall": "yarn build && [ -z \"$CI\" ] && husky install || exit 0"
3030
},
3131
"devDependencies": {
3232
"@commitlint/cli": "^14.0.0",

packages/odyssey-babel-loader/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
"babel-loader": "^8"
1919
},
2020
"devDependencies": {
21-
"@okta/odyssey-lifecycle": "^0.11.3"
21+
"@babel/core": "^7.15.0",
22+
"@okta/odyssey-lifecycle": "^0.11.3",
23+
"webpack": "4.46.0"
2224
}
2325
}

packages/odyssey-babel-plugin/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"postcss-load-config": "^3.1.0"
2323
},
2424
"devDependencies": {
25+
"@babel/core": "^7.15.0",
2526
"@okta/odyssey-lifecycle": "^0.11.3",
2627
"@okta/odyssey-postcss-preset": "^0.11.3",
2728
"@okta/odyssey-typescript": "^0.11.3",

packages/odyssey-react-theme/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
},
2525
"devDependencies": {
2626
"@babel/cli": "^7.14.8",
27+
"@babel/core": "^7.15.0",
2728
"@okta/browserslist-config-odyssey": "^0.11.3",
2829
"@okta/odyssey-babel-preset": "^0.11.3",
2930
"@okta/odyssey-lifecycle": "^0.11.3",

packages/odyssey-react/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.14.8",
28+
"@babel/core": "^7.15.0",
2829
"@okta/browserslist-config-odyssey": "^0.11.3",
2930
"@okta/odyssey-babel-preset": "^0.11.3",
3031
"@okta/odyssey-icons": "^0.11.3",
@@ -35,6 +36,7 @@
3536
"@okta/odyssey-svgr": "^0.11.3",
3637
"@okta/odyssey-typescript": "^0.11.3",
3738
"@svgr/cli": "^5.5.0",
39+
"@testing-library/dom": "^7.28.1",
3840
"@testing-library/jest-dom": "^5.12.0",
3941
"@testing-library/react": "^11.2.7",
4042
"@testing-library/react-hooks": "^7.0.2",
@@ -47,9 +49,11 @@
4749
"eslint": "^7.27.0",
4850
"jest": "^26.6.3",
4951
"jest-axe": "^5.0.1",
52+
"postcss": "^8.3.6",
5053
"react": "^17.0.2",
5154
"react-dom": "^17.0.2",
5255
"regenerator-runtime": "^0.13.7",
56+
"stylelint": "^13.13.1",
5357
"typescript": "^4.4.4"
5458
},
5559
"peerDependencies": {

packages/odyssey-storybook/package.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@applitools/eyes-storybook": "^3.24.0",
14+
"@babel/core": "^7.15.0",
1415
"@okta/odyssey-babel-loader": "^0.11.3",
1516
"@okta/odyssey-design-tokens": "^0.11.3",
1617
"@okta/odyssey-lifecycle": "^0.11.3",
@@ -24,14 +25,19 @@
2425
"@storybook/addon-links": "^6.3.7",
2526
"@storybook/addon-postcss": "^2.0.0",
2627
"@storybook/addons": "^6.3.12",
28+
"@storybook/api": "^6.3.0",
2729
"@storybook/client-api": "^6.3.7",
30+
"@storybook/components": "^6.3.0",
31+
"@storybook/core-events": "^6.3.0",
2832
"@storybook/react": "^6.3.7",
2933
"@storybook/theming": "^6.3.12",
3034
"@types/mdx": "^2.0.1",
3135
"@types/react": "^17.0.30",
36+
"babel-loader": "^8",
3237
"react": "^17.0.2",
3338
"react-dom": "^17.0.2",
34-
"typescript": "^4.4.4"
39+
"typescript": "^4.4.4",
40+
"webpack": "4.46.0"
3541
},
3642
"scripts": {
3743
"start": "start-storybook --quiet --port 6006",

packages/odyssey-stylelint/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"devDependencies": {
2121
"jest": "^26.6.3",
2222
"jest-preset-stylelint": "^4.1.1",
23+
"postcss": "^8.3.6",
2324
"postcss-scss": "^4.0.0"
2425
},
2526
"peerDependencies": {

yarn.lock

+15
Original file line numberDiff line numberDiff line change
@@ -5326,15 +5326,18 @@ __metadata:
53265326
version: 0.0.0-use.local
53275327
resolution: "@okta/odyssey-babel-loader@workspace:packages/odyssey-babel-loader"
53285328
dependencies:
5329+
"@babel/core": ^7.15.0
53295330
"@okta/odyssey-lifecycle": ^0.11.3
53305331
babel-loader: ^8
5332+
webpack: 4.46.0
53315333
languageName: unknown
53325334
linkType: soft
53335335

53345336
"@okta/odyssey-babel-plugin@^0.11.3, @okta/odyssey-babel-plugin@workspace:packages/odyssey-babel-plugin":
53355337
version: 0.0.0-use.local
53365338
resolution: "@okta/odyssey-babel-plugin@workspace:packages/odyssey-babel-plugin"
53375339
dependencies:
5340+
"@babel/core": ^7.15.0
53385341
"@babel/template": ^7.12.13
53395342
"@babel/types": ^7.14.5
53405343
"@okta/odyssey-lifecycle": ^0.11.3
@@ -5518,6 +5521,7 @@ __metadata:
55185521
resolution: "@okta/odyssey-react-theme@workspace:packages/odyssey-react-theme"
55195522
dependencies:
55205523
"@babel/cli": ^7.14.8
5524+
"@babel/core": ^7.15.0
55215525
"@okta/browserslist-config-odyssey": ^0.11.3
55225526
"@okta/odyssey-babel-preset": ^0.11.3
55235527
"@okta/odyssey-design-tokens": ^0.11.3
@@ -5547,6 +5551,7 @@ __metadata:
55475551
resolution: "@okta/odyssey-react@workspace:packages/odyssey-react"
55485552
dependencies:
55495553
"@babel/cli": ^7.14.8
5554+
"@babel/core": ^7.15.0
55505555
"@okta/browserslist-config-odyssey": ^0.11.3
55515556
"@okta/odyssey-babel-preset": ^0.11.3
55525557
"@okta/odyssey-icons": ^0.11.3
@@ -5559,6 +5564,7 @@ __metadata:
55595564
"@okta/odyssey-typescript": ^0.11.3
55605565
"@react-aria/focus": 3.5.0
55615566
"@svgr/cli": ^5.5.0
5567+
"@testing-library/dom": ^7.28.1
55625568
"@testing-library/jest-dom": ^5.12.0
55635569
"@testing-library/react": ^11.2.7
55645570
"@testing-library/react-hooks": ^7.0.2
@@ -5572,9 +5578,11 @@ __metadata:
55725578
eslint: ^7.27.0
55735579
jest: ^26.6.3
55745580
jest-axe: ^5.0.1
5581+
postcss: ^8.3.6
55755582
react: ^17.0.2
55765583
react-dom: ^17.0.2
55775584
regenerator-runtime: ^0.13.7
5585+
stylelint: ^13.13.1
55785586
typescript: ^4.4.4
55795587
peerDependencies:
55805588
react: ">=16 <18"
@@ -5587,6 +5595,7 @@ __metadata:
55875595
resolution: "@okta/odyssey-storybook@workspace:packages/odyssey-storybook"
55885596
dependencies:
55895597
"@applitools/eyes-storybook": ^3.24.0
5598+
"@babel/core": ^7.15.0
55905599
"@okta/odyssey-babel-loader": ^0.11.3
55915600
"@okta/odyssey-design-tokens": ^0.11.3
55925601
"@okta/odyssey-lifecycle": ^0.11.3
@@ -5600,14 +5609,19 @@ __metadata:
56005609
"@storybook/addon-links": ^6.3.7
56015610
"@storybook/addon-postcss": ^2.0.0
56025611
"@storybook/addons": ^6.3.12
5612+
"@storybook/api": ^6.3.0
56035613
"@storybook/client-api": ^6.3.7
5614+
"@storybook/components": ^6.3.0
5615+
"@storybook/core-events": ^6.3.0
56045616
"@storybook/react": ^6.3.7
56055617
"@storybook/theming": ^6.3.12
56065618
"@types/mdx": ^2.0.1
56075619
"@types/react": ^17.0.30
5620+
babel-loader: ^8
56085621
react: ^17.0.2
56095622
react-dom: ^17.0.2
56105623
typescript: ^4.4.4
5624+
webpack: 4.46.0
56115625
languageName: unknown
56125626
linkType: soft
56135627

@@ -5617,6 +5631,7 @@ __metadata:
56175631
dependencies:
56185632
jest: ^26.6.3
56195633
jest-preset-stylelint: ^4.1.1
5634+
postcss: ^8.3.6
56205635
postcss-scss: ^4.0.0
56215636
stylelint-checkstyle-formatter: ^0.1.1
56225637
stylelint-config-prettier: ^8.0.2

0 commit comments

Comments
 (0)