Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewWalsh committed Dec 3, 2023
1 parent 4aa856d commit 54dd0b8
Show file tree
Hide file tree
Showing 49 changed files with 732 additions and 8,644 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "OpenAPI DevTools",
"version": "1.4.0",
"version": "1.4.1",
"devtools_page": "index.html",
"permissions": [],
"icons": {
Expand Down
2,488 changes: 710 additions & 1,778 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,37 +12,29 @@
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix"
},
"dependencies": {
"@andrew_walsh/openapi-spec-generator": "^1.0.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"cookie": "^0.6.0",
"copy-to-clipboard": "^3.3.3",
"decode-uri-component": "^0.4.1",
"fast-querystring": "^1.1.2",
"framer-motion": "^10.16.4",
"fuse.js": "^6.6.2",
"genson-js": "^0.0.8",
"json-stable-stringify": "^1.0.2",
"lodash": "^4.17.21",
"openapi3-ts": "^4.1.2",
"radix3": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.7",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"redoc": "^2.1.3",
"store2": "^2.14.2",
"truncate-middle": "^1.0.6"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.19",
"@seriousme/openapi-schema-validator": "^2.1.2",
"@types/chrome": "^0.0.246",
"@types/cookie": "^0.5.4",
"@types/har-format": "^1.2.15",
"@types/json-stable-stringify": "^1.0.35",
"@types/lodash": "^4.14.199",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
Expand All @@ -52,8 +44,6 @@
"@vitejs/plugin-react": "^4.1.0",
"eslint": "^8.51.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"rimraf": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^4.4.11",
Expand Down
Binary file modified resources/dist.zip
Binary file not shown.
213 changes: 0 additions & 213 deletions src/lib/RequestStore.test.ts

This file was deleted.

126 changes: 0 additions & 126 deletions src/lib/RequestStore.ts

This file was deleted.

Loading

0 comments on commit 54dd0b8

Please sign in to comment.