Skip to content
Commits on Source (7)
......@@ -39,7 +39,7 @@ stages:
- !reference [.rules-map, on-dev]
- !reference [.rules-map, not-on-semantic-release-commit]
- !reference [.rules-map, on-branch]
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.13
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.13.3
cache:
key:
files:
......
accounts-base@2.2.8
accounts-oauth@1.4.2
accounts-password@2.3.4
alanning:roles@3.5.1
alanning:roles@3.6.0
aldeed:collection2@3.5.0
aldeed:schema-index@3.0.0
allow-deny@1.1.1
......@@ -49,7 +49,7 @@ logging@1.3.2
mdg:validated-method@1.3.0
meteor@1.11.3
meteor-base@1.5.1
meteortesting:browser-tests@1.5.1
meteortesting:browser-tests@1.5.3
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.1.2
minifier-css@1.6.4
......@@ -97,4 +97,4 @@ universe:i18n@1.32.6
url@1.3.2
webapp@1.13.5
webapp-hashing@1.1.1
zodern:types@1.0.9
zodern:types@1.0.10
# The tag here should match the Meteor version of your app, per .meteor/release
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.13
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.13.3
# Copy app package.json and package-lock.json into container
#COPY ./app/package*.json $APP_SOURCE_FOLDER/
......
# Changelog
## [1.11.0](https://gitlab.mim-libre.fr/alphabet/mezig/compare/release/1.10.0...release/1.11.0) (2024-01-30)
### Features
* **meteor:** update meteor and packages to version 2.13.3 ([601201a](https://gitlab.mim-libre.fr/alphabet/mezig/commit/601201afb36a3b20a50b4ce94c7f7ab92a3c078e))
* **npm:** update outdated libs to wanted version ([4e5b3af](https://gitlab.mim-libre.fr/alphabet/mezig/commit/4e5b3afdbef0518dc47e9d6729a536337373588a))
## [1.10.0](https://gitlab.mim-libre.fr/alphabet/mezig/compare/release/1.9.0...release/1.10.0) (2023-11-07)
......
This diff is collapsed.
{
"name": "mezig",
"private": true,
"version": "1.10.0",
"version": "1.11.0",
"license": "EUPL-1.2",
"description": "Online biography",
"author": "EOLE/PCLL <team@eole.education> - DINUM",
......@@ -15,8 +15,8 @@
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/core": "^7.22.17",
"@babel/runtime": "^7.22.15",
"@babel/core": "^7.23.2",
"@babel/runtime": "^7.23.2",
"@dexlib/svelte-matomo": "^0.1.4",
"@smui/button": "^6.1.4",
"@smui/chips": "^6.1.4",
......@@ -32,9 +32,9 @@
"@smui/snackbar": "^6.1.4",
"@smui/switch": "^6.1.4",
"@smui/textfield": "^6.1.4",
"axios": "^1.5.0",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"chai": "^4.3.8",
"chai": "^4.3.10",
"dom-parser": "^0.1.6",
"eslint-plugin-n": "^15.7.0",
"jquery": "^3.7.1",
......@@ -64,15 +64,15 @@
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@meteorjs/eslint-config-meteor": "^1.0.5",
"eslint": "^8.49.0",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^17.1.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-i18n": "^2.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-meteor": "^7.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
......