Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
  • Loading branch information
nanarino committed Jan 9, 2025
1 parent 3b7042b commit 7f7e010
Show file tree
Hide file tree
Showing 3 changed files with 1,425 additions and 1,439 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
:alt: Stylus
:target: https://stylus-lang.com/

.. image:: https://img.shields.io/badge/maintained%20with-pnpm%209.0-cc00ff.svg?style=for-the-badge&logo=pnpm
:alt: pnpm 9.0
.. image:: https://img.shields.io/badge/maintained%20with-pnpm%209.15.2-cc00ff.svg?style=for-the-badge&logo=pnpm
:alt: pnpm 9.15.2
:target: https://pnpm.io/

.. image:: https://img.shields.io/badge/Node.js-v20.17.0-026e00.svg?style=for-the-badge&logo=nodedotjs
:alt: Node.js v20.17.0
.. image:: https://img.shields.io/badge/Node.js-v22.12.0-026e00.svg?style=for-the-badge&logo=nodedotjs
:alt: Node.js v22.12.0
:target: https://nodejs.org/


Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nanarinostyl",
"description": "style lib",
"version": "0.4.7",
"version": "0.4.8",
"main": "./dist/nanarinostyl.min.css",
"scripts": {
"dev": "astro dev --host",
Expand All @@ -26,21 +26,21 @@
"url": "https://github.com/nanarino/nanarinostyl/issues"
},
"peerDependencies": {
"stylus": ">=0.63.0"
"stylus": ">=0.64.0"
},
"devDependencies": {
"@astrojs/mdx": "^2.3.1",
"@astrojs/mdx": "4.0.4",
"@holy-two/data-theme": "^0.0.6",
"@types/node": "^20.16.11",
"astro": "^4.16.3",
"astro-icon": "^1.1.1",
"@types/node": "^22.10.5",
"astro": "^5.1.4",
"astro-icon": "^1.1.5",
"copy-to-clipboard": "^3.3.3",
"css-doodle": "^0.34.11",
"csso-cli": "^4.0.2",
"dedent": "^1.5.3",
"rm-all": "^1.1.1",
"smooth-corners": "^1.0.8",
"stylus": "^0.63.0"
"stylus": "^0.64.0"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 7f7e010

Please sign in to comment.