Commit Graph

133 Commits

Author SHA1 Message Date
Roman Hotsiy
e0666776e8 chore: remove heavy bundlesize dev dependency 2024-08-01 15:56:39 +08:00
Roman Hotsiy
d0543bb116 chore: upgrade vulnerable dev dependencies 2024-08-01 14:37:12 +08:00
Alex Varchuk
3658b6def4
chore: v2.1.5 (#2550) 2024-06-10 16:21:57 +03:00
Alex Varchuk
c664dd0d56
fix: update react to 18 and react-tabs to 6 (#2547) 2024-06-06 17:03:18 +03:00
Alex Varchuk
72dd57d457
chore: move jest-environment-jsdom to dev dependencies (#2543) 2024-06-06 11:21:00 +03:00
Alex Varchuk
50c7f60fb6
chore: fix docker publish action (#2531) 2024-04-25 19:46:13 +03:00
Alex Varchuk
a661320625
chore: v2.1.4 (#2530) 2024-04-25 17:19:58 +03:00
Alex Varchuk
ff91768879
chore: upgrade cypress to fix e2e tests and update-browserslist-db (#2529) 2024-04-25 11:21:26 +03:00
Alex Varchuk
20a923b485
chore: upgrade openapi-sampler (#2525) 2024-04-24 17:43:01 +03:00
Alex Varchuk
1f11f597c4
chore: fix vulnerabilities and upgrade deps (#2445)
* chore: fix vulnerabilities and upgrade deps

* chore: use old version of cypress

* fix: additional vulnerabilities
2024-04-24 15:48:02 +03:00
Alex Varchuk
b2d8e0f5b7
chore: v2.1.3 (#2439) 2023-10-25 11:43:48 +03:00
dependabot[bot]
88f813eb68
chore(deps-dev): bump postcss from 8.4.27 to 8.4.31 (#2427)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.27 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.27...8.4.31)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-22 12:49:59 +03:00
Alex Varchuk
0e38089204
chore: v2.1.2 (#2413) 2023-09-11 13:31:28 +03:00
dependabot[bot]
98813e687d
chore(deps): bump @cypress/request and cypress (#2410)
Bumps [@cypress/request](https://github.com/cypress-io/request) to 3.0.1 and updates ancestor dependency [cypress](https://github.com/cypress-io/cypress). These dependencies need to be updated together.


Updates `@cypress/request` from 2.88.11 to 3.0.1
- [Release notes](https://github.com/cypress-io/request/releases)
- [Changelog](https://github.com/cypress-io/request/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/request/compare/v2.88.11...v3.0.1)

Updates `cypress` from 12.17.1 to 13.1.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v12.17.1...v13.1.0)

---
updated-dependencies:
- dependency-name: "@cypress/request"
  dependency-type: indirect
- dependency-name: cypress
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-08 11:08:57 +03:00
Oprysk Viacheslav
76edc15939
fix: react18 cli integration (#2404)
* fix: react18 cli integration

* fix: update unit tests snapshots
2023-09-08 10:51:39 +03:00
Roman Hotsiy
c86fd7f597 chore: v2.1.1 2023-08-18 07:03:41 +10:00
Alex Varchuk
ae74ef95c3
chore: v2.1.0 (#2382) 2023-08-17 16:33:15 +03:00
Alex Varchuk
7529fd2492 chore: upgrade packages for fixing vulnerabilities 2023-07-27 13:09:38 +03:00
Alex Varchuk
6a52698da9 chore: upgrade openapi-core to 1.0.0-rc.2 2023-07-27 13:09:38 +03:00
Alex Varchuk
c7d07cdf18 chore: update cypress to 12.17.1 2023-07-27 13:09:38 +03:00
Roman Pidkostelnyi
054f604195
feat: add support of react 18 (#2369)
* feat: add support of react 18

* chore: add newest version of styled-components to peerDependencies

* chore: add supoort of styled components

* chore: downgrade types

* chore: update snapshots
2023-07-26 11:41:20 +03:00
Oprysk Viacheslav
8907ff2ba0
chore: update packages dependecy (#2360)
* chore: update packages dependecy

* fix: remove redundant options

* fix: webpack config demo folder

* fix: replace cypress ts-loader

* chore: remove redundant dependency
2023-07-19 10:54:04 +03:00
dependabot[bot]
874b0d6f81
chore(deps): bump json5 from 1.0.1 to 1.0.2 (#2248)
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-17 20:11:12 +03:00
Alex Varchuk
d4cd6f7fbd
chore: update openapi-sampler (#2275) 2023-03-23 16:55:39 +02:00
dependabot[bot]
ef99fb1f6b
chore(deps): bump qs from 6.5.2 to 6.5.3 (#2232)
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 08:37:45 -06:00
dependabot[bot]
f254e109b7
chore(deps): bump express from 4.17.1 to 4.18.2 (#2235)
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.18.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-29 08:37:38 -06:00
Mohamed El omary
630e63bf45
chore: remove isarray package (#2241) 2022-12-29 08:37:13 -06:00
Alex Varchuk
5fb4daa618
chore: v2.0.0 (#2160) 2022-09-13 15:11:20 +03:00
dependabot[bot]
6f6a3f0a36
chore(deps): bump trim-newlines from 1.0.0 to 3.0.1 (#2161)
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 1.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-13 12:01:44 +03:00
Alex Varchuk
580f883ce3
chore: v2.0.0-rc.77 (#2154) 2022-09-06 17:09:07 +03:00
Alex Varchuk
0b87d25c42
chore: v2.0.0-rc.76 (#2137) 2022-08-18 17:05:12 +03:00
Alex Varchuk
56e2b6f009
chore: v2.0.0-rc.75 (#2125) 2022-08-10 15:25:43 +03:00
Alex Varchuk
1a99e65953 chore: update perfect-scrollbar lib 2022-08-10 14:30:54 +03:00
Alex Varchuk
4dbde2bcc0 chore: add tslib for fixing error with spreadArray 2022-08-10 14:30:54 +03:00
Alex Varchuk
6f564f88b8
chore: v2.0.0-rc.74 (#2106) 2022-07-28 16:47:47 +03:00
Alex Varchuk
2a7046b9d3
chore: v.2.0.0-rc.73 (#2103) 2022-07-28 13:26:28 +03:00
dependabot[bot]
491ac6b9d0
chore(deps): bump terser from 4.8.0 to 4.8.1 (#2089)
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/commits)

---
updated-dependencies:
- dependency-name: terser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-25 17:15:17 +03:00
Alex Varchuk
8869aff406
chore: fix yarn webpack 5 (#2064) 2022-07-20 19:02:25 +03:00
Oprysk Vyacheslav
0045be0b75
fix: Scrolling keeps rewriting url after a Redoc element was removed #2051 (#2085) 2022-07-19 18:17:28 +03:00
Alex Varchuk
2970f959cf
fix: rewrite recursive checks (#2072)
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
2022-07-18 17:47:06 +03:00
Alex Varchuk
e26c8b23d9
fix: resolve dependency conflict in installing (#2060) 2022-06-24 17:22:59 +03:00
Alex Varchuk
5f2d05f32e
chore: v2.0.0-rc.72 (#2038) 2022-06-02 16:15:56 +03:00
Alex Varchuk
16463f9a15
chore: v2.0.0-rc.71 (#2029) 2022-05-31 15:41:08 +03:00
Alex Varchuk
b98c7a0d34 chore: update openapi-sampler to v1.3.0 2022-05-30 16:35:22 +03:00
Alex Varchuk
036f97d521
chore: v2.0.0-rc.70 (#2011) 2022-05-17 11:07:03 +03:00
Alex Varchuk
858f1a4d1d
chore: v2.0.0-rc.69 (#2002) 2022-05-12 15:09:13 +03:00
Alex Varchuk
a83933da34
chore: upgrade openapi-sampler to v1.2.3 (#2001) 2022-05-12 12:39:31 +03:00
Alex Varchuk
e594bdb912
chore: upgrade openapi-core to 1.0.0-beta.97 (#2000) 2022-05-12 12:11:14 +03:00
Anastasiia Derymarko
6a9594b982
chore:v2.0.0-rc.68 (#1990) 2022-05-10 17:52:56 +03:00
Andrew Tatomyr
8678615a0e
chore: make Redoc lib compatible with Webpack 5 (#1982) 2022-05-10 13:50:50 +02:00