@app-studio/web 0.3.65 → 0.3.67
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.
- package/dist/bot/FileHandler.d.ts +4 -3
- package/dist/bot/OpenAIConnector.d.ts +4 -3
- package/dist/components/Form/TextField/examples/index.d.ts +1 -1
- package/dist/web.cjs.development.js +24 -24
- package/dist/web.cjs.development.js.map +1 -1
- package/dist/web.cjs.production.min.js +1 -1
- package/dist/web.cjs.production.min.js.map +1 -1
- package/dist/web.esm.js +9 -9
- package/dist/web.esm.js.map +1 -1
- package/package.json +23 -25
- /package/dist/components/Form/TextField/examples/{colorScheme.d.ts → ColorScheme.d.ts} +0 -0
package/package.json
CHANGED
|
@@ -1,24 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@app-studio/web",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.67",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/components/index.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
8
8
|
],
|
|
9
|
-
"dependencies": {
|
|
10
|
-
"axios": "^1.6.7",
|
|
11
|
-
"cheerio": "^1.0.0-rc.12",
|
|
12
|
-
"date-fns": "^2.30.0",
|
|
13
|
-
"formik": "^2.2.9",
|
|
14
|
-
"install": "^0.13.0",
|
|
15
|
-
"npm": "^10.5.0",
|
|
16
|
-
"openai": "^4.28.4",
|
|
17
|
-
"rc-upload": "^4.4.0",
|
|
18
|
-
"react-helmet": "^6.1.0",
|
|
19
|
-
"simple-git": "^3.22.0",
|
|
20
|
-
"zustand": "^4.3.8"
|
|
21
|
-
},
|
|
22
9
|
"engines": {
|
|
23
10
|
"node": ">=10"
|
|
24
11
|
},
|
|
@@ -26,7 +13,7 @@
|
|
|
26
13
|
"start": "react-scripts start",
|
|
27
14
|
"build": "tsdx build --entry ./src/components/index.tsx --tsconfig tsconfig.build.json",
|
|
28
15
|
"test": "react-scripts test",
|
|
29
|
-
"test:unwatch": "react-scripts test --
|
|
16
|
+
"test:unwatch": "react-scripts test --watch=false",
|
|
30
17
|
"eject": "react-scripts eject",
|
|
31
18
|
"storybook": "start-storybook -p 6006 -s public",
|
|
32
19
|
"build-storybook": "build-storybook -s public",
|
|
@@ -90,12 +77,26 @@
|
|
|
90
77
|
"last 1 safari version"
|
|
91
78
|
]
|
|
92
79
|
},
|
|
80
|
+
"dependencies": {
|
|
81
|
+
"axios": "^1.6.7",
|
|
82
|
+
"cheerio": "^1.0.0-rc.12",
|
|
83
|
+
"date-fns": "^2.30.0",
|
|
84
|
+
"formik": "^2.2.9",
|
|
85
|
+
"install": "^0.13.0",
|
|
86
|
+
"npm": "^10.5.0",
|
|
87
|
+
"openai": "^4.28.4",
|
|
88
|
+
"rc-upload": "^4.4.0",
|
|
89
|
+
"react-helmet": "^6.1.0",
|
|
90
|
+
"simple-git": "^3.22.0",
|
|
91
|
+
"typescript": "^4.9.5",
|
|
92
|
+
"zustand": "^4.3.8"
|
|
93
|
+
},
|
|
93
94
|
"devDependencies": {
|
|
94
95
|
"@babel/core": "^7.21.8",
|
|
95
96
|
"@babel/preset-env": "^7.23.2",
|
|
96
97
|
"@babel/preset-react": "^7.18.6",
|
|
97
|
-
"@commitlint/cli": "^
|
|
98
|
-
"@commitlint/config-conventional": "^
|
|
98
|
+
"@commitlint/cli": "^19.2.0",
|
|
99
|
+
"@commitlint/config-conventional": "^19.1.0",
|
|
99
100
|
"@testing-library/jest-dom": "^5.16.5",
|
|
100
101
|
"@testing-library/react": "^14.0.0",
|
|
101
102
|
"@testing-library/user-event": "^13.5.0",
|
|
@@ -106,13 +107,13 @@
|
|
|
106
107
|
"@types/react-test-renderer": "^18.0.0",
|
|
107
108
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
108
109
|
"@typescript-eslint/parser": "^5.59.7",
|
|
109
|
-
"app-studio": "^0.1.
|
|
110
|
+
"app-studio": "^0.1.39",
|
|
110
111
|
"babel-jest": "^29.5.0",
|
|
111
112
|
"babel-loader": "^9.1.2",
|
|
112
113
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
113
114
|
"babel-plugin-react-require": "^4.0.0",
|
|
114
115
|
"brotli-webpack-plugin": "^1.1.0",
|
|
115
|
-
"
|
|
116
|
+
"commitlint": "^18.2.0",
|
|
116
117
|
"compression": "^1.7.4",
|
|
117
118
|
"compression-webpack-plugin": "^10.0.0",
|
|
118
119
|
"css-loader": "^6.7.3",
|
|
@@ -124,17 +125,15 @@
|
|
|
124
125
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
125
126
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
126
127
|
"express": "^4.18.2",
|
|
127
|
-
"git-conventional-commits": "^1.4.2",
|
|
128
|
-
"git-cz": "^4.9.0",
|
|
129
128
|
"husky": "^8.0.0",
|
|
130
|
-
"lighthouse": "^
|
|
129
|
+
"lighthouse": "^11.6.0",
|
|
131
130
|
"lint-staged": "^13.2.2",
|
|
132
131
|
"prettier": "^2.8.8",
|
|
133
132
|
"react": "^18.2.0",
|
|
134
133
|
"react-docgen-typescript": "^2.2.2",
|
|
135
134
|
"react-dom": "^18.2.0",
|
|
136
135
|
"react-router-dom": "^6.11.1",
|
|
137
|
-
"react-scripts": "5.0.1",
|
|
136
|
+
"react-scripts": "^5.0.1",
|
|
138
137
|
"react-styleguidist": "^13.1.1",
|
|
139
138
|
"react-test-renderer": "^18.2.0",
|
|
140
139
|
"release-it": "^16.2.1",
|
|
@@ -145,8 +144,7 @@
|
|
|
145
144
|
"ts-loader": "^9.4.2",
|
|
146
145
|
"tsc-alias": "^1.8.8",
|
|
147
146
|
"tsdx": "^0.14.1",
|
|
148
|
-
"tslib": "^2.
|
|
149
|
-
"typescript": "^4.9.5",
|
|
147
|
+
"tslib": "^2.6.2",
|
|
150
148
|
"web-vitals": "^2.1.4",
|
|
151
149
|
"webpack": "^5.89.0",
|
|
152
150
|
"webpack-bundle-analyzer": "^4.8.0",
|
|
File without changes
|