Skip to content

Commit

Permalink
Merge branch 'KelvinTegelaar:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AJorink committed Dec 11, 2023
2 parents 4181954 + 2cf7b50 commit 26be729
Show file tree
Hide file tree
Showing 25 changed files with 2,230 additions and 1,986 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Comment_on_Issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
issues: write
steps:
- name: Add Comment
uses: peter-evans/create-or-update-comment@a35cf36e5301d70b76f316e867e7788a55a31dae
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand All @@ -27,4 +27,4 @@ jobs:
issues: write
steps:
- name: Add Comment
uses: peter-evans/create-or-update
uses: peter-evans/create-or-update@v3
7 changes: 5 additions & 2 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"compilerOptions": {
"module": "ES2022",
"baseUrl": "."
"module": "ESNext",
"baseUrl": "./",
"checkJs": false,
"moduleResolution": "node",
"jsx": "react"
},
"include": ["./src"],
"exclude": ["node_modules/"]
Expand Down
967 changes: 627 additions & 340 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^18.2.39",
"@types/react-helmet": "^6.1.5",
"@vitejs/plugin-react": "^4.1.1",
"@vitejs/plugin-react": "^4.2.1",
"auto-changelog": "~2.3.0",
"browserslist-to-esbuild": "^1.2.0",
"eslint": "^8.54.0",
Expand All @@ -108,7 +109,7 @@
"stylelint": "^14.3.0",
"stylelint-config-sass-guidelines": "^9.0.1",
"stylelint-order": "^5.0.0",
"vite": "^4.5.0",
"vite": "^5.0.6",
"vite-plugin-eslint": "^1.8.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion public/version_latest.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.7.3
4.8.0
Loading

0 comments on commit 26be729

Please sign in to comment.