Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11
24.14
7,154 changes: 1,967 additions & 5,187 deletions e2e/package-lock.json

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@
"check-types": "tsc"
},
"devDependencies": {
"@babel/core": "7.20.12",
"@babel/eslint-parser": "7.19.1",
"@mattermost/types": "6.7.0-0",
"@babel/core": "7.29.0",
"@babel/eslint-parser": "7.28.6",
"@mattermost/types": "11.4.0",
"@playwright/test": "^1.51.1",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.33.0",
"eslint-plugin-formatjs": "4.13.0",
"eslint-plugin-header": "^3.1.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-react": "7.34.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0"
"eslint-plugin-unused-imports": "^3.2.0",
"typescript": "^5.6.3"
}
}
63 changes: 56 additions & 7 deletions standalone/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions standalone/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"private": true,
"engines": {
"node": ">=18.10.0",
"npm": "^9.0.0 || ^10.0.0"
"node": "^24",
"npm": "^11"
},
"scripts": {
"build": "webpack --mode=production",
Expand All @@ -15,6 +15,7 @@
"test:watch": "jest --watch",
"test-ci": "jest --forceExit --detectOpenHandles --maxWorkers=2",
"check-types": "tsc",
"clean": "rm -rf node_modules dist",
"extract": "formatjs extract 'src/**/*.{ts,tsx}' --ignore 'src/**/*.d.ts' --out-file i18n/temp.json --id-interpolation-pattern '[sha512:contenthash:base64:6]' && formatjs compile 'i18n/temp.json' --out-file i18n/en.json && rm i18n/temp.json"
},
"dependencies": {
Expand Down Expand Up @@ -51,7 +52,7 @@
"@types/jest": "27.0.2",
"@types/lodash": "4.14.182",
"@types/luxon": "3.3.0",
"@types/node": "16.18.11",
"@types/node": "^24.0.0",
"@types/react": "17.0.2",
"@types/react-bootstrap": "0.32.26",
"@types/react-dom": "17.0.2",
Expand Down
Loading
Loading