fix npm ci

This commit is contained in:
Rene Haas
2022-10-17 11:35:36 +02:00
parent 9c3b00a9a9
commit 97dd59c1a9
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@
"start": "node esbuild.mjs && cd next-app && next start"
},
"dependencies": {
"@~package/overlayscrollbars": "file:../../packages/overlayscrollbars",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^12.3.1",
+3 -2
View File
@@ -17,7 +17,6 @@
"@~local/rollup": "file:./local/rollup",
"@~local/tailwind": "file:./local/tailwind",
"@~local/tsconfig": "file:./local/tsconfig",
"@~package/overlayscrollbars": "file:./packages/overlayscrollbars",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",
@@ -80,6 +79,7 @@
},
"docs/v2": {
"dependencies": {
"@~package/overlayscrollbars": "file:../../packages/overlayscrollbars",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^12.3.1",
@@ -25143,6 +25143,7 @@
"v2": {
"version": "file:docs/v2",
"requires": {
"@~package/overlayscrollbars": "file:../../packages/overlayscrollbars",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/mdx": "^12.3.1",
@@ -25171,7 +25172,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-pretty-code": "^0.4.0",
"rehype-slug": "*",
"rehype-slug": "^5.0.1",
"remark-gfm": "^3.0.1",
"sass": "^1.55.0",
"shiki": "^0.11.1",
-1
View File
@@ -13,7 +13,6 @@
"@~local/rollup": "file:./local/rollup",
"@~local/tailwind": "file:./local/tailwind",
"@~local/tsconfig": "file:./local/tsconfig",
"@~package/overlayscrollbars": "file:./packages/overlayscrollbars",
"@babel/core": "^7.18.2",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.18.2",