Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
"*": "tsm --require=./.ci/tsm-filter-warnings.js ./.ci/lint-internals.ts"
},
"resolutions": {
"csstype": "3.0.8",
"minimist": "1.2.6",
"semver-regex": "3.1.3",
"nth-check": "2.0.1",
Expand Down
40 changes: 18 additions & 22 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion semcore/base-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@popperjs/core": "2.11.5",
"popper-max-size-modifier": "0.2.0",
"classnames": "2.2.6",
"csstype": "3.0.8"
"csstype": "3.1.3"
},
"peerDependencies": {
"@semcore/core": "^16.0.0"
Expand Down
1 change: 0 additions & 1 deletion semcore/bulk-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"@semcore/icon": "16.1.0",
"@semcore/popper": "16.0.0",
"@semcore/tooltip": "16.0.0",
"csstype": "3.0.8",
"dompurify": "3.2.3"
},
"peerDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions semcore/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,7 @@
"@formatjs/intl": "3.0.4",
"classnames": "2.2.6",
"hoist-non-react-statics": "3.3.2",
"@phytonmk/nano-css": "5.3.7",
"csstype": "3.0.8"
"@phytonmk/nano-css": "5.3.7"
},
"peerDependencies": {
"react": "16.8 - 18",
Expand Down
1 change: 0 additions & 1 deletion semcore/core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export default mergeConfig(
'classnames',
'hoist-non-react-statics',
'@phytonmk/nano-css',
'csstype',
],
output: [
{
Expand Down
4 changes: 2 additions & 2 deletions semcore/data-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"@semcore/spin": "*",
"@semcore/spin-container": "*",
"@semcore/tooltip": "*",
"@types/node": "^18.16.15",
"csstype": "3.0.8"
"@types/node": "18.16.15",
"csstype": "3.1.3"
},
"peerDependencies": {
"@semcore/base-components": "^16.0.0"
Expand Down
2 changes: 1 addition & 1 deletion semcore/data-table/src/components/Head/Column.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
DTUse,
SortDirection,
} from '../DataTable/DataTable.types';
import { Property } from 'csstype';
import type { Property } from 'csstype';

export type CommonColumnType = {
/**
Expand Down
10 changes: 10 additions & 0 deletions semcore/data-table/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ export default mergeConfig(
lib: {
entry: './src/index.ts',
},
rollupOptions: {
external: [
'react',
'react-dom',
'react/jsx-runtime',
/@babel\/runtime\/*/,
/@semcore\/*/,
'csstype',
],
},
},
}),
);
6 changes: 3 additions & 3 deletions semcore/textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"types": "./lib/types/index.d.ts"
},
"dependencies": {
"@semcore/flex-box": "16.0.0",
"csstype": "3.0.8"
"@semcore/flex-box": "16.0.0"
},
"peerDependencies": {
"@semcore/base-components": "^16.0.0"
Expand All @@ -30,6 +29,7 @@
},
"devDependencies": {
"@types/react": "18.0.21",
"@semcore/testing-utils": "1.0.0"
"@semcore/testing-utils": "1.0.0",
"csstype": "3.1.3"
}
}
9 changes: 1 addition & 8 deletions semcore/textarea/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ export default mergeConfig(
entry: './src/index.js',
},
rollupOptions: {
external: [
'react',
'react-dom',
'react/jsx-runtime',
/@babel\/runtime\/*/,
/@semcore\/*/,
'csstype',
],
external: ['react', 'react-dom', 'react/jsx-runtime', /@babel\/runtime\/*/, /@semcore\/*/],
},
},
}),
Expand Down
6 changes: 3 additions & 3 deletions semcore/typography/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
},
"dependencies": {
"@semcore/flex-box": "16.0.0",
"@semcore/icon": "16.1.0",
"csstype": "3.0.8"
"@semcore/icon": "16.1.0"
},
"peerDependencies": {
"@semcore/base-components": "^16.0.0"
Expand All @@ -31,6 +30,7 @@
},
"devDependencies": {
"@types/react": "18.0.21",
"@semcore/testing-utils": "1.0.0"
"@semcore/testing-utils": "1.0.0",
"csstype": "3.1.3"
}
}
9 changes: 1 addition & 8 deletions semcore/typography/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ export default mergeConfig(
entry: './src/index.js',
},
rollupOptions: {
external: [
'react',
'react-dom',
'react/jsx-runtime',
/@babel\/runtime\/*/,
/@semcore\/*/,
'csstype',
],
external: ['react', 'react-dom', 'react/jsx-runtime', /@babel\/runtime\/*/, /@semcore\/*/],
},
},
}),
Expand Down
Loading