tsl-react 0.0.1-next.0 → 0.0.1-next.1

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 +0 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -48,8 +48,6 @@ In your `tsconfig.json` or `jsconfig.json` add the following:
48
48
 
49
49
  ## Status
50
50
 
51
- This package is currently a work in progress. The rules are being developed and tested, and we welcome contributions from the community.
52
-
53
51
  ### Implemented Rules
54
52
 
55
53
  - [x] `noLeakedConditionalRendering`: Prevents problematic leaked values from being rendered.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tsl-react",
3
- "version": "0.0.1-next.0",
3
+ "version": "0.0.1-next.1",
4
4
  "description": "A unified plugin that combines all individual plugins from the react-analyzer monorepo into one.",
5
5
  "keywords": [
6
6
  "react",
@@ -28,18 +28,18 @@
28
28
  ],
29
29
  "dependencies": {
30
30
  "compare-versions": "^6.1.1",
31
- "@react-analyzer/ast": "0.0.1-next.0",
32
- "@react-analyzer/core": "0.0.1-next.0",
33
- "@react-analyzer/shared": "0.0.1-next.0",
34
- "@react-analyzer/eff": "0.0.1-next.0",
35
- "@react-analyzer/kit": "0.0.1-next.0"
31
+ "@react-analyzer/ast": "0.0.1-next.1",
32
+ "@react-analyzer/shared": "0.0.1-next.1",
33
+ "@react-analyzer/core": "0.0.1-next.1",
34
+ "@react-analyzer/kit": "0.0.1-next.1",
35
+ "@react-analyzer/eff": "0.0.1-next.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "tsup": "^8.5.0",
39
39
  "@local/configs": "0.0.0"
40
40
  },
41
41
  "peerDependencies": {
42
- "tsl": "^1.0.18",
42
+ "tsl": "^1.0.20",
43
43
  "typescript": "^4.9.5 || ^5.4.5"
44
44
  },
45
45
  "engines": {