Skip to content
Open
Show file tree
Hide file tree
Changes from 10 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
f7efe36
fix: package.json to reduce vulnerabilities (#35)
Dargon789 Jul 26, 2025
62d5b38
Merge branch 'alchemyplatform:main' into main
Dargon789 Sep 8, 2025
0653c29
Merge branch 'alchemyplatform:main' into main
Dargon789 Oct 31, 2025
98a4c3d
Create config.yml (#79)
Dargon789 Oct 31, 2025
a38923d
feat: upgrade @types/react-dom from 18.3.7 to 19.2.2
snyk-bot Nov 8, 2025
8987af5
Update package.json
Dargon789 Nov 9, 2025
acebd66
fix: upgrade wagmi from 2.15.4 to 2.19.4 (#107)
Dargon789 Dec 5, 2025
90f23d1
fix: upgrade viem from 2.30.0 to 2.37.3 (#137)
Dargon789 Jan 12, 2026
1712aa0
feat: upgrade next from 14.2.30 to 16.0.0 (#88)
Dargon789 Jan 12, 2026
d2ccaa7
fix: upgrade viem from 2.30.0 to 2.37.3 (#54)
Dargon789 Jan 21, 2026
d92aff7
Update README.md (#158)
Dargon789 Mar 19, 2026
018d141
fix: package.json to reduce vulnerabilities (#159)
Dargon789 Mar 19, 2026
e88a269
Add CODEOWNERS file for AI app compliance
mjbenedict-alchemy Mar 19, 2026
0c552b4
fix: upgrade viem from 2.30.0 to 2.37.3 (#161)
Dargon789 Mar 19, 2026
7e298c9
Update issue templates (#162)
Dargon789 Mar 19, 2026
bae0525
feat: upgrade eslint-config-next from 14.2.4 to 16.1.4 (#151)
Dargon789 Mar 19, 2026
d7a3aea
Merge remote-tracking branch 'origin/accounts-ui-kit' into michael.be…
googleworkspace-bot Mar 20, 2026
641ad7a
Merge branch 'main' into michael.benedict/add-codeowners-for-ai-compl…
googleworkspace-bot Mar 20, 2026
51b8120
workspace.xml
googleworkspace-bot Mar 20, 2026
2475ca1
Create nextjs.yml (#163)
Dargon789 Mar 20, 2026
7ccb804
Create Vercel Preview Deployment.yml (#165)
Dargon789 Mar 20, 2026
faa3983
Create dependabot.yml (#167)
Dargon789 Mar 20, 2026
7c3a1df
Create .gitignore
googleworkspace-bot Apr 4, 2026
08e76cd
Update package.json
Dargon789 Apr 4, 2026
0f06f97
Update package.json
Dargon789 Apr 4, 2026
73b3e7d
Update package.json
Dargon789 Apr 4, 2026
5d288be
Update .github/ISSUE_TEMPLATE/bug_report.md
Dargon789 Apr 4, 2026
dad9231
fix: package.json to reduce vulnerabilities (#35) (#155) (#157)
Dargon789 Apr 4, 2026
d4e2b8d
Create SECURITY.md for security policy and reporting (#177)
Dargon789 Apr 4, 2026
83b98d0
[Snyk] Upgrade @types/node from 20.19.27 to 25.0.3 (#133)
Dargon789 Apr 4, 2026
6c344b5
Delete .github/workflows/nextjs.yml (#178)
Dargon789 Apr 4, 2026
55ccc79
Merge branch 'add-codeowners-for-ai-compliance'
googleworkspace-bot Apr 4, 2026
536e99c
fix: package.json to reduce vulnerabilities (#179)
Dargon789 Apr 4, 2026
9d69d94
feat: upgrade tailwindcss from 3.4.18 to 4.1.14 (#68)
Dargon789 Apr 6, 2026
466c050
workspace
googleworkspace-bot Apr 17, 2026
3cf1006
chore(deps): bump next in the npm_and_yarn group across 1 directory (…
dependabot[bot] Apr 17, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Use the latest 2.1 version of CircleCI pipeline process engine.
# See: https://circleci.com/docs/configuration-reference
version: 2.1
#
# Define a job to be invoked later in a workflow.
# See: https://circleci.com/docs/jobs-steps/#jobs-overview & https://circleci.com/docs/configuration-reference/#jobs
jobs:
say-hello:
# Specify the execution environment. You can specify an image from Docker Hub or use one of our convenience images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/executor-intro/ & https://circleci.com/docs/configuration-reference/#executor-job
docker:
# Specify the version you desire here
# See: https://circleci.com/developer/images/image/cimg/base
- image: cimg/base:current

# Add steps to the job
# See: https://circleci.com/docs/jobs-steps/#steps-overview & https://circleci.com/docs/configuration-reference/#steps
steps:
# Checkout the code as the first step.
- checkout
- run:
name: "Say hello"
command: "echo Hello, World!"

# Orchestrate jobs using workflows
# See: https://circleci.com/docs/workflows/ & https://circleci.com/docs/configuration-reference/#workflows
workflows:
say-hello-workflow: # This is the name of the workflow, feel free to change it to better match your workflow.
# Inside the workflow, you define the jobs you want to run.
jobs:
- say-hello
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.511.0",
"next": "14.2.4",
"next": "16.0.0",
"react": "^18",
"react-dom": "^18",
"tailwind-merge": "^3.3.0",
"tailwindcss-animate": "^1.0.7",
"viem": "2.30.0",
"wagmi": "2.15.4"
"wagmi": "2.19.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint": "^9.0.0",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.4",
Expand Down