Skip to content

Commit

Permalink
fix(GIST-17): add semantic release docker (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Courtcircuits authored Aug 2, 2024
1 parent 808910f commit a1ee7d4
Show file tree
Hide file tree
Showing 2 changed files with 155 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"next": "14.2.5"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@codedependant/semantic-release-docker": "^5.0.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "14.2.5"
"typescript": "^5"
}
}
Loading

0 comments on commit a1ee7d4

Please sign in to comment.