Skip to content

Commit 32064b1

Browse files
committed
chore(playground): restore uuid type declarations for the build
1 parent 47dcec3 commit 32064b1

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

package-lock.json

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

packages/bruno-api-docs/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,20 @@
7878
"btoa": "^1.2.1",
7979
"buffer": "^6.0.3",
8080
"chai": "~5.3.3",
81-
"crypto-js": "^4.2.0",
82-
"moment": "^2.30.1",
83-
"path-browserify": "^1.0.1",
84-
"tv4": "^1.3.0",
85-
"uuid": "^10.0.0",
8681
"codemirror": "^6.0.2",
82+
"crypto-js": "^4.2.0",
8783
"fast-json-format": "~0.4.0",
8884
"fuse.js": "^7.5.0",
8985
"js-yaml": "^4.1.0",
9086
"jshint": "^2.13.6",
9187
"jsonpath-plus": "^10.3.0",
9288
"lodash-es": "~4.17.21",
9389
"markdown-it": "^14.1.0",
90+
"moment": "^2.30.1",
9491
"monaco-editor": "^0.53.0",
9592
"nanoid": "~3.3.11",
9693
"node-html-parser": "^8.0.4",
94+
"path-browserify": "^1.0.1",
9795
"prettier": "^2.7.1",
9896
"prismjs": "^1.29.0",
9997
"quickjs-emscripten": "~0.32.0",
@@ -106,6 +104,8 @@
106104
"react-router-dom": "^7.3.0",
107105
"remark-gfm": "^4.0.1",
108106
"strip-json-comments": "^3.1.1",
107+
"tv4": "^1.3.0",
108+
"uuid": "^10.0.0",
109109
"xml-formatter": "^3.5.0"
110110
},
111111
"devDependencies": {
@@ -115,16 +115,17 @@
115115
"@playwright/test": "^1.52.0",
116116
"@tailwindcss/postcss": "^4.1.13",
117117
"@tailwindcss/typography": "^0.5.10",
118+
"@types/atob": "^2.1.4",
119+
"@types/btoa": "^1.2.5",
120+
"@types/crypto-js": "^4.2.2",
118121
"@types/express": "^4.17.21",
119122
"@types/lodash-es": "~4.17.12",
123+
"@types/path-browserify": "^1.0.3",
120124
"@types/prismjs": "^1.26.3",
121125
"@types/react": "^19.0.10",
122126
"@types/react-dom": "^19.0.4",
123-
"@types/atob": "^2.1.4",
124-
"@types/btoa": "^1.2.5",
125-
"@types/crypto-js": "^4.2.2",
126-
"@types/path-browserify": "^1.0.3",
127127
"@types/tv4": "^1.2.33",
128+
"@types/uuid": "^10.0.0",
128129
"@vitejs/plugin-react": "^4.3.4",
129130
"autoprefixer": "^10.4.20",
130131
"concurrently": "^9.1.2",

0 commit comments

Comments
 (0)