Skip to content

Commit

Permalink
Resolve compatibility issues: docs website, @carbon/charts-react with…
Browse files Browse the repository at this point in the history
… jsx-runtime, @carbon/charts-svelte for non-TypeScript users (#1958)

* chore(deps,tests): bump and rebase tests

* chore(deps): adjust deps

* fix(docs): installation page adjustments

* chore(node): minor bump

* chore(deps): bump, add @reach/tabs for docs

* fix(docs): make compatible w/react 19

* fix(tabs): adjust api for @reach/tabs

* chore(deps): bump

* chore(react): remove need for jsx-runtime

* docs(svelte): update read me for future next release

* chore(svelte): improve webpack compatibility

* fix(docs): use resolutions to update react-is

* fix(yarn): update lock

* fix(scss): remove @reach/charts styling

* chore(deps): bump

* chore(svelte): build needs to output JS - not TS

* chore(deps): bump

* chore(docs): svelte

* chore(yarn): update lock

* chore(deps): bump
  • Loading branch information
nstuyvesant authored Feb 18, 2025
1 parent b07a629 commit e6081ca
Show file tree
Hide file tree
Showing 108 changed files with 25,044 additions and 11,524 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,40 @@
"packages/*"
],
"engines": {
"node": "^20.18.2 ^22.13.1"
"node": "^20.18.3 ^22.13.1"
},
"packageManager": "yarn@4.6.0",
"resolutions": {
"react-is": "19.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/compat": "^1.2.6",
"@eslint/js": "^9.20.0",
"@playwright/test": "^1.50.1",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.3.0",
"eslint": "^9.20.0",
"@vue/eslint-config-typescript": "^14.4.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-jsdoc": "^50.6.3",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"globals": "^15.15.0",
"husky": "^9.1.7",
"lerna": "^8.1.9",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier": "^3.5.1",
"prettier-config-carbon": "^0.11.0",
"prettier-plugin-svelte": "^3.3.3",
"svelte": "^5.19.9",
"svelte": "^5.20.1",
"svelte-eslint-parser": "^0.43.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.23.0",
"typescript-eslint": "^8.24.1",
"vue-eslint-parser": "^9.4.3"
},
"release": {
Expand Down
28 changes: 14 additions & 14 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,23 @@
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.6",
"@angular/cli": "^19.1.6",
"@angular/common": "^19.1.5",
"@angular/compiler": "^19.1.5",
"@angular/compiler-cli": "^19.1.5",
"@angular/core": "^19.1.5",
"@angular/platform-browser": "^19.1.5",
"@angular/platform-browser-dynamic": "^19.1.5",
"@carbon/icons": "^11.54.0",
"@angular-devkit/build-angular": "^19.1.7",
"@angular/cli": "^19.1.7",
"@angular/common": "^19.1.6",
"@angular/compiler": "^19.1.6",
"@angular/compiler-cli": "^19.1.6",
"@angular/core": "^19.1.6",
"@angular/platform-browser": "^19.1.6",
"@angular/platform-browser-dynamic": "^19.1.6",
"@carbon/icons": "^11.55.0",
"@playwright/test": "^1.50.1",
"angular-eslint": "^19.0.2",
"angular-eslint": "^19.1.0",
"concurrently": "^9.1.2",
"eslint": "^9.20.0",
"eslint": "^9.20.1",
"ng-packagr": "^19.1.2",
"prettier": "^3.4.2",
"typescript": ">=5.5.0 <5.7.0",
"typescript-eslint": "^8.23.0",
"prettier": "^3.5.1",
"typescript": ">=5.5.0 <5.8.0",
"typescript-eslint": "^8.24.1",
"zone.js": "~0.15.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit e6081ca

Please sign in to comment.