Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update with-redux-toolkit-typescript #26714

Merged
merged 2 commits into from
Jun 29, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
update with-redux-toolkit-typescript
sohamsshah committed Jun 29, 2021
commit 78b594b64fdc57131f9c4de96285d0273a76ad6d
1 change: 1 addition & 0 deletions examples/with-redux-toolkit-typescript/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />
2 changes: 1 addition & 1 deletion examples/with-redux-toolkit-typescript/package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}