@techstack/tcm-cli 2.0.15 → 2.0.17

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@techstack/tcm-cli",
3
- "version": "2.0.15",
3
+ "version": "2.0.17",
4
4
  "description": "Zero-config TypeScript package development",
5
5
  "homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/tcm-cli/README.md",
6
6
  "repository": {
@@ -105,7 +105,7 @@
105
105
  "shelljs": "0.10.0",
106
106
  "sort-package-json": "3.6.1",
107
107
  "tiny-glob": "0.2.9",
108
- "ts-jest": "29.4.9",
108
+ "ts-jest": "29.4.10",
109
109
  "ts-node": "10.9.2",
110
110
  "tslib": "2.8.1",
111
111
  "type-fest": "5.6.0",
@@ -121,7 +121,7 @@
121
121
  "@types/fs-extra": "11.0.4",
122
122
  "@types/lodash": "4.17.24",
123
123
  "@types/node": "25.6.0",
124
- "@types/react": "19.2.14",
124
+ "@types/react": "19.2.15",
125
125
  "@types/semver": "7.7.1",
126
126
  "@types/shelljs": "0.10.0",
127
127
  "auto-changelog": "2.5.1",
@@ -133,7 +133,7 @@
133
133
  "react": "19.2.6",
134
134
  "react-dom": "19.2.6",
135
135
  "react-is": "19.2.6",
136
- "styled-components": "6.4.1",
136
+ "styled-components": "6.4.2",
137
137
  "tiny-invariant": "1.3.3",
138
138
  "tiny-warning": "1.0.3"
139
139
  },