Skip to content

Commit

Permalink
fix: align '@unocss/core' and 'unocss' versions to fix missing Counta…
Browse files Browse the repository at this point in the history
…bleSet error

Updating just unocss to 0.55.0 resulted in an error coming from @unocss/[email protected]. The solution
was to align versions of the two packages
  • Loading branch information
BalbinaK committed Aug 16, 2023
1 parent 3e1c3ec commit f8905df
Show file tree
Hide file tree
Showing 2 changed files with 317 additions and 214 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,26 +37,26 @@
"author": "@djh",
"license": "Apache-2.0",
"dependencies": {
"@unocss/core": "^0.50.6",
"@unocss/preset-mini": "^0.50.6"
"@unocss/core": "^0.55.1",
"@unocss/preset-mini": "^0.55.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@unocss/autocomplete": "^0.50.6",
"@unocss/autocomplete": "^0.55.1",
"@warp-ds/eslint-config": "^0.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"rollup": "^3.19.1",
"semantic-release": "^20.1.1",
"unocss": "^0.50.6",
"unocss": "^0.55.1",
"uvu": "^0.5.6",
"vite": "^4.2.0",
"vitest": "^0.29.3"
},
"peerDependencies": {
"@warp-ds/css": "^1.0.0-alpha.33"
"@warp-ds/css": "^1.0.0-alpha.37"
},
"eslintConfig": {
"extends": "@warp-ds"
Expand Down

0 comments on commit f8905df

Please sign in to comment.