Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/stylescape/example-react int…
Browse files Browse the repository at this point in the history
…o dev
  • Loading branch information
vanvianen committed Feb 1, 2025
2 parents 3461421 + 4b1b9b2 commit 42f143b
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 73 deletions.
156 changes: 88 additions & 68 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 @@ -15,18 +15,18 @@
"test": "npm run build"
},
"dependencies": {
"@types/node": "^22.10.7",
"@types/react": "^19.0.7",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"bootstrap": "^5.3.3",
"next": "^15.1.5",
"next": "^15.1.6",
"react": "^19.0.0",
"react-bootstrap": "^2.10.7",
"react-bootstrap": "^2.10.8",
"react-dom": "^19.0.0",
"typescript": "^5.7.3"
},
"devDependencies": {
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"sass": "^1.83.4"
}
}

0 comments on commit 42f143b

Please sign in to comment.