@app-studio/web 0.1.11 → 0.1.12

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 +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@app-studio/web",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/components/index.d.ts",
6
6
  "files": [
@@ -8,6 +8,7 @@
8
8
  ],
9
9
  "dependencies": {
10
10
  "app-studio": "^0.1.16",
11
+ "core-js": "^3.33.2",
11
12
  "date-fns": "^2.30.0",
12
13
  "formik": "^2.2.9"
13
14
  },
@@ -17,7 +18,7 @@
17
18
  "scripts": {
18
19
  "start": "react-scripts start",
19
20
  "build": "tsdx build --entry ./src/components/index.tsx --tsconfig tsconfig.build.json",
20
- "postbuild":"npx tsc-alias -p tsconfig.build.json",
21
+ "postbuild": "npx tsc-alias -p tsconfig.build.json",
21
22
  "test": "react-scripts test",
22
23
  "test:unwatch": "react-scripts test --watchAll=false",
23
24
  "eject": "react-scripts eject",
@@ -40,7 +41,8 @@
40
41
  "lighthouse": "lighthouse http://localhost:3000 --view --budget-path=./budget.json",
41
42
  "bundle-analyzer": "node ./scripts/analyse.js",
42
43
  "size": "size-limit",
43
- "analyze": "size-limit --why"
44
+ "analyze": "size-limit --why",
45
+ "release": "release-it"
44
46
  },
45
47
  "config": {
46
48
  "commitizen": {
@@ -122,6 +124,7 @@
122
124
  "react-scripts": "5.0.1",
123
125
  "react-styleguidist": "^13.1.1",
124
126
  "react-test-renderer": "^18.2.0",
127
+ "release-it": "^16.2.1",
125
128
  "router": "^1.3.8",
126
129
  "style-loader": "^3.3.2",
127
130
  "styled-components": "^5.3.11",