Skip to content

Commit

Permalink
chore: bump ver to update license
Browse files Browse the repository at this point in the history
  • Loading branch information
danhtran94 committed Jul 19, 2023
1 parent dd21bf4 commit f357dad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "styled-tix",
"version": "2.5.2",
"version": "2.5.3",
"description": "Styles your React components with TailwindCSS classes, define variant properties without fighting huge & long classnames.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
41 changes: 20 additions & 21 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1560,6 +1560,26 @@ __metadata:
languageName: node
linkType: hard

"styled-tix@workspace:.":
version: 0.0.0-use.local
resolution: "styled-tix@workspace:."
dependencies:
"@rollup/plugin-commonjs": ^20.0.0
"@rollup/plugin-node-resolve": ^13.0.4
"@rollup/plugin-typescript": ^8.2.5
"@types/react": ^18.2.15
react: ^18.2.0
rollup: ^2.56.2
rollup-plugin-dts: ^3.0.2
rollup-plugin-peer-deps-external: ^2.2.4
rollup-plugin-terser: ^7.0.2
tslib: ^2.6.0
typescript: ^5.1.6
peerDependencies:
react: ^18.2.0
languageName: unknown
linkType: soft

"supports-color@npm:^5.3.0":
version: 5.5.0
resolution: "supports-color@npm:5.5.0"
Expand Down Expand Up @@ -1613,27 +1633,6 @@ __metadata:
languageName: node
linkType: hard

"tix@workspace:.":
version: 0.0.0-use.local
resolution: "tix@workspace:."
dependencies:
"@rollup/plugin-commonjs": ^20.0.0
"@rollup/plugin-node-resolve": ^13.0.4
"@rollup/plugin-typescript": ^8.2.5
"@types/react": ^18.2.15
react: ^18.2.0
rollup: ^2.56.2
rollup-plugin-dts: ^3.0.2
rollup-plugin-peer-deps-external: ^2.2.4
rollup-plugin-terser: ^7.0.2
tslib: ^2.6.0
typescript: ^5.1.6
peerDependencies:
react: ^18.2.0
typescript: ^5.1.6
languageName: unknown
linkType: soft

"tslib@npm:^2.6.0":
version: 2.6.0
resolution: "tslib@npm:2.6.0"
Expand Down

0 comments on commit f357dad

Please sign in to comment.