Skip to content

Commit c28bc14

Browse files
committed
feat: update libraries to latest versions.
This may have subtle changes in i18next output or code generation, so marking as a feature to indicate that
1 parent 3496c64 commit c28bc14

File tree

2 files changed

+858
-1450
lines changed

2 files changed

+858
-1450
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,24 +18,24 @@
1818
"node": ">=20.0.0"
1919
},
2020
"dependencies": {
21-
"@rollup/plugin-commonjs": "^28.0.3",
21+
"@rollup/plugin-commonjs": "^29.0.0",
2222
"@rollup/plugin-json": "^6.1.0",
23-
"@rollup/plugin-node-resolve": "^16.0.1",
24-
"@rollup/plugin-replace": "^6.0.2",
25-
"@rollup/plugin-typescript": "^12.1.2",
26-
"axios": "^1.9.0",
27-
"i18next-conv": "^15.1.1",
23+
"@rollup/plugin-node-resolve": "^16.0.3",
24+
"@rollup/plugin-replace": "^6.0.3",
25+
"@rollup/plugin-typescript": "^12.3.0",
26+
"axios": "^1.13.2",
27+
"i18next-conv": "^16.0.0",
2828
"i18next-parser": "^9.3.0",
2929
"json-schema-to-typescript": "^15.0.4",
30-
"meow": "^13.2.0",
31-
"rollup": "^4.40.2",
32-
"vinyl-fs": "^3.0.3"
30+
"meow": "^14.0.0",
31+
"rollup": "^4.53.3",
32+
"vinyl-fs": "^4.0.2"
3333
},
3434
"peerDependencies": {
3535
"@sofie-automation/blueprints-integration": "*"
3636
},
3737
"devDependencies": {
38-
"@sofie-automation/code-standard-preset": "^3.0.0"
38+
"@sofie-automation/code-standard-preset": "^3.2.0"
3939
},
4040
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json"
4141
}

0 commit comments

Comments
 (0)