Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: ["24"]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "Optimise:MS",
"keywords": [
Expand Down Expand Up @@ -55,59 +55,59 @@
"typescript": "^5"
},
"dependencies": {
"axios": "^1.12.2",
"axios": "^1.13.2",
"pretty-bytes": "7.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.28.4",
"@babel/eslint-parser": "^7.28.5",
"@babel/eslint-plugin": "^7.27.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@commitlint/config-conventional": "20.0.0",
"@eslint/css": "^0.11.1",
"@eslint/js": "^9.37.0",
"@eslint/json": "^0.13.2",
"@eslint/markdown": "^7.3.0",
"@nx/eslint-plugin": "21.6.3",
"@nx/workspace": "21.6.3",
"@stylistic/eslint-plugin": "^5.4.0",
"@tailwindcss/postcss": "4.1.14",
"@tailwindcss/vite": "4.1.14",
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.1",
"@eslint/json": "^0.14.0",
"@eslint/markdown": "^7.5.1",
"@nx/eslint-plugin": "22.1.3",
"@nx/workspace": "22.1.3",
"@stylistic/eslint-plugin": "^5.6.1",
"@tailwindcss/postcss": "4.1.17",
"@tailwindcss/vite": "4.1.17",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"@vitejs/plugin-react-swc": "^4.1.0",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "10.4.21",
"@typescript-eslint/eslint-plugin": "^8.48.1",
"@typescript-eslint/parser": "^8.48.1",
"@vitejs/plugin-react-swc": "^4.2.2",
"@vitest/coverage-v8": "^4.0.15",
"autoprefixer": "10.4.22",
"babel-jest": "30.2.0",
"babel-loader": "10.0.0",
"babel-plugin-react-compiler": "^19.1.0-rc.3",
"babel-plugin-react-compiler": "1.0.0",
"babel-plugin-require-context-hook": "1.0.0",
"commitlint": "20.1.0",
"eslint": "^9.37.0",
"eslint": "^9.39.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"eslint-plugin-react-hooks": "^6.1.1",
"eslint-plugin-testing-library": "^7.11.0",
"globals": "^16.4.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-testing-library": "^7.13.5",
"globals": "^16.5.0",
"husky": "9.1.7",
"is-ci": "4.1.0",
"jest": "30.2.0",
"jsdom": "^27.0.0",
"lint-staged": "16.2.3",
"nx": "21.6.3",
"jsdom": "^27.2.0",
"lint-staged": "16.2.7",
"nx": "22.1.3",
"patch-package": "8.0.1",
"tailwindcss": "4.1.14",
"tailwindcss": "4.1.17",
"typescript": "5.9.3",
"vite": "^7.1.9",
"vite": "^7.2.6",
"vite-plugin-babel": "^1.3.2",
"vite-plugin-svgr": "^4.5.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
"vitest": "^4.0.15"
},
"engines": {
"yarn": "^1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/optimise-core/docs/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "API documentation for OPTIMISE MS",
"version": "4.1.0",
"version": "4.1.1",
"title": "OPTIMISE MS API",
"license": {
"name": "MIT License"
Expand Down
16 changes: 8 additions & 8 deletions packages/optimise-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-core",
"version": "4.1.0",
"version": "4.1.1",
"description": "Optimise:MS Backend",
"keywords": [
"ms"
Expand Down Expand Up @@ -50,11 +50,11 @@
"connect-session-knex": "5.0.0",
"csurf": "1.11.0",
"csv-parse": "6.1.0",
"express": "4.21.2",
"express-rate-limit": "8.1.0",
"express": "4.22.1",
"express-rate-limit": "8.2.1",
"express-session": "1.18.2",
"express-zip": "3.0.0",
"form-data": "4.0.4",
"form-data": "4.0.5",
"knex": "^3.1.0",
"moment": "2.30.1",
"multer": "2.0.2",
Expand All @@ -69,20 +69,20 @@
"ws": "8.18.3"
},
"devDependencies": {
"@stryker-mutator/core": "9.2.0",
"@stryker-mutator/core": "9.4.0",
"@stryker-mutator/html-reporter": "3.1.0",
"@stryker-mutator/javascript-mutator": "4.0.0",
"@stryker-mutator/jest-runner": "9.2.0",
"@stryker-mutator/jest-runner": "9.4.0",
"@types/express": "^4",
"cross-env": "10.1.0",
"jest": "30.2.0",
"native-ext-loader": "2.3.0",
"rimraf": "6.0.1",
"rimraf": "6.1.2",
"run-script-webpack-plugin": "0.2.3",
"string-replace-loader": "3.2.0",
"supertest": "7.1.4",
"ts-loader": "9.5.4",
"webpack": "5.102.0",
"webpack": "5.103.0",
"webpack-cli": "6.0.1",
"webpack-node-externals": "3.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/optimise-docker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-docker",
"version": "4.1.0",
"version": "4.1.1",
"description": "Optimise:MS Docker",
"keywords": [
"ms",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"compression": "1.8.1",
"express": "4.21.2",
"express-rate-limit": "8.1.0",
"express": "4.22.1",
"express-rate-limit": "8.2.1",
"sqlite3": "5.1.6"
}
}
10 changes: 5 additions & 5 deletions packages/optimise-electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-electron",
"version": "4.1.0",
"version": "4.1.1",
"description": "Optimise:MS Desktop Application",
"keywords": [
"research",
Expand Down Expand Up @@ -31,17 +31,17 @@
"dependencies": {
"electron-log": "5.4.3",
"electron-unhandled": "4.0.1",
"electron-updater": "6.6.8",
"express": "4.21.2",
"electron-updater": "6.7.2",
"express": "4.22.1",
"sqlite3": "5.1.6"
},
"devDependencies": {
"copy-webpack-plugin": "13.0.1",
"electron": "34.5.8",
"electron-builder": "25.1.8",
"electron-reload": "1.5.0",
"html-webpack-plugin": "5.6.4",
"webpack": "5.102.0",
"html-webpack-plugin": "5.6.5",
"webpack": "5.103.0",
"webpack-cli": "6.0.1",
"webpack-merge": "6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/optimise-remote-control/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-remote-control",
"version": "4.1.0",
"version": "4.1.1",
"description": "",
"license": "MIT",
"author": {
Expand Down
14 changes: 7 additions & 7 deletions packages/optimise-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-sync",
"version": "4.1.0",
"version": "4.1.1",
"description": "Optimise:MS Synchroniser",
"keywords": [
"ms"
Expand Down Expand Up @@ -37,22 +37,22 @@
"dependencies": {
"connect-mongo": "5.1.0",
"csurf": "1.11.0",
"express": "4.21.2",
"express-rate-limit": "8.1.0",
"express": "4.22.1",
"express-rate-limit": "8.2.1",
"express-session": "1.18.2",
"mongodb": "6.20.0",
"mongodb": "6.21.0",
"passport": "0.7.0",
"pretty-bytes": "7.1.0",
"saslprep": "1.0.3"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/core": "^7.28.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"babel-loader": "10.0.0",
"cross-env": "10.1.0",
"rimraf": "6.0.1",
"rimraf": "6.1.2",
"run-script-webpack-plugin": "0.2.3",
"webpack": "5.102.0",
"webpack": "5.103.0",
"webpack-cli": "6.0.1"
},
"optionalDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/optimise-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "optimise-ui",
"version": "4.1.0",
"version": "4.1.1",
"private": true,
"description": "Optimise:MS UI",
"keywords": [
Expand Down Expand Up @@ -32,16 +32,16 @@
]
},
"dependencies": {
"@tanstack/react-form": "1.23.5",
"@tanstack/react-query": "5.90.2",
"@tanstack/react-form": "1.27.0",
"@tanstack/react-query": "5.90.11",
"@mdx-js/react": "3.1.1",
"capitalize": "2.0.4",
"deepmerge": "4.3.1",
"detect-browser": "5.3.0",
"draft-js": "0.11.7",
"file-saver": "2.0.5",
"history": "4.10.1",
"immutable": "5.1.3",
"immutable": "5.1.4",
"interactjs": "1.10.27",
"is-plain-object": "5.0.0",
"moment": "2.30.1",
Expand All @@ -50,7 +50,7 @@
"radix-ui": "1.4.3",
"react": "19.2.0",
"react-calendar-timeline": "0.26.7",
"react-datepicker": "8.7.0",
"react-datepicker": "8.10.0",
"react-dom": "19.2.0",
"react-event-timeline": "1.6.3",
"react-helmet-async": "2.0.5",
Expand All @@ -66,14 +66,14 @@
"@mdx-js/rollup": "3.1.1",
"@types/capitalize": "2.0.2",
"@types/mdx": "2.0.13",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@types/react-router-dom": "5.3.3",
"cross-env": "10.1.0",
"http-proxy-middleware": "2.0.9",
"rehype-mdx-import-media": "1.2.0",
"rehype-raw": "7.0.0",
"webpack": "5.102.0"
"webpack": "5.103.0"
},
"productName": "Optimise MS"
}
6 changes: 3 additions & 3 deletions packages/optimise-website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta content="width=device-width,initial-scale=1" name="viewport">
<meta content="Optimise" name="description">
<meta content="Florian Guitton" name="author">
<title>Optimise MS v4.1.0 :: Welcome</title>
<title>Optimise MS v4.1.1 :: Welcome</title>
<link href="styles/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="styles/optimise.css" rel="stylesheet" type="text/css">
</head>
Expand Down Expand Up @@ -47,7 +47,7 @@
</ul>
<ul class="nav navbar-nav">
<li>
<a rel="noopener" target="_blank" href="https://github.com/dsi-icl/optimise/releases/download/v4.1.0/Optimise-MS-Desktop-Setup-4.1.0.exe">Download
<a rel="noopener" target="_blank" href="https://github.com/dsi-icl/optimise/releases/download/v4.1.1/Optimise-MS-Desktop-Setup-4.1.1.exe">Download
Now</a>
</li>
</ul>
Expand Down Expand Up @@ -281,7 +281,7 @@ <h4>Note on usage</h4>
<div class="bs-callout bs-callout-warning" id="guarantee-note">
<h4>Guarantee</h4>
<p>Please note that Optimise MS
<code>v4.1.0</code> is currently released under
<code>v4.1.1</code> is currently released under
<strong>MIT</strong> license. It is provided with no guarantee.
</p>
</div>
Expand Down
Loading
Loading