@tsparticles/cli 2.0.0-beta.12 → 2.0.0-beta.13
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/files/empty-project/package.json +12 -12
- package/package.json +15 -15
|
@@ -82,26 +82,26 @@
|
|
|
82
82
|
"types": "dist/types/index.d.ts",
|
|
83
83
|
"prettier": "@tsparticles/prettier-config",
|
|
84
84
|
"devDependencies": {
|
|
85
|
-
"@babel/core": "^7.23.
|
|
86
|
-
"@tsparticles/cli": "^2.0.0-beta.
|
|
87
|
-
"@tsparticles/eslint-config": "^2.0.0-beta.
|
|
88
|
-
"@tsparticles/prettier-config": "^2.0.0-beta.
|
|
85
|
+
"@babel/core": "^7.23.3",
|
|
86
|
+
"@tsparticles/cli": "^2.0.0-beta.13",
|
|
87
|
+
"@tsparticles/eslint-config": "^2.0.0-beta.7",
|
|
88
|
+
"@tsparticles/prettier-config": "^2.0.0-beta.4",
|
|
89
89
|
"@tsparticles/tsconfig": "^2.0.0-beta.1",
|
|
90
|
-
"@tsparticles/webpack-plugin": "^2.0.0-beta.
|
|
91
|
-
"@types/webpack-env": "^1.18.
|
|
92
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
93
|
-
"@typescript-eslint/parser": "^6.
|
|
90
|
+
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
|
|
91
|
+
"@types/webpack-env": "^1.18.4",
|
|
92
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
93
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
94
94
|
"babel-loader": "^9.1.3",
|
|
95
95
|
"browserslist": "^4.22.1",
|
|
96
96
|
"copyfiles": "^2.4.1",
|
|
97
|
-
"eslint": "^8.
|
|
97
|
+
"eslint": "^8.53.0",
|
|
98
98
|
"eslint-config-prettier": "^9.0.0",
|
|
99
|
-
"prettier": "^3.0
|
|
99
|
+
"prettier": "^3.1.0",
|
|
100
100
|
"rimraf": "^5.0.5",
|
|
101
101
|
"terser-webpack-plugin": "^5.3.9",
|
|
102
102
|
"typescript": "^5.2.2",
|
|
103
|
-
"webpack": "^5.
|
|
104
|
-
"webpack-bundle-analyzer": "^4.
|
|
103
|
+
"webpack": "^5.89.0",
|
|
104
|
+
"webpack-bundle-analyzer": "^4.10.0",
|
|
105
105
|
"webpack-cli": "^5.1.4"
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/cli",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.13",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"bin": {
|
|
6
6
|
"tsparticles-cli": "dist/cli.js"
|
|
@@ -10,22 +10,22 @@
|
|
|
10
10
|
},
|
|
11
11
|
"prettier": "@tsparticles/prettier-config",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/eslint-config": "^2.0.0-beta.
|
|
14
|
-
"@tsparticles/prettier-config": "^2.0.0-beta.
|
|
13
|
+
"@tsparticles/eslint-config": "^2.0.0-beta.7",
|
|
14
|
+
"@tsparticles/prettier-config": "^2.0.0-beta.4",
|
|
15
15
|
"@tsparticles/tsconfig": "^2.0.0-beta.1",
|
|
16
|
-
"@tsparticles/webpack-plugin": "^2.0.0-beta.
|
|
17
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
18
|
-
"@typescript-eslint/parser": "^6.
|
|
16
|
+
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
|
|
17
|
+
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
18
|
+
"@typescript-eslint/parser": "^6.11.0",
|
|
19
19
|
"commander": "^11.1.0",
|
|
20
|
-
"eslint": "^8.
|
|
20
|
+
"eslint": "^8.53.0",
|
|
21
21
|
"eslint-config-prettier": "^9.0.0",
|
|
22
|
-
"eslint-plugin-jsdoc": "^46.
|
|
22
|
+
"eslint-plugin-jsdoc": "^46.9.0",
|
|
23
23
|
"eslint-plugin-tsdoc": "^0.2.17",
|
|
24
24
|
"fs-extra": "^11.1.1",
|
|
25
25
|
"klaw": "^4.1.0",
|
|
26
26
|
"lookpath": "^1.2.2",
|
|
27
27
|
"path-scurry": "^1.10.1",
|
|
28
|
-
"prettier": "^3.0
|
|
28
|
+
"prettier": "^3.1.0",
|
|
29
29
|
"prettier-plugin-multiline-arrays": "^3.0.0",
|
|
30
30
|
"prompts": "^2.4.2",
|
|
31
31
|
"rimraf": "^5.0.5",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"webpack": "^5.89.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@types/chai": "^4.3.
|
|
37
|
-
"@types/fs-extra": "^11.0.
|
|
38
|
-
"@types/klaw": "^3.0.
|
|
39
|
-
"@types/mocha": "^10.0.
|
|
40
|
-
"@types/node": "^20.
|
|
41
|
-
"@types/prompts": "^2.4.
|
|
36
|
+
"@types/chai": "^4.3.10",
|
|
37
|
+
"@types/fs-extra": "^11.0.4",
|
|
38
|
+
"@types/klaw": "^3.0.6",
|
|
39
|
+
"@types/mocha": "^10.0.4",
|
|
40
|
+
"@types/node": "^20.9.0",
|
|
41
|
+
"@types/prompts": "^2.4.8",
|
|
42
42
|
"chai": "^4.3.10",
|
|
43
43
|
"cross-env": "^7.0.3",
|
|
44
44
|
"mocha": "^10.2.0",
|