Skip to content

Commit

Permalink
Env and dependencies updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Jan 28, 2024
1 parent b4aa9a9 commit 7bb2cb8
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 143 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,19 @@
"build": "rollup -c",
"prepare": "pnpm build"
},
"packageManager": "pnpm@8.13.1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246",
"packageManager": "pnpm@8.15.0+sha256.fd1eab68a6d403f35cf3259c53780d70b0f14bd74e39da2f917d201f554d8665",
"devDependencies": {
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"rollup": "^4.9.1",
"stylelint": "^16.1.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"rollup": "^4.9.6",
"stylelint": "^16.2.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^12.0.0"
"stylelint-config-standard-scss": "^13.0.0"
},
"peerDependencies": {
"stylelint": "^14.5.1 || ^15.0.0 || ^16.0.0"
},
"optionalDependencies": {
"stylelint-scss": "^6.0.0"
"stylelint-scss": "^6.1.0"
}
}
Loading

0 comments on commit 7bb2cb8

Please sign in to comment.