Compare commits

...

3 commits

Author SHA1 Message Date
Matthew Phillips
673c6e0097 Now use the latest 2021-11-15 09:54:41 -05:00
Matthew Phillips
daae905dc9 Use older compiler version 2021-11-15 09:50:27 -05:00
Matthew Phillips
106352d088 Try fixing the netlify build 2021-11-15 09:46:36 -05:00
2 changed files with 3 additions and 3 deletions

View file

@ -36,8 +36,8 @@
"packages/astro/test/fixtures/custom-elements/my-component-lib" "packages/astro/test/fixtures/custom-elements/my-component-lib"
], ],
"volta": { "volta": {
"node": "14.17.0", "node": "14.18.1",
"npm": "7.11.2", "npm": "6.14.15",
"yarn": "1.22.10" "yarn": "1.22.10"
}, },
"dependencies": {}, "dependencies": {},

View file

@ -53,7 +53,7 @@
"test": "mocha --parallel --timeout 15000" "test": "mocha --parallel --timeout 15000"
}, },
"dependencies": { "dependencies": {
"@astrojs/compiler": "^0.2.26", "@astrojs/compiler": "0.2.27",
"@astrojs/language-server": "^0.7.16", "@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.4.0-next.1", "@astrojs/markdown-remark": "^0.4.0-next.1",
"@astrojs/markdown-support": "0.3.1", "@astrojs/markdown-support": "0.3.1",