@newlogic-digital/core 3.0.0-next.2 → 3.0.0-next.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@newlogic-digital/core",
|
3
3
|
"type": "module",
|
4
|
-
"version": "3.0.0-next.
|
4
|
+
"version": "3.0.0-next.3",
|
5
5
|
"main": "index.js",
|
6
6
|
"author": "New Logic Studio s.r.o.",
|
7
7
|
"description": "Set of tools that can be used to create modern web applications",
|
@@ -26,12 +26,12 @@
|
|
26
26
|
"posthtml": "^0.16.6",
|
27
27
|
"posthtml-prism": "^2.0.1",
|
28
28
|
"prismjs": "^1.29.0",
|
29
|
-
"vituum": "^1.1.1"
|
29
|
+
"vituum": "^1.1.1",
|
30
|
+
"browserslist": "^4.23.3",
|
31
|
+
"browserslist-to-esbuild": "^2.1.1"
|
30
32
|
},
|
31
33
|
"devDependencies": {
|
32
34
|
"@types/node": "^22.2.0",
|
33
|
-
"browserslist": "^4.23.3",
|
34
|
-
"browserslist-to-esbuild": "^2.1.1",
|
35
35
|
"eslint": "^9.9.0",
|
36
36
|
"neostandard": "^0.11.2",
|
37
37
|
"typescript": "^5.5.4",
|