Skip to content

Commit

Permalink
fix: frontend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Sep 11, 2024
1 parent 15c2f66 commit cf7ab3d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/frontend/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@near-wallet-selector/sender": "^8.9.12",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^4.0.4",
"near-api-js": "^4.0.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
2 changes: 1 addition & 1 deletion templates/frontend/next-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@near-wallet-selector/sender": "^8.9.12",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^4.0.4",
"near-api-js": "^4.0.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down
4 changes: 2 additions & 2 deletions test/__snapshots__/make.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ exports[`create frontend 'next-app': --frontend_next-app--package.json 1`] = `
"@near-wallet-selector/sender": "^8.9.12",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^4.0.4",
"near-api-js": "^4.0.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down Expand Up @@ -1549,7 +1549,7 @@ exports[`create frontend 'next-page': --frontend_next-page--package.json 1`] = `
"@near-wallet-selector/sender": "^8.9.12",
"bootstrap": "^5",
"bootstrap-icons": "^1.11.3",
"near-api-js": "^4.0.4",
"near-api-js": "^4.0.3",
"next": "14.2.3",
"react": "^18",
"react-dom": "^18"
Expand Down

0 comments on commit cf7ab3d

Please sign in to comment.