Skip to content

Commit

Permalink
fix: updated Babel to latest to fix yarn install issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Sep 22, 2022
1 parent 573a9af commit 5eccaf0
Show file tree
Hide file tree
Showing 19 changed files with 1,889 additions and 1,819 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16.15.0
v16.17.0
785 changes: 0 additions & 785 deletions .yarn/releases/yarn-3.2.0.cjs

This file was deleted.

783 changes: 783 additions & 0 deletions .yarn/releases/yarn-3.2.3.cjs

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
yarnPath: .yarn/releases/yarn-3.2.0.cjs
npmRegistryServer: "https://registry.yarnpkg.com"
enableStrictSsl: false
nodeLinker: "node-modules"

nodeLinker: node-modules

npmRegistryServer: "https://registry.yarnpkg.com"

npmScopes:
okta:
npmRegistryServer: ${OKTA_NPM_REGISTRY_SERVER-https://registry.yarnpkg.com}
npmRegistryServer: "${OKTA_NPM_REGISTRY_SERVER-https://registry.yarnpkg.com}"

yarnPath: .yarn/releases/yarn-3.2.3.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"packages/*"
],
"resolutions": {
"@babel/plugin-transform-typescript": "^7.15.0"
"@babel/plugin-transform-typescript": "^7.19.1"
},
"engines": {
"yarn": "^3.2.0",
Expand Down Expand Up @@ -45,5 +45,5 @@
"stylelint": "^13.13.1"
},
"version": "0.5.0",
"packageManager": "yarn@3.2.0"
"packageManager": "yarn@3.2.3"
}
4 changes: 2 additions & 2 deletions packages/babel-plugin-fully-specified/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/types": "^7.14.5"
"@babel/types": "^7.19.0"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"jest": "^29.0.3",
"jest-environment-jsdom": "^29.0.3",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/browserslist-config-odyssey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/odyssey-babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/template": "^7.12.13",
"@babel/types": "^7.14.5",
"@babel/template": "^7.18.10",
"@babel/types": "^7.19.0",
"postcss-load-config": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/core": "^7.19.1",
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-postcss-preset": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"jest": "^29.0.3",
"postcss": "^8.3.6",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"@okta/odyssey-postcss-preset": ">= 0.8.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/odyssey-babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"prepack": "yarn exec prepack"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@okta/odyssey-babel-plugin": "^0.15.0"
},
"devDependencies": {
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"@types/babel__core": "^7.1.15",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
}
}
8 changes: 4 additions & 4 deletions packages/odyssey-ie-11-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/preset-env": "7.15.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@babel/core": "7.19.1",
"@babel/preset-env": "7.19.1",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@okta/browserslist-config-odyssey": "^0.15.0",
"@okta/odyssey-babel-preset": "^0.15.0",
"babel-loader": "8.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-postcss-scss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/sass": "^1.16.1",
"jest": "^29.0.3",
"postcss": "^8.3.6",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"postcss": "^8.3.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/odyssey-postcss-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@okta/odyssey-lifecycle": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"jest": "^29.0.3",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"postcss": "^8.3.6"
Expand Down
6 changes: 3 additions & 3 deletions packages/odyssey-react-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@okta/odyssey-design-tokens": "^0.15.0"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
Expand Down Expand Up @@ -53,7 +53,7 @@
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"stylelint": "^13.13.1",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"@emotion/react": "^11",
Expand Down
6 changes: 3 additions & 3 deletions packages/odyssey-react-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"hoist-non-react-statics": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@okta/browserslist-config-odyssey": "^0.15.0",
"@okta/odyssey-babel-preset": "^0.15.0",
"@okta/odyssey-lifecycle": "^0.15.0",
Expand All @@ -42,7 +42,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.4.4"
"typescript": "^4.8.3"
},
"peerDependencies": {
"react": ">=16 <18",
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"choices.js": "^9.0.1"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.1",
"@okta/browserslist-config-odyssey": "^0.15.0",
"@okta/odyssey-babel-preset": "^0.15.0",
"@okta/odyssey-lifecycle": "^0.15.0",
Expand Down
26 changes: 13 additions & 13 deletions packages/odyssey-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"@applitools/eyes-storybook": "^3.27.6",
"@babel/core": "^7.15.0",
"@babel/core": "^7.19.1",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.9.2",
"@mui/utils": "^5.9.2",
Expand All @@ -23,25 +23,25 @@
"@okta/odyssey-react-theme": "^0.15.0",
"@okta/odyssey-typescript": "^0.15.0",
"@pxblue/storybook-rtl-addon": "^1.0.1",
"@storybook/addon-a11y": "^6.5.10",
"@storybook/addon-actions": "^6.5.10",
"@storybook/addon-essentials": "^6.5.10",
"@storybook/addon-links": "^6.5.10",
"@storybook/addon-a11y": "^6.5.12",
"@storybook/addon-actions": "^6.5.12",
"@storybook/addon-essentials": "^6.5.12",
"@storybook/addon-links": "^6.5.12",
"@storybook/addon-postcss": "^3.0.0-alpha.1",
"@storybook/addons": "^6.5.10",
"@storybook/api": "^6.5.10",
"@storybook/client-api": "^6.5.10",
"@storybook/components": "^6.5.10",
"@storybook/core-events": "^6.5.10",
"@storybook/react": "^6.5.10",
"@storybook/theming": "^6.5.10",
"@storybook/addons": "^6.5.12",
"@storybook/api": "^6.5.12",
"@storybook/client-api": "^6.5.12",
"@storybook/components": "^6.5.12",
"@storybook/core-events": "^6.5.12",
"@storybook/react": "^6.5.12",
"@storybook/theming": "^6.5.12",
"@types/mdx": "^2.0.1",
"@types/react": "^17.0.30",
"babel-loader": "^8",
"markdown-to-jsx": "^7.1.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.4",
"typescript": "^4.8.3",
"webpack": "4.46.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/odyssey-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"private": true,
"main": "src/config.js",
"dependencies": {
"@babel/generator": "^7.15.0",
"@babel/types": "^7.14.5"
"@babel/generator": "^7.19.0",
"@babel/types": "^7.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/odyssey-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"license": "Apache-2.0",
"private": true,
"peerDependencies": {
"typescript": "^4.4.4"
"typescript": "^4.8.3"
}
}
Loading

0 comments on commit 5eccaf0

Please sign in to comment.