Skip to content

Commit

Permalink
chore: update compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Moore committed Nov 23, 2021
1 parent 5789b1e commit 30e345d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test": "mocha --parallel --timeout 15000"
},
"dependencies": {
"@astrojs/compiler": "^0.3.7",
"@astrojs/compiler": "^0.3.8",
"@astrojs/language-server": "^0.7.16",
"@astrojs/markdown-remark": "^0.5.0",
"@astrojs/prism": "0.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"

"@astrojs/compiler@^0.3.7":
version "0.3.7"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.7.tgz#49e37b251f6c21f1224e0143356fad6c167ec93f"
integrity sha512-PnfQV/jJAh4JXOVbmhT6Tj+tnPyt7bLCOkcyGhPS8h0f11KIqPqasDB91OJX9HUDaWuCG1A+Xt2JLq/sSpApDw==
"@astrojs/compiler@^0.3.8":
version "0.3.8"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.3.8.tgz#fedd9f8236fdebf5f976c11c1ba9d2f537297d42"
integrity sha512-upPKqkw3Q+H+XrAtpJNf5yihSarDB1EbvEoB/MnqLHnaFoNuZcs6Qv8dCmlCfJulJ158dz0q2UMkYeCg3cmKbA==
dependencies:
typescript "^4.3.5"

Expand Down

0 comments on commit 30e345d

Please sign in to comment.