Skip to content

Commit

Permalink
chore(deps): sync dependency versions (carbon-design-system#10551)
Browse files Browse the repository at this point in the history
### Description

Sync dependency versions across all packages.

### Changelog

**New**

- {{new thing}}

**Changed**

- sync deps versions across all packages

**Removed**

- {{removed thing}}

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
kennylam authored Jun 9, 2023
1 parent a1554c6 commit a94498a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions web-components/packages/carbon-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@
"@babel/plugin-proposal-object-rest-spread": "~7.12.0",
"@babel/plugin-proposal-optional-chaining": "~7.12.0",
"@babel/plugin-transform-modules-commonjs": "~7.12.0",
"@babel/plugin-transform-runtime": "~7.12.0",
"@babel/plugin-transform-runtime": "7.18.5",
"@babel/plugin-transform-template-literals": "~7.12.0",
"@babel/plugin-transform-typescript": "~7.12.0",
"@babel/preset-env": "~7.12.0",
"@babel/preset-modules": "~0.1.5",
"@babel/preset-modules": "^0.1.5",
"@babel/template": "~7.12.0",
"@babel/traverse": "~7.12.0",
"@carbon/icon-helpers": "^10.28.0",
Expand All @@ -101,6 +101,7 @@
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^8.4.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/pluginutils": "^4.2.0",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-docs": "^6.5.15",
Expand All @@ -124,12 +125,12 @@
"@webcomponents/webcomponents-platform": "^1.0.1",
"async-done": "^1.3.0",
"autoprefixer": "^9.8.8",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-template-html-minifier": "^4.1.0",
"cache-loader": "^4.1.0",
"child-process-promise": "^2.2.1",
"commander": "^7.2.0",
"commander": "^4.1.0",
"core-js": "^3.19.1",
"cross-env": "^7.0.0",
"css-loader": "^5.2.0",
Expand Down Expand Up @@ -173,7 +174,6 @@
"karma-sourcemap-loader": "^0.4.0",
"karma-spec-reporter": "0.0.36",
"karma-webpack": "^4.0.2",
"lint-staged": "^12.3.8",
"magic-string": "^0.30.0",
"mini-css-extract-plugin": "~2.7.0",
"mkdirp": "^0.5.0",
Expand All @@ -183,7 +183,7 @@
"postcss": "^8.2.10",
"postcss-loader": "^3.0.0",
"postcss-selector-parser": "^6.0.0",
"prop-types": "^15.7.0",
"prop-types": "^15.7.2",
"puppeteer": "^13.0.0",
"react": "16.14.0",
"react-dom": "16.14.0",
Expand All @@ -193,7 +193,6 @@
"resize-observer-polyfill": "^1.5.0",
"rollup": "^2.55.1",
"rollup-plugin-multi-input": "^1.3.1",
"rollup-plugin-terser": "^7.0.2",
"rtlcss": "^3.0.0",
"sass": "~1.62.0",
"sass-loader": "^10.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="bx--text-input__field-wrapper">
<input
aria-describedby="helper-text"
autocomplete=""
autocomplete="on"
autofocus=""
class="bx--text-input bx--text-input--light bx--text-input--xl"
disabled=""
Expand Down

0 comments on commit a94498a

Please sign in to comment.