Skip to content

Commit b923bc8

Browse files
Merge pull request #14 from tremorlabs/beta
feat: Updated Templates and Installation of Packages
2 parents ef10209 + a9c9690 commit b923bc8

File tree

6 files changed

+1116
-969
lines changed

6 files changed

+1116
-969
lines changed

.gitignore

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,35 @@
1-
node_modules
2-
dist
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# next.js
12+
/.next/
13+
/out/
14+
15+
# production
16+
/build
17+
18+
# misc
19+
.DS_Store
20+
src/.DS_Store
21+
*.pem
22+
.vscode
23+
24+
# debug
25+
npm-debug.log*
26+
yarn-debug.log*
27+
yarn-error.log*
28+
.pnpm-debug.log*
29+
30+
# local env files
31+
.env*.local
32+
33+
# typescript
34+
*.tsbuildinfo
35+

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,33 @@
4444
},
4545
"dependencies": {
4646
"chalk": "5.2.0",
47-
"commander": "^10.0.0",
48-
"execa": "^7.0.0",
49-
"fs-extra": "^11.1.0",
50-
"https-proxy-agent": "^6.2.0",
51-
"ora": "^6.1.2",
47+
"commander": "^10.0.1",
48+
"execa": "^7.2.0",
49+
"fs-extra": "^11.2.0",
50+
"https-proxy-agent": "^6.2.1",
51+
"ora": "^6.3.1",
5252
"prompts": "^2.4.2",
53-
"zod": "^3.20.2"
53+
"zod": "^3.22.4"
5454
},
5555
"devDependencies": {
56-
"@semantic-release/commit-analyzer": "^10.0.1",
57-
"@semantic-release/github": "^9.0.3",
58-
"@semantic-release/npm": "^10.0.3",
59-
"@types/fs-extra": "^11.0.1",
60-
"@types/node": "^20.2.5",
61-
"@types/prompts": "^2.4.2",
62-
"conventional-changelog-conventionalcommits": "^6.0.0",
56+
"@semantic-release/commit-analyzer": "^10.0.4",
57+
"@semantic-release/github": "^9.2.6",
58+
"@semantic-release/npm": "^10.0.6",
59+
"@types/fs-extra": "^11.0.4",
60+
"@types/node": "^20.11.5",
61+
"@types/prompts": "^2.4.9",
62+
"conventional-changelog-conventionalcommits": "^6.1.0",
6363
"i": "^0.3.7",
6464
"install": "^0.13.0",
65-
"node-fetch": "^2.6.11",
66-
"rimraf": "^4.1.3",
67-
"semantic-release": "^21.0.3",
68-
"ts-node": "^10.9.1",
65+
"node-fetch": "^2.7.0",
66+
"rimraf": "^4.4.1",
67+
"semantic-release": "^21.1.2",
68+
"ts-node": "^10.9.2",
6969
"tsconfig-paths": "^4.2.0",
70-
"tslib": "^2.5.3",
71-
"tsup": "^6.6.3",
72-
"type-fest": "^3.8.0",
73-
"typescript": "^4.9.3"
70+
"tslib": "^2.6.2",
71+
"tsup": "^6.7.0",
72+
"type-fest": "^3.13.1",
73+
"typescript": "^4.9.5"
7474
},
7575
"release": {
7676
"branches": [

0 commit comments

Comments
 (0)