Skip to content

Commit 552372d

Browse files
committed
build(update-dependencies): Updated node version to current LTS; Updated all non-breaking dependencies that were out of date
1 parent 2e3fa3e commit 552372d

File tree

4 files changed

+518
-343
lines changed

4 files changed

+518
-343
lines changed

.tool-versions

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
elixir 1.11.4-otp-23
2-
erlang 23.3.4.1
3-
nodejs 16.15.0
1+
elixir 1.18.2-otp-27
2+
erlang 27.2.4
3+
nodejs 22.14.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# build stage
2-
FROM node:16-alpine as build-stage
2+
FROM node:22-alpine as build-stage
33
ENV JQ_VERSION=1.6
44
RUN wget --no-check-certificate https://github.com/stedolan/jq/releases/download/jq-${JQ_VERSION}/jq-linux64 -O /tmp/jq-linux64
55
RUN cp /tmp/jq-linux64 /usr/bin/jq

package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@
1919
"url": "git://github.com/epochtalk/epochtalk-vue"
2020
},
2121
"dependencies": {
22-
"@fortawesome/fontawesome-free": "^6.4.0",
23-
"@vueform/multiselect": "^2.6.2",
24-
"axios": "^1.4.0",
25-
"core-js": "^3.32.0",
26-
"dayjs": "^1.11.8",
27-
"emittery": "^1.0.1",
28-
"jquery": "^3.7.0",
22+
"@fortawesome/fontawesome-free": "^6.7.2",
23+
"@vueform/multiselect": "^2.6.11",
24+
"axios": "^1.8.1",
25+
"core-js": "^3.40.0",
26+
"dayjs": "^1.11.13",
27+
"emittery": "^1.1.0",
28+
"jquery": "^3.7.1",
2929
"nestable": "https://github.com/epochtalk/Nestable.git",
3030
"normalize.css": "^8.0.1",
3131
"nprogress": "^0.2.0",
32-
"phoenix": "^1.7.7",
33-
"sass": "^1.64.1",
32+
"phoenix": "^1.7.20",
33+
"sass": "1.77.6",
3434
"slugify": "^1.6.6",
35-
"socketcluster-client": "^17.1.1",
36-
"swrv": "^1.0.3",
37-
"vue": "^3.3.4",
38-
"vue-router": "^4.2.2",
35+
"socketcluster-client": "^19.2.3",
36+
"swrv": "^1.1.0",
37+
"vue": "^3.5.13",
38+
"vue-router": "^4.5.0",
3939
"vuedraggable": "^4.1.0"
4040
},
4141
"devDependencies": {
42-
"@babel/eslint-parser": "^7.21.8",
42+
"@babel/eslint-parser": "^7.26.8",
4343
"@vue/cli-plugin-babel": "~5.0.8",
4444
"@vue/cli-plugin-eslint": "~5.0.8",
4545
"@vue/cli-service": "~5.0.8",
46-
"@vue/compiler-sfc": "^3.3.4",
46+
"@vue/compiler-sfc": "^3.5.13",
4747
"eslint": "^8.46.0",
48-
"eslint-plugin-vue": "^9.14.1",
49-
"sass-loader": "^13.3.1"
48+
"eslint-plugin-vue": "^9.32.0",
49+
"sass-loader": "^16.0.5"
5050
},
5151
"eslintConfig": {
5252
"root": true,

0 commit comments

Comments
 (0)