Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Jan 6, 2025
1 parent ae88d04 commit 23b6659
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/icons-eps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-pdf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-png/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
]
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"peerDependencies": {
"preact": "^10.5.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-solidjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"devDependencies": {
"@solidjs/testing-library": "^0.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-sprite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"clean": "rm -rf dist/*"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"keywords": [
"icons",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"devDependencies": {
"@sveltejs/package": "^2.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"imports-check": "attw $(npm pack)"
},
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"peerDependencies": {
"vue": ">=3.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/icons-webfont/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"sass": "./tabler-icons.scss",
"style": "./tabler-icons.min.css",
"dependencies": {
"@tabler/icons": "3.26.0"
"@tabler/icons": "workspace:*"
},
"keywords": [
"icons",
Expand Down

0 comments on commit 23b6659

Please sign in to comment.