From 46a85b4e6f48c35d785a113434f038b7879313be Mon Sep 17 00:00:00 2001 From: Soham Shah <47717492+sohamsshah@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:22:03 +0530 Subject: [PATCH] update with-redux-toolkit-typescript (#26714) ## Bug - [X] Related issues linked using `fixes #26713 ` ## Feature - [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR. - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Documentation added - [ ] Telemetry added. In case of a feature if it's used or not. ## Documentation / Examples - [X] Make sure the linting passes ## Screenshots After this small change the warning disappears. ![image](https://user-images.githubusercontent.com/47717492/123749377-fd56fb80-d8d2-11eb-8b70-dbb7f6f16050.png) --- examples/with-redux-toolkit-typescript/next-env.d.ts | 1 + examples/with-redux-toolkit-typescript/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/with-redux-toolkit-typescript/next-env.d.ts b/examples/with-redux-toolkit-typescript/next-env.d.ts index 7b7aa2c7727d8..c6643fda12ff6 100644 --- a/examples/with-redux-toolkit-typescript/next-env.d.ts +++ b/examples/with-redux-toolkit-typescript/next-env.d.ts @@ -1,2 +1,3 @@ /// /// +/// diff --git a/examples/with-redux-toolkit-typescript/package.json b/examples/with-redux-toolkit-typescript/package.json index 3be0c3a681e97..8e30fae3483e0 100644 --- a/examples/with-redux-toolkit-typescript/package.json +++ b/examples/with-redux-toolkit-typescript/package.json @@ -29,6 +29,6 @@ "jest-css-modules-transform": "^4.2.0", "ts-jest": "^26.0.0", "ts-node": "^9.0.0", - "typescript": "4.2.3" + "typescript": "^4.3.4" } }