Skip to content

Commit

Permalink
minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
activatedgeek committed Apr 3, 2024
1 parent 6066749 commit 2101273
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 41 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,12 @@ jobs:
projectName: ${{ secrets.CLOUDFLARE_PAGES_PROJECT }}
directory: dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
wranglerVersion: 3

- name: Slack Notify
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_FOOTER: ''
SLACK_FOOTER: ""
SLACK_COLOR: ${{ job.status }}
if: always()

Expand Down
68 changes: 34 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"dependencies": {
"@astrojs/cloudflare": "^10.0.2",
"@astrojs/mdx": "^2.2.2",
"@astrojs/react": "^3.1.0",
"@astrojs/mdx": "^2.2.3",
"@astrojs/react": "^3.1.1",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.1.2",
"@picocss/pico": "^2.0.6",
"@types/react": "^18.2.73",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"astro": "^4.5.13",
"astro": "^4.5.14",
"autoprefixer": "^10.4.19",
"cssnano": "^6.1.2",
"github-slugger": "^2.0.0",
"node-emoji": "^2.1.3",
"pagefind": "^1.0.4",
"pagefind": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
Expand Down

0 comments on commit 2101273

Please sign in to comment.