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

chore: tslib dependency 수정 #695

Merged
merged 1 commit into from
Jan 15, 2025
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
33 changes: 5 additions & 28 deletions .pnp.cjs

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

4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/react",
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "modern-kit/react",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -39,7 +39,6 @@
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"typescript-plugin-css-modules": "^5.1.0",
"vitest": "^2.1.3"
Expand All @@ -49,6 +48,7 @@
"@types/lodash-es": "^4.17.12",
"classnames": "^2.5.1",
"lodash-es": "^4.17.21",
"tslib": "^2.8.1",
"ua-parser-js": "^1.0.39"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/types",
"sideEffects": false,
"version": "1.7.0",
"version": "1.7.1",
"description": "modern-kit/types",
"exports": {
".": {
Expand Down
8 changes: 5 additions & 3 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modern-kit/utils",
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"description": "modern-kit/utils",
"exports": {
".": {
Expand Down Expand Up @@ -50,7 +50,6 @@
"lodash-es": "^4.17.21",
"rollup": "^4.24.0",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vitest": "^2.1.3"
},
Expand All @@ -63,5 +62,8 @@
"hooks",
"custom hooks"
],
"gitHead": "7722785374b897572934e335817ec297ad45a943"
"gitHead": "7722785374b897572934e335817ec297ad45a943",
"dependencies": {
"tslib": "^2.8.1"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5491,7 +5491,7 @@ __metadata:
rollup-plugin-esbuild: "npm:^6.1.1"
rollup-plugin-peer-deps-external: "npm:^2.2.4"
rollup-plugin-postcss: "npm:^4.0.2"
tslib: "npm:^2.6.1"
tslib: "npm:^2.8.1"
typescript: "npm:^5.1.6"
typescript-plugin-css-modules: "npm:^5.1.0"
ua-parser-js: "npm:^1.0.39"
Expand Down Expand Up @@ -5526,7 +5526,7 @@ __metadata:
lodash-es: "npm:^4.17.21"
rollup: "npm:^4.24.0"
rollup-plugin-esbuild: "npm:^6.1.1"
tslib: "npm:^2.6.2"
tslib: "npm:^2.8.1"
typescript: "npm:^5.1.6"
vitest: "npm:^2.1.3"
languageName: unknown
Expand Down Expand Up @@ -22458,14 +22458,14 @@ __metadata:
languageName: node
linkType: hard

"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.0, tslib@npm:^2.6.2":
"tslib@npm:^2.0.3, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.0":
version: 2.8.0
resolution: "tslib@npm:2.8.0"
checksum: 31e4d14dc1355e9b89e4d3c893a18abb7f90b6886b089c2da91224d0a7752c79f3ddc41bc1aa0a588ac895bd97bb99c5bc2bfdb2f86de849f31caeb3ba79bbe5
languageName: node
linkType: hard

"tslib@npm:^2.6.1":
"tslib@npm:^2.6.2, tslib@npm:^2.8.1":
version: 2.8.1
resolution: "tslib@npm:2.8.1"
checksum: 9c4759110a19c53f992d9aae23aac5ced636e99887b51b9e61def52611732872ff7668757d4e4c61f19691e36f4da981cd9485e869b4a7408d689f6bf1f14e62
Expand Down
Loading