@xylabs/tsconfig-react 8.1.17 → 8.1.18

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 +3 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -54,10 +54,12 @@ This extends [`@xylabs/tsconfig-dom`](https://www.npmjs.com/package/@xylabs/tsco
54
54
 
55
55
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
56
56
 
57
+ ## Credits
57
58
 
59
+ [Made with 🔥 and ❄️ by XY Labs](https://xylabs.com)
58
60
 
59
- [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
60
61
  [npm-badge]: https://img.shields.io/npm/v/@xylabs/tsconfig-react.svg
61
62
  [npm-link]: https://www.npmjs.com/package/@xylabs/tsconfig-react
62
63
  [license-badge]: https://img.shields.io/npm/l/@xylabs/tsconfig-react.svg
63
64
  [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
65
+ [logo]: https://cdn.xy.company/img/brand/XYPersistentCompany_Logo_Icon_Colored.svg
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "http://json.schemastore.org/package.json",
3
3
  "name": "@xylabs/tsconfig-react",
4
- "version": "8.1.17",
4
+ "version": "8.1.18",
5
5
  "description": "Typescript Base Config used throughout XY Labs TypeScript/JavaScript libraries and react projects",
6
6
  "keywords": [
7
7
  "xylabs",
@@ -40,13 +40,13 @@
40
40
  "cosmiconfig": "~9.0.2",
41
41
  "eslint": "^10.4.1",
42
42
  "typescript": "^6.0.3",
43
- "@xylabs/tsconfig": "~8.1.17",
44
- "@xylabs/toolchain": "~8.1.17",
45
- "@xylabs/tsconfig-dom": "~8.1.17"
43
+ "@xylabs/tsconfig-dom": "~8.1.18",
44
+ "@xylabs/tsconfig": "~8.1.18",
45
+ "@xylabs/toolchain": "~8.1.18"
46
46
  },
47
47
  "peerDependencies": {
48
- "@xylabs/tsconfig": "~8.1.17",
49
- "@xylabs/tsconfig-dom": "~8.1.17"
48
+ "@xylabs/tsconfig": "~8.1.18",
49
+ "@xylabs/tsconfig-dom": "~8.1.18"
50
50
  },
51
51
  "engines": {
52
52
  "node": ">=18.17.1"