@fgv/ts-res-browser 5.1.0-2 → 5.1.0-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.
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fgv/ts-res-browser",
|
|
3
|
-
"version": "5.1.0-
|
|
3
|
+
"version": "5.1.0-4",
|
|
4
4
|
"description": "Visual browser tool for ts-res resources",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -14,12 +14,6 @@
|
|
|
14
14
|
"README.md",
|
|
15
15
|
"package.json"
|
|
16
16
|
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "webpack --mode production",
|
|
19
|
-
"dev": "webpack serve --mode development",
|
|
20
|
-
"clean": "rimraf lib dist",
|
|
21
|
-
"test": "echo 'No tests configured for ts-res-browser tool - this is a frontend build tool' && exit 0"
|
|
22
|
-
},
|
|
23
17
|
"keywords": [
|
|
24
18
|
"ts-res",
|
|
25
19
|
"browser",
|
|
@@ -33,17 +27,11 @@
|
|
|
33
27
|
"node": ">=20.0.0"
|
|
34
28
|
},
|
|
35
29
|
"dependencies": {
|
|
36
|
-
"@fgv/ts-res": "workspace:*",
|
|
37
|
-
"@fgv/ts-res-ui-components": "workspace:*",
|
|
38
|
-
"@fgv/ts-utils": "workspace:*",
|
|
39
|
-
"@fgv/ts-json-base": "workspace:*",
|
|
40
|
-
"@fgv/ts-json": "workspace:*",
|
|
41
30
|
"react": "~19.2.3",
|
|
42
31
|
"react-dom": "~19.2.3",
|
|
43
32
|
"@heroicons/react": "~2.2.0",
|
|
44
33
|
"core-js": "~3.48.0",
|
|
45
34
|
"whatwg-fetch": "~3.6.20",
|
|
46
|
-
"@fgv/ts-extras": "workspace:*",
|
|
47
35
|
"browserify-zlib": "~0.2.0",
|
|
48
36
|
"path-browserify": "~1.0.1",
|
|
49
37
|
"crypto-browserify": "~3.12.1",
|
|
@@ -54,10 +42,15 @@
|
|
|
54
42
|
"assert": "~2.1.0",
|
|
55
43
|
"serve-handler": "~6.1.6",
|
|
56
44
|
"json-edit-react": "~1.29.0",
|
|
57
|
-
"@fgv/ts-
|
|
45
|
+
"@fgv/ts-res": "5.1.0-4",
|
|
46
|
+
"@fgv/ts-json": "5.1.0-4",
|
|
47
|
+
"@fgv/ts-json-base": "5.1.0-4",
|
|
48
|
+
"@fgv/ts-utils": "5.1.0-4",
|
|
49
|
+
"@fgv/ts-extras": "5.1.0-4",
|
|
50
|
+
"@fgv/ts-web-extras": "5.1.0-4",
|
|
51
|
+
"@fgv/ts-res-ui-components": "5.1.0-4"
|
|
58
52
|
},
|
|
59
53
|
"devDependencies": {
|
|
60
|
-
"@fgv/ts-utils-jest": "workspace:*",
|
|
61
54
|
"@types/react": "~19.2.8",
|
|
62
55
|
"@types/react-dom": "~19.2.3",
|
|
63
56
|
"@types/node": "^20.14.9",
|
|
@@ -79,16 +72,23 @@
|
|
|
79
72
|
"html-webpack-plugin": "~5.6.5",
|
|
80
73
|
"jest": "^29.7.0",
|
|
81
74
|
"rimraf": "^6.1.2",
|
|
82
|
-
"@rushstack/heft-web-rig": "1.4.
|
|
83
|
-
"@rushstack/heft": "1.2.
|
|
84
|
-
"@rushstack/heft-api-extractor-plugin": "1.3.
|
|
75
|
+
"@rushstack/heft-web-rig": "1.4.3",
|
|
76
|
+
"@rushstack/heft": "1.2.7",
|
|
77
|
+
"@rushstack/heft-api-extractor-plugin": "1.3.7",
|
|
85
78
|
"@rushstack/heft-jest-plugin": "1.2.6",
|
|
86
|
-
"@rushstack/heft-lint-plugin": "1.2.
|
|
79
|
+
"@rushstack/heft-lint-plugin": "1.2.7",
|
|
87
80
|
"@rushstack/heft-sass-plugin": "1.2.6",
|
|
88
|
-
"@rushstack/heft-webpack5-plugin": "1.3.6"
|
|
81
|
+
"@rushstack/heft-webpack5-plugin": "1.3.6",
|
|
82
|
+
"@fgv/ts-utils-jest": "5.1.0-4"
|
|
89
83
|
},
|
|
90
84
|
"repository": {
|
|
91
85
|
"type": "git",
|
|
92
86
|
"url": "https://github.com/ErikFortune/fgv.git"
|
|
87
|
+
},
|
|
88
|
+
"scripts": {
|
|
89
|
+
"build": "webpack --mode production",
|
|
90
|
+
"dev": "webpack serve --mode development",
|
|
91
|
+
"clean": "rimraf lib dist",
|
|
92
|
+
"test": "echo 'No tests configured for ts-res-browser tool - this is a frontend build tool' && exit 0"
|
|
93
93
|
}
|
|
94
|
-
}
|
|
94
|
+
}
|