-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
skip-release - Modified files for sanitize didn't get prettier format…
…ting and bumps for dependencies (#1717) * chore(prettier): changes are formatting only to keep in line with recent updates * chore(app): bump vue, @sveltejs/package, sass, classnames, @types/react, @vue/eslint-config-prettier, @nrwl/devkit * fix(eslint): config for VS Code * fix(core/config): missing type keyword for interfaces * chore(app): bump vue, classnames, @vitejs/plugin-vue
- Loading branch information
1 parent
01df8c5
commit 15bcfd3
Showing
13 changed files
with
208 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"prettier.configPath": "prettier.config.mjs", | ||
"prettier.ignorePath": ".prettierignore", | ||
"prettier.prettierPath": "" | ||
"prettier.ignorePath": ".eslintignore", | ||
"editor.defaultFormatter": "esbenp.prettier-vscode" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
"name": "@carbon/charts-monorepo", | ||
"private": true, | ||
"description": "Carbon Charts component libraries for JavaScript, Angular, React, Svelte and Vue", | ||
"type": "module", | ||
"scripts": { | ||
"clean:root": "rm -rf node_modules yarn.lock .yarn/cache .yarn/install-state.gz", | ||
"clean:pages": "rm -rf pages && mkdir -p pages && touch pages/.nojekyll && echo 'charts.carbondesignsystem.com' > pages/CNAME", | ||
|
@@ -27,7 +28,7 @@ | |
"packageManager": "[email protected]", | ||
"prettier": "./prettier.config.mjs", | ||
"devDependencies": { | ||
"@nrwl/devkit": "^17.2.7", | ||
"@nrwl/devkit": "^17.2.8", | ||
"@storybook/addon-essentials": "~7.6.6", | ||
"@storybook/addon-interactions": "~7.6.6", | ||
"@storybook/addon-links": "~7.6.6", | ||
|
@@ -42,7 +43,7 @@ | |
"@storybook/vue3-vite": "~7.6.6", | ||
"@typescript-eslint/eslint-plugin": "^6.16.0", | ||
"@typescript-eslint/parser": "^6.16.0", | ||
"@vue/eslint-config-prettier": "^8.0.0", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
|
@@ -65,7 +66,7 @@ | |
"react-dom": "^18.2.0", | ||
"storybook": "~7.6.6", | ||
"vite": "^5.0.10", | ||
"vue": "^3.3.13" | ||
"vue": "^3.4.3" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.