Skip to content

Commit

Permalink
Examples-template: remove caret from the eslint config version. (#28)
Browse files Browse the repository at this point in the history
* Examples-template: remove caret from the eslint config version.

* README auto update [skip ci]

---------

Co-authored-by: Ilya Vinogradov <[email protected]>
Co-authored-by: DevExpressExampleBot <[email protected]>
  • Loading branch information
3 people authored Jun 30, 2023
1 parent 7ca4fe8 commit b1f6cec
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^15.1.0",
"@types/jasmine": "~4.3.0",
"eslint": "^8.39.0",
"eslint-config-devextreme": "^1.1.3",
"eslint-config-devextreme": "1.1.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<!-- default badges list -->
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/340354634/22.2.3%2B)
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1129779)
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
<!-- default badges end -->
Expand Down
2 changes: 1 addition & 1 deletion React/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion React/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"eslint": "^8.35.0",
"eslint-config-devextreme": "^1.1.3",
"eslint-config-devextreme": "1.1.3",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-perf": "^3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion Vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@vue/test-utils": "^2.2.6",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.22.0",
"eslint-config-devextreme": "^1.1.3",
"eslint-config-devextreme": "1.1.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.3",
Expand Down
2 changes: 1 addition & 1 deletion jQuery/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jQuery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"eslint": "^8.41.0",
"eslint-config-devextreme": "^1.1.3",
"eslint-config-devextreme": "1.1.3",
"eslint-plugin-no-only-tests": "^3.1.0",
"htmlhint": "^1.1.4",
"lite-server": "^2.5.4",
Expand Down

0 comments on commit b1f6cec

Please sign in to comment.