Skip to content
Commits on Source (6)
......@@ -39,7 +39,7 @@ stages:
- !reference [.rules-map, not-on-semantic-release-commit]
- !reference [.rules-map, on-branch]
extends: .on-branch
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.7.1
image: hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.15
before_script:
- cd app
cache:
......
# The tag here should match the Meteor version of your app, per .meteor/release
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.7.1
FROM hub.eole.education/proxyhub/geoffreybooth/meteor-base:2.15
# Copy app package.json and package-lock.json into container
COPY ./app/package*.json $APP_SOURCE_FOLDER/
......@@ -12,7 +12,7 @@ COPY ./app $APP_SOURCE_FOLDER/
RUN bash $SCRIPTS_FOLDER/build-meteor-bundle.sh
# Rather than Node 8 latest (Alpine), you can also use the specific version of Node expected by your Meteor release, per https://docs.meteor.com/changelog.html
FROM hub.eole.education/proxyhub/library/node:14.19.1-alpine
FROM hub.eole.education/proxyhub/meteor/node:14.21.4-alpine3.17
ENV APP_BUNDLE_FOLDER /opt/bundle
ENV SCRIPTS_FOLDER /docker
......@@ -35,7 +35,7 @@ RUN bash $SCRIPTS_FOLDER/build-meteor-npm-dependencies.sh --build-from-source
# Start another Docker stage, so that the final image doesn’t contain the layer with the build dependencies
# See previous FROM line; this must match
FROM hub.eole.education/proxyhub/library/node:14.19.1-alpine
FROM hub.eole.education/proxyhub/meteor/node:14.21.4-alpine3.17
ENV APP_BUNDLE_FOLDER /opt/bundle
ENV SCRIPTS_FOLDER /docker
......
......@@ -9,17 +9,17 @@
# but you can also edit it by hand.
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.14.6 # The database Meteor supports right now
reactive-var@1.0.11 # Reactive variable for tracker
mobile-experience@1.1.1 # Packages for a great mobile UX
mongo@1.16.8 # The database Meteor supports right now
reactive-var@1.0.12 # Reactive variable for tracker
standard-minifier-css@1.8.1 # CSS minifier run for production mode
standard-minifier-js@2.8.0 # JS minifier run for production mode
standard-minifier-css@1.9.2 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
ecmascript@0.16.8 # Enable ECMAScript2015+ syntax in app code
typescript@4.9.5 # Enable TypeScript syntax in .ts and .tsx modules
shell-server@0.5.0 # Server-side component of the `meteor shell` command
hot-module-replacement@0.5.1 # Update client in development without reloading the page
hot-module-replacement@0.5.3 # Update client in development without reloading the page
static-html@1.3.2 # Define static page content in .html files
react-meteor-data # React higher-order component for reactively tracking Meteor data
......@@ -29,7 +29,7 @@ aldeed:collection2
aldeed:schema-index
mdg:validated-method
universe:i18n
accounts-password@2.3.1
accounts-password@2.4.0
# testing
......@@ -37,14 +37,14 @@ meteortesting:mocha
hwillson:stub-collections
johanbrook:publication-collector
dburles:factory
service-configuration@1.3.0
service-configuration@1.3.3
matb33:collection-hooks
seba:method-hooks
email@2.2.1
check@1.3.1
fetch@0.1.1
email@2.2.5
check@1.3.2
fetch@0.1.4
eoleteam:accounts-keycloak
alanning:roles
tracker@1.2.0
tracker@1.3.3
percolate:find-from-publication
reywood:publish-composite
accounts-base@2.2.2
accounts-oauth@1.4.1
accounts-password@2.3.1
alanning:roles@3.4.0
accounts-base@2.2.10
accounts-oauth@1.4.3
accounts-password@2.4.0
alanning:roles@3.6.3
aldeed:collection2@3.5.0
aldeed:schema-index@3.0.0
aldeed:schema-index@3.1.0
allow-deny@1.1.1
autoupdate@1.8.0
babel-compiler@7.9.0
babel-runtime@1.5.0
babel-compiler@7.10.5
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze-tools@1.1.2
boilerplate-generator@1.7.1
blaze-tools@1.1.4
boilerplate-generator@1.7.2
caching-compiler@1.2.2
caching-html-compiler@1.2.1
callback-hook@1.4.0
check@1.3.1
caching-html-compiler@1.2.2
callback-hook@1.5.1
check@1.3.2
dburles:collection-helpers@1.1.0
dburles:factory@1.1.0
ddp@1.4.0
ddp-client@2.5.0
dburles:factory@1.5.0
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.1.0
ddp-server@2.5.0
diff-sequence@1.1.1
dynamic-import@0.7.2
ecmascript@0.16.2
ecmascript-runtime@0.8.0
ddp-rate-limiter@1.2.1
ddp-server@2.7.0
diff-sequence@1.1.2
dynamic-import@0.7.3
ecmascript@0.16.8
ecmascript-runtime@0.8.1
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.2
email@2.2.1
ejson@1.1.3
email@2.2.5
eoleteam:accounts-keycloak@2.1.0
eoleteam:keycloak-oauth@2.2.0
eoleteam:keycloak-oauth@2.3.0
es5-shim@4.8.0
fetch@0.1.1
geojson-utils@1.0.10
fetch@0.1.4
geojson-utils@1.0.11
hot-code-push@1.0.4
hot-module-replacement@0.5.1
html-tools@1.1.2
htmljs@1.1.1
hot-module-replacement@0.5.3
html-tools@1.1.4
htmljs@1.2.1
http@2.0.0
hwillson:stub-collections@1.0.9
id-map@1.1.1
inter-process-messaging@0.1.1
johanbrook:publication-collector@1.1.0
launch-screen@1.3.0
launch-screen@2.0.0
localstorage@1.2.0
logging@1.3.1
matb33:collection-hooks@1.1.2
mdg:validated-method@1.2.0
meteor@1.10.0
logging@1.3.3
matb33:collection-hooks@1.3.1
mdg:validated-method@1.3.0
meteor@1.11.5
meteor-base@1.5.1
meteortesting:browser-tests@1.3.5
meteortesting:mocha@2.0.3
meteortesting:browser-tests@1.6.0
meteortesting:mocha@2.1.0
meteortesting:mocha-core@8.1.2
minifier-css@1.6.0
minifier-js@2.7.4
minimongo@1.8.0
mobile-experience@1.1.0
minifier-css@1.6.4
minifier-js@2.7.5
minimongo@1.9.3
mobile-experience@1.1.1
mobile-status-bar@1.1.0
modern-browsers@0.1.7
modules@0.18.0
modules-runtime@0.13.0
modules-runtime-hot@0.14.0
mongo@1.14.6
mongo-decimal@0.1.2
modern-browsers@0.1.10
modules@0.20.0
modules-runtime@0.13.1
modules-runtime-hot@0.14.2
mongo@1.16.9
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.8
npm-mongo@4.3.1
oauth@2.1.2
oauth2@1.3.1
npm-mongo@4.17.2
oauth@2.2.1
oauth2@1.3.2
ordered-dict@1.1.0
percolate:find-from-publication@0.2.1
promise@0.12.0
promise@0.12.2
raix:eventemitter@1.0.0
random@1.2.0
rate-limit@1.0.9
react-fast-refresh@0.2.3
react-meteor-data@2.4.0
reactive-var@1.0.11
random@1.2.1
rate-limit@1.1.1
react-fast-refresh@0.2.8
react-meteor-data@2.7.2
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
reywood:publish-composite@1.7.3
reywood:publish-composite@1.8.9
routepolicy@1.1.1
seba:method-hooks@3.0.2
service-configuration@1.3.0
seba:method-hooks@3.0.3
service-configuration@1.3.3
sha@1.0.9
shell-server@0.5.0
socket-stream-client@0.4.0
spacebars-compiler@1.3.0
standard-minifier-css@1.8.1
standard-minifier-js@2.8.0
socket-stream-client@0.5.2
spacebars-compiler@1.3.2
standard-minifier-css@1.9.2
standard-minifier-js@2.8.1
static-html@1.3.2
templating-tools@1.2.1
templating-tools@1.2.3
tmeasday:check-npm-versions@1.0.2
tracker@1.2.0
typescript@4.5.4
underscore@1.0.10
tracker@1.3.3
typescript@4.9.5
underscore@1.6.1
universe:i18n@1.32.6
url@1.3.2
webapp@1.13.1
webapp-hashing@1.1.0
webapp@1.13.8
webapp-hashing@1.1.1
zodern:types@1.0.13
This diff is collapsed.
{
"name": "frontal-nextcloud",
"version": "1.0.4",
"version": "1.0.5",
"private": true,
"scripts": {
"start": "meteor --exclude-archs 'web.browser.legacy, web.cordova' --settings ../config/settings.development.json",
......@@ -38,7 +38,7 @@
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-transition-group": "^4.4.2",
"simpl-schema": "^1.12.0",
"simpl-schema": "^3.4.6",
"styled-components": "^5.3.3"
},
"meteor": {
......
# Changelog
### [1.0.5](https://gitlab.mim-libre.fr/alphabet/frontal-nextcloud/compare/release/1.0.4...release/1.0.5) (2024-06-17)
### Bug Fixes
* **libraries:** update Meteor and npm libraries ([7596657](https://gitlab.mim-libre.fr/alphabet/frontal-nextcloud/commit/759665783ea0eaa900dab5921778f5ed28c06457))
### [1.0.4](https://gitlab.mim-libre.fr/alphabet/frontal-nextcloud/compare/release/1.0.3...release/1.0.4) (2024-01-30)
......