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 Feb 25, 2022
1 parent b1b5776 commit 07399a6
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 @@ -56,7 +56,7 @@
"test:match": "mocha --timeout 15000 -g"
},
"dependencies": {
"@astrojs/compiler": "^0.12.0-next.3",
"@astrojs/compiler": "^0.12.0-next.4",
"@astrojs/language-server": "^0.8.6",
"@astrojs/markdown-remark": "^0.6.2",
"@astrojs/prism": "0.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@
jsonpointer "^5.0.0"
leven "^3.1.0"

"@astrojs/compiler@^0.12.0-next.3":
version "0.12.0-next.3"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.12.0-next.3.tgz#4040d81f903997f53156843f69a46f73da503f79"
integrity sha512-7GUQFFX6ErFzhs8sk/gvo/RognhVvP4mPKjL51vLHGWMqwctJUs0Fmz1VURDYxju7/L8+v/4Jql47eTKLvrqbg==
"@astrojs/compiler@^0.12.0-next.4":
version "0.12.0-next.4"
resolved "https://registry.yarnpkg.com/@astrojs/compiler/-/compiler-0.12.0-next.4.tgz#32de8c5b44366af0ffa72e4bc4b548f1c45d8ffa"
integrity sha512-JbT3YOziGAp1L3bkPSGDCDAc513Xo7FNOR9vtwXlvGNaD/J1v8YlCP86eoGtiGnV+1HdYhx6898lkP7aOjULFQ==
dependencies:
typescript "^4.3.5"

Expand Down

0 comments on commit 07399a6

Please sign in to comment.