Skip to content

Commit

Permalink
Merge branch 'SmolDapp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTomSawyer authored Nov 14, 2023
2 parents 00ea66a + 065237b commit 2c17d1a
Show file tree
Hide file tree
Showing 16 changed files with 2,126 additions and 527 deletions.
1 change: 1 addition & 0 deletions _config/nodeAPI/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vercel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

type TContext = {
params: {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-explicit-any */

type TContext = {
params: {
Expand Down
Binary file added _config/nodeAPI/bun.lockb
Binary file not shown.
33 changes: 17 additions & 16 deletions _config/nodeAPI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,30 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"next": "^14.0.2",
"react": "18.2.0",
"react-dom": "^18.2.0",
"next": "^13.2.4"
"styled-jsx": "^5.1.2"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/express": "^4.17.21",
"@types/ioredis": "^4.28.10",
"@types/jest": "29.4.3",
"@types/node": "^18.14.0",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"eslint": "^8.34.0",
"eslint-config-next": "^13.1.6",
"eslint-import-resolver-typescript": "^3.5.3",
"@types/jest": "29.5.8",
"@types/node": "^20.9.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-brackets": "^0.1.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"typescript": "^4.9.5"
"eslint-plugin-unused-imports": "^3.0.0",
"typescript": "^5.2.2"
}
}
1,343 changes: 890 additions & 453 deletions _config/nodeAPI/yarn.lock

Large diffs are not rendered by default.

121 changes: 66 additions & 55 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"format:check": "prettier --check ."
},
"devDependencies": {
"next": "^13.2.4",
"prettier": "2.5.1"
"next": "^14.0.2",
"prettier": "3.0.3",
"styled-jsx": "^5.1.2"
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2c17d1a

Please sign in to comment.