ink 4.3.0 → 4.3.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/package.json +6 -6
  2. package/readme.md +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ink",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "React for CLI",
5
5
  "license": "MIT",
6
6
  "repository": "vadimdemedes/ink",
@@ -43,7 +43,7 @@
43
43
  "text"
44
44
  ],
45
45
  "dependencies": {
46
- "@alcalzone/ansi-tokenize": "^0.1.1",
46
+ "@alcalzone/ansi-tokenize": "^0.1.2",
47
47
  "ansi-escapes": "^6.0.0",
48
48
  "auto-bind": "^5.0.1",
49
49
  "chalk": "^5.2.0",
@@ -90,9 +90,9 @@
90
90
  "ava": "^5.1.1",
91
91
  "boxen": "^7.0.1",
92
92
  "delay": "^5.0.0",
93
- "eslint-config-xo-react": "^0.27.0",
94
- "eslint-plugin-react": "^7.32.2",
95
- "eslint-plugin-react-hooks": "^4.6.0",
93
+ "eslint-config-xo-react": "0.27.0",
94
+ "eslint-plugin-react": "7.32.2",
95
+ "eslint-plugin-react-hooks": "4.6.0",
96
96
  "ms": "^2.1.3",
97
97
  "node-pty": "0.10.1",
98
98
  "p-queue": "^7.3.4",
@@ -103,7 +103,7 @@
103
103
  "strip-ansi": "^6.0.0",
104
104
  "ts-node": "10.9.1",
105
105
  "typescript": "^4.9.4",
106
- "xo": "^0.54.2"
106
+ "xo": "0.54.2"
107
107
  },
108
108
  "peerDependencies": {
109
109
  "@types/react": ">=18.0.0",
package/readme.md CHANGED
@@ -93,6 +93,7 @@ Feel free to play around with the code and fork this repl at [https://repl.it/@v
93
93
 
94
94
  - [GitHub Copilot for CLI](https://githubnext.com/projects/copilot-cli) - Just say what you want the shell to do.
95
95
  - [Cloudflare's Wrangler](https://github.com/cloudflare/wrangler2) - The CLI for Cloudflare Workers.
96
+ - [Linear](https://linear.app) - Linear built an internal CLI for managing deployments, configs and other housekeeping tasks.
96
97
  - [Gatsby](https://www.gatsbyjs.org) - Gatsby is a modern web framework for blazing fast websites.
97
98
  - [tap](https://node-tap.org) - A Test-Anything-Protocol library for JavaScript.
98
99
  - [Terraform CDK](https://github.com/hashicorp/terraform-cdk) - CDK (Cloud Development Kit) for HashiCorp Terraform.