Skip to content

Commit

Permalink
Merge pull request #14 from tremorlabs/beta
Browse files Browse the repository at this point in the history
feat: Updated Templates and Installation of Packages
  • Loading branch information
severinlandolt authored Jan 28, 2024
2 parents ef10209 + a9c9690 commit b923bc8
Show file tree
Hide file tree
Showing 6 changed files with 1,116 additions and 969 deletions.
37 changes: 35 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,35 @@
node_modules
dist
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/

# production
/build

# misc
.DS_Store
src/.DS_Store
*.pem
.vscode

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local

# typescript
*.tsbuildinfo

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,33 +44,33 @@
},
"dependencies": {
"chalk": "5.2.0",
"commander": "^10.0.0",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"https-proxy-agent": "^6.2.0",
"ora": "^6.1.2",
"commander": "^10.0.1",
"execa": "^7.2.0",
"fs-extra": "^11.2.0",
"https-proxy-agent": "^6.2.1",
"ora": "^6.3.1",
"prompts": "^2.4.2",
"zod": "^3.20.2"
"zod": "^3.22.4"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^10.0.3",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.2.5",
"@types/prompts": "^2.4.2",
"conventional-changelog-conventionalcommits": "^6.0.0",
"@semantic-release/commit-analyzer": "^10.0.4",
"@semantic-release/github": "^9.2.6",
"@semantic-release/npm": "^10.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/prompts": "^2.4.9",
"conventional-changelog-conventionalcommits": "^6.1.0",
"i": "^0.3.7",
"install": "^0.13.0",
"node-fetch": "^2.6.11",
"rimraf": "^4.1.3",
"semantic-release": "^21.0.3",
"ts-node": "^10.9.1",
"node-fetch": "^2.7.0",
"rimraf": "^4.4.1",
"semantic-release": "^21.1.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.5.3",
"tsup": "^6.6.3",
"type-fest": "^3.8.0",
"typescript": "^4.9.3"
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"type-fest": "^3.13.1",
"typescript": "^4.9.5"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit b923bc8

Please sign in to comment.