summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2022-05-19 08:22:27 -0700
committerGravatar GitHub <noreply@github.com> 2022-05-19 10:22:27 -0500
commita7480452b1059e17e0ea93c97ff641111bdbc5fc (patch)
tree96614dc75a330ae152af02dec515a87468fabce7 /examples
parente118b8a91d0a56799d90bfb712e8c3aaaa7f49fe (diff)
downloadastro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.tar.gz
astro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.tar.zst
astro-a7480452b1059e17e0ea93c97ff641111bdbc5fc.zip
[ci] update lockfile (#3404)
Co-authored-by: FredKSchott <FredKSchott@users.noreply.github.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/integrations-playground/package.json4
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
7 files changed, 9 insertions, 9 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 48ac3debd..f0b5e2046 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -23,8 +23,8 @@
"preact": "^10.7.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
- "solid-js": "^1.4.1",
+ "solid-js": "^1.4.2",
"svelte": "^3.48.0",
- "vue": "^3.2.33"
+ "vue": "^3.2.34"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 4e5f54915..c401c8544 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.30"
},
"dependencies": {
- "solid-js": "^1.4.1"
+ "solid-js": "^1.4.2"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 87a66b622..0def95cea 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -13,6 +13,6 @@
"astro": "^1.0.0-beta.30"
},
"dependencies": {
- "vue": "^3.2.33"
+ "vue": "^3.2.34"
}
}
diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json
index 2d0f9bbc6..71f2b0d6c 100644
--- a/examples/integrations-playground/package.json
+++ b/examples/integrations-playground/package.json
@@ -17,7 +17,7 @@
"@astrojs/tailwind": "^0.2.1",
"@astrojs/turbolinks": "^0.1.3",
"astro": "^1.0.0-beta.30",
- "solid-js": "^1.4.1"
+ "solid-js": "^1.4.2"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
@@ -26,6 +26,6 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^3.48.0",
- "vue": "^3.2.33"
+ "vue": "^3.2.34"
}
}
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index fde4c54a8..bc8f719ea 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -21,6 +21,6 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"svelte": "^3.48.0",
- "vue": "^3.2.33"
+ "vue": "^3.2.34"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index b5d982c39..fbe879c23 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -17,7 +17,7 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-nanostores": "0.0.6",
- "vue": "^3.2.33"
+ "vue": "^3.2.34"
},
"devDependencies": {
"@astrojs/preact": "^0.1.2",
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index eed2d7235..8635d6760 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -13,7 +13,7 @@
"astro": "^1.0.0-beta.30",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
- "postcss": "^8.4.13",
+ "postcss": "^8.4.14",
"tailwindcss": "^3.0.24"
}
}