@pulse-editor/cli 0.1.1-beta.31 → 0.1.1-beta.33
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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulse-editor/cli",
|
|
3
|
-
"version": "0.1.1-beta.
|
|
3
|
+
"version": "0.1.1-beta.33",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pulse": "dist/cli.js"
|
|
@@ -19,32 +19,32 @@
|
|
|
19
19
|
"dist"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@module-federation/enhanced": "0.
|
|
23
|
-
"@module-federation/node": "2.7.
|
|
24
|
-
"@module-federation/runtime": "0.
|
|
22
|
+
"@module-federation/enhanced": "2.0.1",
|
|
23
|
+
"@module-federation/node": "2.7.32",
|
|
24
|
+
"@module-federation/runtime": "2.0.1",
|
|
25
25
|
"@pulse-editor/shared-utils": "^0.1.1-beta.67",
|
|
26
26
|
"concurrently": "^9.2.1",
|
|
27
27
|
"connect-livereload": "^0.6.1",
|
|
28
28
|
"copy-webpack-plugin": "^13.0.1",
|
|
29
|
-
"cors": "^2.8.
|
|
29
|
+
"cors": "^2.8.6",
|
|
30
30
|
"cross-env": "^10.1.0",
|
|
31
|
-
"dotenv": "^17.
|
|
31
|
+
"dotenv": "^17.3.1",
|
|
32
32
|
"execa": "^9.6.1",
|
|
33
33
|
"express": "^5.2.1",
|
|
34
|
-
"glob": "^13.0.
|
|
35
|
-
"html-webpack-plugin": "^5.6.
|
|
36
|
-
"ink": "^6.
|
|
34
|
+
"glob": "^13.0.6",
|
|
35
|
+
"html-webpack-plugin": "^5.6.6",
|
|
36
|
+
"ink": "^6.8.0",
|
|
37
37
|
"ink-select-input": "^6.2.0",
|
|
38
38
|
"ink-spinner": "^5.0.0",
|
|
39
39
|
"ink-text-input": "^6.0.0",
|
|
40
40
|
"livereload": "^0.10.3",
|
|
41
|
-
"meow": "^14.
|
|
42
|
-
"mini-css-extract-plugin": "^2.
|
|
43
|
-
"openid-client": "^6.8.
|
|
44
|
-
"rimraf": "^6.1.
|
|
41
|
+
"meow": "^14.1.0",
|
|
42
|
+
"mini-css-extract-plugin": "^2.10.0",
|
|
43
|
+
"openid-client": "^6.8.2",
|
|
44
|
+
"rimraf": "^6.1.3",
|
|
45
45
|
"tsx": "^4.21.0",
|
|
46
|
-
"webpack": "^5.
|
|
47
|
-
"webpack-dev-server": "^5.2.
|
|
46
|
+
"webpack": "^5.105.2",
|
|
47
|
+
"webpack-dev-server": "^5.2.3"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@sindresorhus/tsconfig": "^8.1.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/cors": "^2.8.19",
|
|
53
53
|
"@types/express": "^5.0.6",
|
|
54
54
|
"@types/livereload": "^0.9.5",
|
|
55
|
-
"@types/react": "^19.2.
|
|
55
|
+
"@types/react": "^19.2.14",
|
|
56
56
|
"@types/react-dom": "^19.2.3",
|
|
57
57
|
"@vdemedes/prettier-config": "^2.0.1",
|
|
58
58
|
"ava": "^6.4.1",
|
|
@@ -61,16 +61,16 @@
|
|
|
61
61
|
"eslint-plugin-react": "^7.37.5",
|
|
62
62
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
63
63
|
"ink-testing-library": "^4.0.0",
|
|
64
|
-
"prettier": "^3.
|
|
65
|
-
"react": "19.2.
|
|
66
|
-
"react-dom": "19.2.
|
|
64
|
+
"prettier": "^3.8.1",
|
|
65
|
+
"react": "19.2.4",
|
|
66
|
+
"react-dom": "19.2.4",
|
|
67
67
|
"ts-node": "^10.9.2",
|
|
68
68
|
"typescript": "^5.9.3",
|
|
69
69
|
"xo": "^1.2.3"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"react": "19.2.
|
|
73
|
-
"react-dom": "19.2.
|
|
72
|
+
"react": "19.2.4",
|
|
73
|
+
"react-dom": "19.2.4"
|
|
74
74
|
},
|
|
75
75
|
"ava": {
|
|
76
76
|
"extensions": {
|