Skip to content

Commit

Permalink
fix: Remove use of deprecated component tokens (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuh committed Feb 13, 2024
1 parent 47acab1 commit 90c0ea5
Show file tree
Hide file tree
Showing 6 changed files with 347 additions and 304 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,22 @@
"author": "@djh",
"license": "Apache-2.0",
"dependencies": {
"@unocss/core": "^0.58.0",
"@unocss/rule-utils": "^0.58.0",
"@unocss/preset-mini": "^0.58.0"
"@unocss/core": "^0.58.5",
"@unocss/rule-utils": "^0.58.5",
"@unocss/preset-mini": "^0.58.5"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@unocss/autocomplete": "^0.58.0",
"@unocss/autocomplete": "^0.58.5",
"@warp-ds/eslint-config": "^1.0.4",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.56.0",
"rollup": "^4.9.4",
"rollup": "^4.10.0",
"semantic-release": "^23.0.0",
"unocss": "^0.58.0",
"vitest": "^1.1.3"
"unocss": "^0.58.5",
"vitest": "^1.2.2"
},
"eslintConfig": {
"extends": "@warp-ds"
Expand Down

0 comments on commit 90c0ea5

Please sign in to comment.