@shell-shock/tsconfig 0.0.6 → 0.0.7

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 (3) hide show
  1. package/README.md +1 -1
  2. package/base.json +0 -2
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the ⚡<b>Shell Shock</b> monorepo. The Shell Shock pack
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.0.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.0.6-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://stormsoftware.com/projects/shell-shock/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/shell-shock/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
package/base.json CHANGED
@@ -8,8 +8,6 @@
8
8
  "declarationMap": true,
9
9
  "skipLibCheck": true,
10
10
  "allowJs": true,
11
- "jsx": "react-jsx",
12
- "jsxImportSource": "@opentui/react",
13
11
  "lib": ["ESNext", "DOM", "DOM.Iterable", "DOM.AsyncIterable"],
14
12
  "module": "ESNext",
15
13
  "moduleResolution": "Bundler",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/tsconfig",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "type": "module",
5
5
  "description": "A package containing shared TypeScript configuration files (tsconfig.json) used in Shell Shock projects.",
6
6
  "repository": {
@@ -54,7 +54,7 @@
54
54
  ],
55
55
  "sideEffects": false,
56
56
  "peerDependenciesMeta": { "@powerlines/tsconfig": { "optional": false } },
57
- "devDependencies": { "@powerlines/tsconfig": "^0.2.95" },
57
+ "devDependencies": { "@powerlines/tsconfig": "^0.2.179" },
58
58
  "publishConfig": { "access": "public" },
59
- "gitHead": "5a8ce9d8f2cefeec8df5147bf80b5c3af71c6c16"
59
+ "gitHead": "150522912ecb85c5d409659bc146c2c6ae635923"
60
60
  }