@css-hooks/preact 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  <p align="center">
2
- <a href="https://css-hooks.com/#gh-dark-mode-only" target="_blank">
3
- <img alt="CSS Hooks" src="https://raw.githubusercontent.com/css-hooks/css-hooks/HEAD/.github/logo-dark.svg" width="310" height="64" style="max-width: 100%;">
4
- </a>
2
+
5
3
  <a href="https://css-hooks.com/#gh-light-mode-only" target="_blank">
6
4
  <img alt="CSS Hooks" src="https://raw.githubusercontent.com/css-hooks/css-hooks/HEAD/.github/logo-light.svg" width="310" height="64" style="max-width: 100%;">
7
5
  </a>
@@ -9,7 +7,7 @@
9
7
 
10
8
  <p align="center">
11
9
  <a href="https://github.com/css-hooks/css-hooks/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/css-hooks/css-hooks/ci.yml?branch=master" alt="Build Status"></a>
12
- <a href="https://github.com/css-hooks/css-hooks/releases"><img src="https://img.shields.io/npm/v/@css-hooks%2Fcore.svg" alt="Latest Release"></a>
10
+ <a href="https://www.npmjs.com/org/css-hooks"><img src="https://img.shields.io/npm/v/@css-hooks%2Fcore.svg" alt="Latest Release"></a>
13
11
  <a href="https://github.com/css-hooks/css-hooks/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/css-hooks.svg" alt="License"></a>
14
12
  </p>
15
13
 
package/package.json CHANGED
@@ -1,15 +1,18 @@
1
1
  {
2
2
  "name": "@css-hooks/preact",
3
3
  "description": "CSS Hooks for Preact",
4
- "version": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "author": "Nick Saunders",
6
6
  "dependencies": {
7
- "@css-hooks/core": "^1.0.0"
7
+ "@css-hooks/core": "^1.0.2"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@tsconfig/node-lts": "^18.12.3",
11
11
  "@tsconfig/strictest": "^2.0.1",
12
12
  "@types/jest": "^29.5.3",
13
+ "@typescript-eslint/eslint-plugin": "^6.7.2",
14
+ "@typescript-eslint/parser": "^6.7.2",
15
+ "eslint": "^8.50.0",
13
16
  "jest": "^29.6.2",
14
17
  "preact": ">=10.0.0 <11.0.0",
15
18
  "rimraf": "^5.0.1",