Skip to content

Commit 54dd0b8

Browse files
committed
v1.4.1
1 parent 4aa856d commit 54dd0b8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+732
-8644
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "OpenAPI DevTools",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"devtools_page": "index.html",
66
"permissions": [],
77
"icons": {

package-lock.json

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

package.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,37 +12,29 @@
1212
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
1313
},
1414
"dependencies": {
15+
"@andrew_walsh/openapi-spec-generator": "^1.0.0",
1516
"@chakra-ui/icons": "^2.1.1",
1617
"@chakra-ui/react": "^2.8.1",
1718
"@emotion/react": "^11.11.1",
1819
"@emotion/styled": "^11.11.0",
19-
"cookie": "^0.6.0",
2020
"copy-to-clipboard": "^3.3.3",
2121
"decode-uri-component": "^0.4.1",
22-
"fast-querystring": "^1.1.2",
2322
"framer-motion": "^10.16.4",
2423
"fuse.js": "^6.6.2",
2524
"genson-js": "^0.0.8",
26-
"json-stable-stringify": "^1.0.2",
2725
"lodash": "^4.17.21",
2826
"openapi3-ts": "^4.1.2",
29-
"radix3": "^1.1.0",
3027
"react": "^18.2.0",
3128
"react-dom": "^18.2.0",
3229
"react-select": "^5.7.7",
3330
"react-virtualized-auto-sizer": "^1.0.20",
3431
"react-window": "^1.8.9",
3532
"redoc": "^2.1.3",
36-
"store2": "^2.14.2",
3733
"truncate-middle": "^1.0.6"
3834
},
3935
"devDependencies": {
4036
"@crxjs/vite-plugin": "^2.0.0-beta.19",
41-
"@seriousme/openapi-schema-validator": "^2.1.2",
4237
"@types/chrome": "^0.0.246",
43-
"@types/cookie": "^0.5.4",
44-
"@types/har-format": "^1.2.15",
45-
"@types/json-stable-stringify": "^1.0.35",
4638
"@types/lodash": "^4.14.199",
4739
"@types/react": "^18.2.28",
4840
"@types/react-dom": "^18.2.13",
@@ -52,8 +44,6 @@
5244
"@vitejs/plugin-react": "^4.1.0",
5345
"eslint": "^8.51.0",
5446
"eslint-plugin-react": "^7.33.2",
55-
"eslint-plugin-react-hooks": "^4.6.0",
56-
"eslint-plugin-react-refresh": "^0.4.3",
5747
"rimraf": "^5.0.5",
5848
"typescript": "^5.2.2",
5949
"vite": "^4.4.11",

resources/dist.zip

-4.17 KB
Binary file not shown.

src/lib/RequestStore.test.ts

Lines changed: 0 additions & 213 deletions
This file was deleted.

src/lib/RequestStore.ts

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)