@devvmichael/create-stacks-app 0.2.0 → 0.2.1
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
CHANGED
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
"lint": "next lint"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@stacks/connect": "^
|
|
13
|
-
"@stacks/connect-react": "^
|
|
14
|
-
"@stacks/network": "^
|
|
15
|
-
"@stacks/transactions": "^
|
|
16
|
-
"next": "14.
|
|
17
|
-
"react": "^18.
|
|
18
|
-
"react-dom": "^18.
|
|
12
|
+
"@stacks/connect": "^8.2.4",
|
|
13
|
+
"@stacks/connect-react": "^23.1.4",
|
|
14
|
+
"@stacks/network": "^7.3.1",
|
|
15
|
+
"@stacks/transactions": "^7.3.1",
|
|
16
|
+
"next": "^14.2.21",
|
|
17
|
+
"react": "^18.3.1",
|
|
18
|
+
"react-dom": "^18.3.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@types/node": "^
|
|
21
|
+
"@types/node": "^22",
|
|
22
22
|
"@types/react": "^18",
|
|
23
23
|
"@types/react-dom": "^18",
|
|
24
|
-
"autoprefixer": "^10.
|
|
25
|
-
"postcss": "^8",
|
|
26
|
-
"tailwindcss": "^3.
|
|
27
|
-
"typescript": "^5"
|
|
24
|
+
"autoprefixer": "^10.4.20",
|
|
25
|
+
"postcss": "^8.4.49",
|
|
26
|
+
"tailwindcss": "^3.4.17",
|
|
27
|
+
"typescript": "^5.7.2"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -10,20 +10,20 @@
|
|
|
10
10
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@stacks/connect": "^
|
|
14
|
-
"@stacks/network": "^
|
|
15
|
-
"@stacks/transactions": "^
|
|
16
|
-
"react": "^18.
|
|
17
|
-
"react-dom": "^18.
|
|
13
|
+
"@stacks/connect": "^8.2.4",
|
|
14
|
+
"@stacks/network": "^7.3.1",
|
|
15
|
+
"@stacks/transactions": "^7.3.1",
|
|
16
|
+
"react": "^18.3.1",
|
|
17
|
+
"react-dom": "^18.3.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@types/react": "^18.
|
|
21
|
-
"@types/react-dom": "^18.
|
|
22
|
-
"@vitejs/plugin-react": "^4.
|
|
23
|
-
"autoprefixer": "^10.4.
|
|
24
|
-
"postcss": "^8.4.
|
|
25
|
-
"tailwindcss": "^3.
|
|
26
|
-
"typescript": "^5.
|
|
27
|
-
"vite": "^
|
|
20
|
+
"@types/react": "^18.3.18",
|
|
21
|
+
"@types/react-dom": "^18.3.5",
|
|
22
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
23
|
+
"autoprefixer": "^10.4.20",
|
|
24
|
+
"postcss": "^8.4.49",
|
|
25
|
+
"tailwindcss": "^3.4.17",
|
|
26
|
+
"typescript": "^5.7.2",
|
|
27
|
+
"vite": "^6.1.0"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@stacks/connect": "^
|
|
14
|
-
"@stacks/network": "^
|
|
15
|
-
"@stacks/transactions": "^
|
|
16
|
-
"vue": "^3.
|
|
13
|
+
"@stacks/connect": "^8.2.4",
|
|
14
|
+
"@stacks/network": "^7.3.1",
|
|
15
|
+
"@stacks/transactions": "^7.3.1",
|
|
16
|
+
"vue": "^3.5.13"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@vitejs/plugin-vue": "^
|
|
20
|
-
"autoprefixer": "^10.4.
|
|
21
|
-
"postcss": "^8.4.
|
|
22
|
-
"tailwindcss": "^3.
|
|
23
|
-
"typescript": "^5.
|
|
24
|
-
"vite": "^
|
|
25
|
-
"vue-tsc": "^
|
|
19
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
20
|
+
"autoprefixer": "^10.4.20",
|
|
21
|
+
"postcss": "^8.4.49",
|
|
22
|
+
"tailwindcss": "^3.4.17",
|
|
23
|
+
"typescript": "^5.7.2",
|
|
24
|
+
"vite": "^6.1.0",
|
|
25
|
+
"vue-tsc": "^2.2.0"
|
|
26
26
|
}
|
|
27
27
|
}
|