Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lingbopro committed Oct 13, 2024
1 parent 55cb83a commit 0e03eff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"url": "https://github.com/lingbopro/sober-community-docs"
},
"dependencies": {
"i18next": "^23.15.1",
"i18next": "^23.15.2",
"i18next-browser-languagedetector": "^8.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.2",
"react-scripts": "5.0.1",
"sober": "^0.3.21",
"typescript": "^5.6.2"
"react-i18next": "^15.0.3",
"react-scripts": "5.1.0-next.14",
"sober": "0.4.2",
"typescript": "^5.6.3"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.25.8",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-flow": "^7.24.7",
"@babel/plugin-transform-react-jsx": "^7.25.2"
"@babel/plugin-syntax-flow": "^7.25.7",
"@babel/plugin-transform-react-jsx": "^7.25.7"
},
"scripts": {
"start": "react-scripts start",
Expand Down

0 comments on commit 0e03eff

Please sign in to comment.