Skip to content

Commit

Permalink
[ci] update lockfile (withastro#2810)
Browse files Browse the repository at this point in the history
Co-authored-by: FredKSchott <[email protected]>
  • Loading branch information
FredKSchott and FredKSchott committed Mar 16, 2022
1 parent d12569c commit 53e70aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"test:match": "mocha --timeout 20000 -g"
},
"dependencies": {
"@astrojs/compiler": "^0.12.0",
"@astrojs/compiler": "^0.12.1",
"@astrojs/language-server": "^0.8.10",
"@astrojs/markdown-remark": "^0.6.4",
"@astrojs/prism": "0.4.0",
Expand All @@ -70,7 +70,7 @@
"@astrojs/renderer-svelte": "0.5.2",
"@astrojs/renderer-vue": "0.4.0",
"@astrojs/webapi": "^0.11.0",
"@babel/core": "^7.17.5",
"@babel/core": "^7.17.7",
"@babel/traverse": "^7.17.3",
"@proload/core": "^0.2.2",
"@proload/plugin-tsm": "^0.1.1",
Expand All @@ -93,7 +93,7 @@
"mime": "^3.0.0",
"parse5": "^6.0.1",
"path-to-regexp": "^6.2.0",
"postcss": "^8.4.8",
"postcss": "^8.4.12",
"prismjs": "^1.27.0",
"rehype-slug": "^5.0.1",
"resolve": "^1.22.0",
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/postcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {
"@astrojs/renderer-solid": "workspace:*",
"astro": "workspace:*",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8"
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12"
}
}

0 comments on commit 53e70aa

Please sign in to comment.