chore: use workspace packages (#7894)
This commit is contained in:
parent
e4258f248a
commit
69d4ea2c92
4 changed files with 9 additions and 9 deletions
|
@ -116,10 +116,10 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/compiler": "^1.6.3",
|
"@astrojs/compiler": "^1.6.3",
|
||||||
"@astrojs/internal-helpers": "^0.1.1",
|
"@astrojs/internal-helpers": "workspace:*",
|
||||||
"@astrojs/language-server": "^1.0.0",
|
"@astrojs/language-server": "^1.0.0",
|
||||||
"@astrojs/markdown-remark": "^2.2.1",
|
"@astrojs/markdown-remark": "workspace:*",
|
||||||
"@astrojs/telemetry": "^2.1.1",
|
"@astrojs/telemetry": "workspace:*",
|
||||||
"@babel/core": "^7.22.5",
|
"@babel/core": "^7.22.5",
|
||||||
"@babel/generator": "^7.22.5",
|
"@babel/generator": "^7.22.5",
|
||||||
"@babel/parser": "^7.22.5",
|
"@babel/parser": "^7.22.5",
|
||||||
|
|
|
@ -63,8 +63,8 @@
|
||||||
"test:match": "mocha --timeout 20000 -g"
|
"test:match": "mocha --timeout 20000 -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/internal-helpers": "^0.1.0",
|
"@astrojs/internal-helpers": "workspace:*",
|
||||||
"@astrojs/prism": "^2.1.2",
|
"@astrojs/prism": "workspace:*",
|
||||||
"@markdoc/markdoc": "^0.3.0",
|
"@markdoc/markdoc": "^0.3.0",
|
||||||
"esbuild": "^0.18.16",
|
"esbuild": "^0.18.16",
|
||||||
"github-slugger": "^2.0.0",
|
"github-slugger": "^2.0.0",
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
"astro": "workspace:^2.9.6"
|
"astro": "workspace:^2.9.6"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/markdown-remark": "^2.2.1",
|
"@astrojs/markdown-remark": "workspace:*",
|
||||||
"@types/chai": "^4.3.5",
|
"@types/chai": "^4.3.5",
|
||||||
"@types/html-escaper": "^3.0.0",
|
"@types/html-escaper": "^3.0.0",
|
||||||
"@types/markdown-it": "^12.2.3",
|
"@types/markdown-it": "^12.2.3",
|
||||||
|
|
|
@ -34,8 +34,8 @@
|
||||||
"test:match": "mocha --timeout 20000 -g"
|
"test:match": "mocha --timeout 20000 -g"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/markdown-remark": "^2.2.1",
|
"@astrojs/markdown-remark": "workspace:*",
|
||||||
"@astrojs/prism": "^2.1.2",
|
"@astrojs/prism": "workspace:*",
|
||||||
"@mdx-js/mdx": "^2.3.0",
|
"@mdx-js/mdx": "^2.3.0",
|
||||||
"acorn": "^8.9.0",
|
"acorn": "^8.9.0",
|
||||||
"es-module-lexer": "^1.3.0",
|
"es-module-lexer": "^1.3.0",
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
"test:hosted": "mocha --exit --timeout 30000 test/hosted"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/internal-helpers": "^0.1.1",
|
"@astrojs/internal-helpers": "workspace:*",
|
||||||
"@vercel/analytics": "^0.1.11",
|
"@vercel/analytics": "^0.1.11",
|
||||||
"@vercel/nft": "^0.22.6",
|
"@vercel/nft": "^0.22.6",
|
||||||
"esbuild": "^0.18.16",
|
"esbuild": "^0.18.16",
|
||||||
|
|
Loading…
Reference in a new issue