Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>org.entcore</groupId>
<artifactId>blog</artifactId>
<version>5.5.7</version>
<version>5.5-SNAPSHOT</version>
<scm>
<connection>scm:git:https://github.com/edificeio/blog.git</connection>
<developerConnection>scm:git:https://github.com/edificeio/blog.git</developerConnection>
Expand All @@ -24,12 +24,12 @@
</repository>
</repositories>
<properties>
<entCoreVersion>6.16.6</entCoreVersion>
<entCoreLibsVersion>6.16.3</entCoreLibsVersion>
<entCoreVersion>6.16-SNAPSHOT</entCoreVersion>
<entCoreLibsVersion>6.16-SNAPSHOT</entCoreLibsVersion>
<junitVersion>4.13.2</junitVersion>
<explorerVersion>2.6.7</explorerVersion>
<modMongoVersion>4.2.0</modMongoVersion>
<modJsonSchemaValidatorVersion>2.2.0</modJsonSchemaValidatorVersion>
<explorerVersion>2.6-SNAPSHOT</explorerVersion>
<modMongoVersion>4.2-SNAPSHOT</modMongoVersion>
<modJsonSchemaValidatorVersion>2.2-SNAPSHOT</modJsonSchemaValidatorVersion>
</properties>
<dependencies>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blog",
"version": "5.5.7",
"version": "5.5.7-develop.0",
"description": "Blog tool for ENT Core.",
"homepage": "https://github.com/opendigitaleducation/blog#readme",
"bugs": {
Expand Down Expand Up @@ -39,16 +39,16 @@
]
},
"dependencies": {
"@edifice.io/bootstrap": "2.6.3",
"@edifice.io/client": "2.6.3",
"@edifice.io/react": "2.6.3",
"@edifice.io/utilities": "2.6.3",
"@edifice.io/bootstrap": "develop",
"@edifice.io/client": "develop",
"@edifice.io/react": "develop",
"@edifice.io/utilities": "develop",
"@react-spring/web": "9.7.5",
"@tanstack/react-query": "5.62.7",
"clsx": "2.1.1",
"i18next": "23.8.1",
"i18next-http-backend": "2.4.2",
"ode-explorer": "2.6.7",
"ode-explorer": "develop",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
Expand Down Expand Up @@ -84,7 +84,7 @@
"typescript-eslint": "8.54.0",
"vite": "5.4.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "2.1.9"
"vitest": "3.2.6"
},
"packageManager": "pnpm@9.12.2",
"engines": {
Expand Down