@bitrise/bitkit 12.73.5-alpha.2 → 12.73.5-alpha.4

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 +9 -10
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bitrise/bitkit",
3
3
  "description": "Bitrise React component library",
4
- "version": "12.73.5-alpha.2",
4
+ "version": "12.73.5-alpha.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+ssh://git@github.com/bitrise-io/bitkit.git"
@@ -11,15 +11,14 @@
11
11
  "scripts": {
12
12
  "build-storybook": "storybook build",
13
13
  "lint": "eslint src --ext ts,tsx",
14
+ "release": "release-it patch --ci",
15
+ "release-alpha": "release-it --preRelease=alpha --ci",
14
16
  "start": "npm run storybook",
15
17
  "storybook": "storybook dev -p 6006",
16
18
  "test": "jest",
17
- "typecheck": "tsc -p src --noEmit",
18
- "release": "release-it patch --ci",
19
- "release-alpha": "release-it --preRelease=alpha --ci",
20
- "postpublish": "git push && git push --tags",
21
19
  "theme": "chakra-cli tokens ./src/theme.ts",
22
- "theme:watch": "chakra-cli tokens ./src/theme.ts --watch"
20
+ "theme:watch": "chakra-cli tokens ./src/theme.ts --watch",
21
+ "typecheck": "tsc -p src --noEmit"
23
22
  },
24
23
  "alias": {
25
24
  "@bitrise/bitkit": "./src",
@@ -86,12 +85,12 @@
86
85
  "glob": "^10.3.10",
87
86
  "jest": "^29.7.0",
88
87
  "jest-environment-jsdom": "^29.7.0",
89
- "jsdom": "^23.2.0",
88
+ "jsdom": "^24.0.0",
90
89
  "prettier": "^3.2.4",
91
90
  "react-hook-form": "^7.49.3",
92
91
  "release-it": "^17.0.1",
93
92
  "storybook": "^7.6.10",
94
- "ts-jest": "^29.1.1",
93
+ "ts-jest": "^29.1.2",
95
94
  "typescript": "^5.3.3"
96
95
  },
97
96
  "files": [
@@ -103,7 +102,7 @@
103
102
  "access": "public"
104
103
  },
105
104
  "engines": {
106
- "node": "20.10.0",
107
- "npm": "10.2.3"
105
+ "node": "20.11.0",
106
+ "npm": "10.2.4"
108
107
  }
109
108
  }