Compare commits
1 Commits
renovate/m
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
| 350be8ffbb |
@@ -44,9 +44,9 @@
|
||||
"@types/react": "^19.2.12",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"prettier": "^3.8.1",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^6.30.3",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-router-dom": "^7.0.0",
|
||||
"styled-components": "^6.3.8",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
|
||||
@@ -23,16 +23,16 @@
|
||||
"better-sqlite3": "12.6.2",
|
||||
"fs-extra": "^11.0.0",
|
||||
"mime-types": "^3.0.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-router-dom": "^6.0.0",
|
||||
"react": "^18.0.0",
|
||||
"react-dom": "^18.0.0",
|
||||
"react-router-dom": "^7.0.0",
|
||||
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
|
||||
"styled-components": "^6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"jest": "^30.0.0",
|
||||
"supertest": "^7.0.0",
|
||||
"typescript": "^5"
|
||||
|
||||
Reference in New Issue
Block a user