@batijs/cli 0.0.181 → 0.0.183
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/boilerplates/@batijs/edgedb/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/eslint/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/express/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/firebase-auth/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/h3/files/$package.json.js +1 -1
- package/dist/boilerplates/@batijs/prisma/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/react/files/$package.json.js +4 -4
- package/dist/boilerplates/@batijs/solid/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/vercel/files/$package.json.js +2 -2
- package/dist/boilerplates/@batijs/vue/files/$package.json.js +3 -3
- package/dist/index.js +1 -1
- package/package.json +5 -5
|
@@ -43,10 +43,10 @@ var require_package = __commonJS({
|
|
|
43
43
|
devDependencies: {
|
|
44
44
|
"@batijs/compile": "workspace:*",
|
|
45
45
|
"@edgedb/generate": "^0.5.3",
|
|
46
|
-
"@prisma/client": "^5.
|
|
46
|
+
"@prisma/client": "^5.13.0",
|
|
47
47
|
"@types/node": "^18.19.14",
|
|
48
48
|
colorette: "^2.0.20",
|
|
49
|
-
edgedb: "^1.5.
|
|
49
|
+
edgedb: "^1.5.4"
|
|
50
50
|
},
|
|
51
51
|
dependencies: {
|
|
52
52
|
"@batijs/core": "workspace:*"
|
|
@@ -42,8 +42,8 @@ var require_package = __commonJS({
|
|
|
42
42
|
},
|
|
43
43
|
devDependencies: {
|
|
44
44
|
"@batijs/compile": "workspace:^",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "^7.7.
|
|
46
|
-
"@typescript-eslint/parser": "^7.7.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
46
|
+
"@typescript-eslint/parser": "^7.7.1",
|
|
47
47
|
eslint: "^8.57.0"
|
|
48
48
|
},
|
|
49
49
|
dependencies: {
|
|
@@ -42,10 +42,10 @@ var require_package = __commonJS({
|
|
|
42
42
|
license: "MIT",
|
|
43
43
|
devDependencies: {
|
|
44
44
|
"@batijs/compile": "workspace:*",
|
|
45
|
-
"@prisma/client": "^5.
|
|
45
|
+
"@prisma/client": "^5.13.0",
|
|
46
46
|
"@types/node": "^18.19.14",
|
|
47
47
|
colorette: "^2.0.20",
|
|
48
|
-
prisma: "^5.
|
|
48
|
+
prisma: "^5.13.0"
|
|
49
49
|
},
|
|
50
50
|
dependencies: {
|
|
51
51
|
"@batijs/core": "workspace:*"
|
|
@@ -46,13 +46,13 @@ var require_package = __commonJS({
|
|
|
46
46
|
"@babel/plugin-transform-react-jsx": "^7.23.4",
|
|
47
47
|
"@batijs/compile": "workspace:*",
|
|
48
48
|
"@types/node": "^18.19.14",
|
|
49
|
-
"@types/react": "^18.
|
|
50
|
-
"@types/react-dom": "^18.
|
|
49
|
+
"@types/react": "^18.3.1",
|
|
50
|
+
"@types/react-dom": "^18.3.0",
|
|
51
51
|
"@vitejs/plugin-react": "^4.2.1",
|
|
52
52
|
"cross-fetch": "^4.0.0",
|
|
53
53
|
"eslint-plugin-react": "^7.34.1",
|
|
54
|
-
react: "^18.
|
|
55
|
-
"react-dom": "^18.
|
|
54
|
+
react: "^18.3.1",
|
|
55
|
+
"react-dom": "^18.3.1",
|
|
56
56
|
tailwindcss: "^3.4.3",
|
|
57
57
|
typescript: "^5.4.5",
|
|
58
58
|
vike: "^0.4.171",
|
|
@@ -44,8 +44,8 @@ var require_package = __commonJS({
|
|
|
44
44
|
"@batijs/compile": "workspace:*",
|
|
45
45
|
"@types/node": "^18.19.14",
|
|
46
46
|
"cross-fetch": "^4.0.0",
|
|
47
|
-
"eslint-plugin-solid": "^0.
|
|
48
|
-
"solid-js": "^1.8.
|
|
47
|
+
"eslint-plugin-solid": "^0.14.0",
|
|
48
|
+
"solid-js": "^1.8.17",
|
|
49
49
|
tailwindcss: "^3.4.3",
|
|
50
50
|
typescript: "^5.4.5",
|
|
51
51
|
vike: "^0.4.171",
|
|
@@ -43,10 +43,10 @@ var require_package = __commonJS({
|
|
|
43
43
|
devDependencies: {
|
|
44
44
|
"@batijs/compile": "workspace:*",
|
|
45
45
|
"@types/node": "^18.19.14",
|
|
46
|
-
"@vite-plugin-vercel/vike": "^
|
|
46
|
+
"@vite-plugin-vercel/vike": "^6.0.1",
|
|
47
47
|
vike: "^0.4.171",
|
|
48
48
|
vite: "^5.2.10",
|
|
49
|
-
"vite-plugin-vercel": "^
|
|
49
|
+
"vite-plugin-vercel": "^6.0.1"
|
|
50
50
|
},
|
|
51
51
|
dependencies: {
|
|
52
52
|
"@batijs/core": "workspace:*"
|
|
@@ -44,8 +44,8 @@ var require_package = __commonJS({
|
|
|
44
44
|
"@batijs/compile": "workspace:*",
|
|
45
45
|
"@types/node": "^18.19.14",
|
|
46
46
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
47
|
-
"@vue/compiler-sfc": "^3.4.
|
|
48
|
-
"@vue/server-renderer": "^3.4.
|
|
47
|
+
"@vue/compiler-sfc": "^3.4.25",
|
|
48
|
+
"@vue/server-renderer": "^3.4.25",
|
|
49
49
|
"cross-fetch": "^4.0.0",
|
|
50
50
|
"eslint-plugin-vue": "^9.25.0",
|
|
51
51
|
tailwindcss: "^3.4.3",
|
|
@@ -54,7 +54,7 @@ var require_package = __commonJS({
|
|
|
54
54
|
vike: "^0.4.171",
|
|
55
55
|
"vike-vue": "^0.6.5",
|
|
56
56
|
vite: "^5.2.10",
|
|
57
|
-
vue: "^3.4.
|
|
57
|
+
vue: "^3.4.25",
|
|
58
58
|
"vue-gtag": "^2.0.1"
|
|
59
59
|
},
|
|
60
60
|
dependencies: {
|
package/dist/index.js
CHANGED
|
@@ -1537,7 +1537,7 @@ var createDefaultQueryTester = function(query, options) {
|
|
|
1537
1537
|
// package.json
|
|
1538
1538
|
var package_default = {
|
|
1539
1539
|
name: "@batijs/cli",
|
|
1540
|
-
version: "0.0.
|
|
1540
|
+
version: "0.0.183",
|
|
1541
1541
|
type: "module",
|
|
1542
1542
|
scripts: {
|
|
1543
1543
|
"check-types": "tsc --noEmit",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@batijs/cli",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.183",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"tsup": "^8.0.2",
|
|
20
20
|
"typescript": "^5.4.5",
|
|
21
21
|
"vite": "^5.2.10",
|
|
22
|
-
"@batijs/compile": "0.0.
|
|
23
|
-
"@batijs/build": "0.0.
|
|
22
|
+
"@batijs/compile": "0.0.183",
|
|
23
|
+
"@batijs/build": "0.0.183"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@batijs/
|
|
27
|
-
"@batijs/
|
|
26
|
+
"@batijs/features": "0.0.183",
|
|
27
|
+
"@batijs/core": "0.0.183"
|
|
28
28
|
},
|
|
29
29
|
"bin": "./dist/index.js",
|
|
30
30
|
"exports": {
|