1
0
mirror of https://gitlab.nic.cz/turris/reforis/foris-js.git synced 2025-10-13 22:13:36 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Aleksandr Gumroian
b47f57fe3f Merge branch 'bump-version-680' into 'dev'
Bump v6.8.0

See merge request turris/reforis/foris-js!284
2025-09-19 15:51:19 +02:00
Aleksandr Gumroian
9b8ff229aa Bump v6.8.0
* Add new modes for Wi-Fi 7
* Add & update Weblate translations
* Update several dependencies in package.json to latest versions
* NPM audit fix
2025-09-19 16:49:05 +03:00
Aleksandr Gumroian
9fecc4b084 NPM audit fix 2025-09-19 16:41:45 +03:00
Aleksandr Gumroian
decaaf467f Update several dependencies in package.json 2025-09-19 16:41:25 +03:00
3 changed files with 3308 additions and 1419 deletions

View File

@@ -8,6 +8,18 @@ and this project adheres to
## [Unreleased]
## [6.8.0] - 2025-09-19
### Added
- Added new modes for Wi-Fi 7
- Added & updated Weblate translations
### Changed
- Updated several dependencies in package.json to latest versions
- NPM audit fix
## [6.7.2] - 2025-04-22
### Added
@@ -486,7 +498,8 @@ and this project adheres to
## [0.0.7] - 2019-09-02
[unreleased]:
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...dev
https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.8.0...dev
[6.8.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.2...v6.8.0
[6.7.2]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.1...v6.7.2
[6.7.1]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.7.0...v6.7.1
[6.7.0]: https://gitlab.nic.cz/turris/reforis/foris-js/-/compare/v6.6.2...v6.7.0

4686
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"name": "foris",
"version": "6.7.2",
"version": "6.8.0",
"description": "Foris JS library is a set of components and utils for reForis application and plugins.",
"author": "CZ.NIC, z.s.p.o.",
"repository": {
@@ -19,8 +19,8 @@
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-table": "^8.21.2",
"axios": "^1.7.9",
"@tanstack/react-table": "^8.21.3",
"axios": "^1.12.2",
"immutability-helper": "^3.1.1",
"moment": "^2.30.1",
"qrcode.react": "^4.2.0",
@@ -35,24 +35,24 @@
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.9",
"@babel/plugin-transform-runtime": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/plugin-transform-runtime": "^7.28.3",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@testing-library/react": "^12.1.5",
"babel-loader": "^9.2.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.3.3",
"bootstrap": "^5.3.8",
"css-loader": "^7.1.2",
"eslint": "^8.57.0",
"eslint-config-reforis": "^2.2.1",
"file-loader": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-mock-axios": "^4.8.0",
"jest-mock-axios": "^4.9.0",
"moment-timezone": "^0.5.47",
"prettier": "^3.5.3",
"prettier": "^3.6.2",
"prop-types": "15.8.1",
"react": "16.9.0",
"react-dom": "16.9.0",
@@ -60,7 +60,7 @@
"react-styleguidist": "^12.0.1",
"snapshot-diff": "^0.10.0",
"style-loader": "^4.0.0",
"webpack": "^5.98.0"
"webpack": "^5.101.3"
},
"overrides": {
"markdown-to-jsx": "^7.7.4"
@@ -74,4 +74,4 @@
"docs": "npx styleguidist build ",
"docs:watch": "styleguidist server"
}
}
}