Skip to content

Commit

Permalink
Specify TS 5.0 as min TS version in most dtslint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist committed Dec 10, 2024
1 parent 00ffa44 commit 15f61d1
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/jest/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 4.3
// TypeScript Version: 5.0

/// <reference types="jest" />

Expand Down
2 changes: 1 addition & 1 deletion packages/native/types/base.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Pat Sissons <https://github.com/patsissons>
// TypeScript Version: 3.4
// TypeScript Version: 5.0

import { Theme } from '@emotion/react'
import * as RN from 'react-native'
Expand Down
2 changes: 1 addition & 1 deletion packages/native/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Pat Sissons <https://github.com/patsissons>
// TypeScript Version: 4.1
// TypeScript Version: 5.0

import * as RN from 'react-native'
import { Theme } from '@emotion/react'
Expand Down
2 changes: 1 addition & 1 deletion packages/react/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TypeScript Version: 4.1
// TypeScript Version: 5.0
export * from '..'
2 changes: 1 addition & 1 deletion packages/react/types/tests-theming.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 3.1
// TypeScript Version: 5.0

import * as React from 'react'
import { useTheme, ThemeProvider, withTheme, Theme } from '@emotion/react'
Expand Down
2 changes: 1 addition & 1 deletion packages/server/types/create-instance.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.8
// TypeScript Version: 5.0

/// <reference types="node" preserve="true" />
import { EmotionCache } from '@emotion/utils'
Expand Down
2 changes: 1 addition & 1 deletion packages/server/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Definitions by: Junyoung Clare Jang <https://github.com/Ailrun>
// TypeScript Version: 2.8
// TypeScript Version: 5.0

import { EmotionServer } from '@emotion/server/create-instance'

Expand Down
2 changes: 1 addition & 1 deletion packages/styled/types/base.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TypeScript Version: 4.1
// TypeScript Version: 5.0
export * from '../base'
2 changes: 1 addition & 1 deletion packages/styled/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// TypeScript Version: 4.1
// TypeScript Version: 5.0
export * from '..'

0 comments on commit 15f61d1

Please sign in to comment.