Skip to content

Commit f575850

Browse files
committed
npm package updates
1 parent 6c61060 commit f575850

8 files changed

Lines changed: 1309 additions & 1127 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 4.2.3 - 2026-06-10
4+
5+
- Update NodeJS packages for css/js assets
6+
37
## 4.2.2 - 2026-01-27
48

59
- Add request check when adding missing translations to support testing frameworks (thank you @boboldehampsink for the PR [#79](https://github.com/MutationDigitale/craft3-translate/pull/79))

package-lock.json

Lines changed: 1283 additions & 1105 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@
88
"production": "cross-env NODE_ENV=production webpack --progress --config=webpack.config.js"
99
},
1010
"dependencies": {
11-
"axios": "^1.13.5",
11+
"axios": "^1.17.0",
1212
"mitt": "^3.0.1",
13-
"vue": "^3.5.28",
13+
"vue": "^3.5.35",
1414
"vuex": "^4.1.0"
1515
},
1616
"devDependencies": {
17-
"@babel/core": "^7.29.0",
18-
"@babel/preset-env": "^7.29.0",
17+
"@babel/core": "^7.29.7",
18+
"@babel/preset-env": "^7.29.7",
1919
"@vue/babel-preset-app": "^5.0.9",
20-
"babel-loader": "^10.0.0",
21-
"core-js": "^3.48.0",
20+
"babel-loader": "^10.1.1",
21+
"core-js": "^3.49.0",
2222
"craftcms-sass": "^3.5.7",
2323
"cross-env": "^10.1.0",
2424
"css-loader": "^7.1.4",
25-
"eslint": "^10.0.1",
26-
"eslint-plugin-vue": "^10.8.0",
27-
"mini-css-extract-plugin": "^2.10.0",
28-
"sass": "~1.69.7",
29-
"sass-loader": "^16.0.7",
25+
"eslint": "^10.4.1",
26+
"eslint-plugin-vue": "^10.9.2",
27+
"mini-css-extract-plugin": "^2.10.2",
28+
"sass": "~1.100.0",
29+
"sass-loader": "^17.0.0",
3030
"vue-loader": "^17.4.2",
3131
"vue-style-loader": "^4.1.3",
32-
"webpack": "^5.105.2",
33-
"webpack-cli": "^6.0.1"
32+
"webpack": "^5.107.2",
33+
"webpack-cli": "^7.0.3"
3434
},
3535
"browserslist": [
3636
"defaults"

src/resources/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/resources/main.js.LICENSE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
/**
2-
* @vue/compiler-dom v3.5.28
2+
* @vue/compiler-dom v3.5.35
33
* (c) 2018-present Yuxi (Evan) You and Vue contributors
44
* @license MIT
55
**/
66

77
/**
8-
* @vue/runtime-core v3.5.28
8+
* @vue/runtime-core v3.5.35
99
* (c) 2018-present Yuxi (Evan) You and Vue contributors
1010
* @license MIT
1111
**/
1212

1313
/**
14-
* @vue/runtime-dom v3.5.28
14+
* @vue/runtime-dom v3.5.35
1515
* (c) 2018-present Yuxi (Evan) You and Vue contributors
1616
* @license MIT
1717
**/
1818

1919
/**
20-
* @vue/shared v3.5.28
20+
* @vue/shared v3.5.35
2121
* (c) 2018-present Yuxi (Evan) You and Vue contributors
2222
* @license MIT
2323
**/

src/resources/main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)