Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - snowpack@2.7.5
 - @snowpack/app-scripts-preact@1.8.2
 - @snowpack/app-scripts-react@1.8.2
 - @snowpack/app-template-11ty@1.7.3
 - @snowpack/app-template-blank-typescript@1.8.3
 - @snowpack/app-template-blank@1.6.3
 - @snowpack/app-template-lit-element-typescript@1.8.3
 - @snowpack/app-template-lit-element@1.8.3
 - @snowpack/app-template-preact@1.8.3
 - @snowpack/app-template-react-typescript@1.8.3
 - @snowpack/app-template-react@1.8.3
 - @snowpack/app-template-svelte-typescript@1.8.3
 - @snowpack/app-template-svelte@1.8.3
 - @snowpack/app-template-vue@1.8.3
 - @snowpack/plugin-babel@2.0.2
 - @snowpack/plugin-build-script@2.0.2
 - @snowpack/plugin-run-script@2.0.2
  • Loading branch information
drwpow committed Jul 31, 2020
1 parent 2a575b5 commit 020489d
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions packages/@snowpack/app-scripts-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-preact",
"version": "1.8.1",
"version": "1.8.2",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand All @@ -13,7 +13,7 @@
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@prefresh/snowpack": "0.1.0",
"@snowpack/plugin-babel": "^2.0.1",
"@snowpack/plugin-babel": "^2.0.2",
"@snowpack/plugin-dotenv": "^2.0.0",
"babel-jest": "^25.4.0",
"react-app-polyfill": "^1.0.6"
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/app-scripts-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-scripts-react",
"version": "1.8.1",
"version": "1.8.2",
"main": "snowpack.config.js",
"publishConfig": {
"access": "public"
Expand All @@ -11,7 +11,7 @@
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-babel": "^2.0.1",
"@snowpack/plugin-babel": "^2.0.2",
"@snowpack/plugin-dotenv": "^2.0.0",
"babel-jest": "^25.4.0",
"babel-preset-react-app": "^9.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/@snowpack/app-template-11ty/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-11ty",
"version": "1.7.2",
"version": "1.7.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,9 +20,9 @@
},
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@snowpack/plugin-run-script": "^2.0.1",
"@snowpack/plugin-run-script": "^2.0.2",
"prettier": "^2.0.5",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions packages/@snowpack/app-template-blank-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank-typescript",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -19,10 +19,10 @@
"canvas-confetti": "^1.2.0"
},
"devDependencies": {
"@snowpack/plugin-run-script": "^2.0.1",
"@snowpack/plugin-run-script": "^2.0.2",
"@types/canvas-confetti": "^1.0.0",
"prettier": "^2.0.5",
"snowpack": "^2.7.4",
"snowpack": "^2.7.5",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/app-template-blank/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-blank",
"version": "1.6.2",
"version": "1.6.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,7 +20,7 @@
},
"devDependencies": {
"prettier": "^2.0.5",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element-typescript",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-decorators": "^7.10.5",
"@snowpack/app-scripts-lit-element": "^1.8.1",
"prettier": "^2.0.5",
"snowpack": "^2.7.4",
"snowpack": "^2.7.5",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/app-template-lit-element/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-lit-element",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-decorators": "^7.10.5",
"@snowpack/app-scripts-lit-element": "^1.8.1",
"prettier": "^2.0.5",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions packages/@snowpack/app-template-preact/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-preact",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -19,12 +19,12 @@
"preact": "^10.4.6"
},
"devDependencies": {
"@snowpack/app-scripts-preact": "^1.8.1",
"@snowpack/app-scripts-preact": "^1.8.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/preact": "^1.0.2",
"jest": "^25.4.0",
"prettier": "^2.0.5",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
6 changes: 3 additions & 3 deletions packages/@snowpack/app-template-react-typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react-typescript",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,14 +20,14 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.8.1",
"@snowpack/app-scripts-react": "^1.8.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"jest": "^25.4.0",
"prettier": "^2.0.5",
"snowpack": "^2.7.4",
"snowpack": "^2.7.5",
"typescript": "^3.9.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
6 changes: 3 additions & 3 deletions packages/@snowpack/app-template-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-react",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -20,12 +20,12 @@
"react-dom": "^16.13.1"
},
"devDependencies": {
"@snowpack/app-scripts-react": "^1.8.1",
"@snowpack/app-scripts-react": "^1.8.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^10.0.3",
"jest": "^25.4.0",
"prettier": "^2.0.5",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte-typescript",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -18,13 +18,13 @@
},
"devDependencies": {
"@snowpack/app-scripts-svelte": "^1.8.1",
"@snowpack/plugin-run-script": "^2.0.1",
"@snowpack/plugin-run-script": "^2.0.2",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"@tsconfig/svelte": "^1.0.3",
"@types/jest": "^26.0.4",
"jest": "^25.4.0",
"snowpack": "^2.7.4",
"snowpack": "^2.7.5",
"svelte-check": "^0.1.59",
"svelte-preprocess": "^4.0.8",
"typescript": "^3.9.7"
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/app-template-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-svelte",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -21,7 +21,7 @@
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/svelte": "^3.0.0",
"jest": "^25.4.0",
"snowpack": "^2.7.4",
"snowpack": "^2.7.5",
"svelte-check": "^0.1.59"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/app-template-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/app-template-vue",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"keywords": [
"csa-template"
Expand All @@ -18,7 +18,7 @@
},
"devDependencies": {
"@snowpack/app-scripts-vue": "^1.8.1",
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
2 changes: 1 addition & 1 deletion packages/@snowpack/plugin-babel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snowpack/plugin-babel",
"version": "2.0.1",
"version": "2.0.2",
"main": "plugin.js",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/@snowpack/plugin-build-script/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"name": "@snowpack/plugin-build-script",
"main": "plugin.js",
"license": "MIT",
Expand All @@ -11,6 +11,6 @@
"npm-run-path": "^4.0.1"
},
"devDependencies": {
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
}
}
4 changes: 2 additions & 2 deletions packages/@snowpack/plugin-run-script/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.1",
"version": "2.0.2",
"name": "@snowpack/plugin-run-script",
"main": "plugin.js",
"license": "MIT",
Expand All @@ -11,6 +11,6 @@
"npm-run-path": "^4.0.1"
},
"devDependencies": {
"snowpack": "^2.7.4"
"snowpack": "^2.7.5"
}
}
6 changes: 3 additions & 3 deletions packages/snowpack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowpack",
"version": "2.7.4",
"version": "2.7.5",
"description": "Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.",
"author": "Fred K. Schott <fkschott@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -54,8 +54,8 @@
"@rollup/plugin-json": "^4.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@rollup/plugin-replace": "^2.1.0",
"@snowpack/plugin-build-script": "^2.0.1",
"@snowpack/plugin-run-script": "^2.0.1",
"@snowpack/plugin-build-script": "^2.0.2",
"@snowpack/plugin-run-script": "^2.0.2",
"cacache": "^15.0.0",
"cachedir": "^2.3.0",
"chokidar": "^3.4.0",
Expand Down

1 comment on commit 020489d

@vercel
Copy link

@vercel vercel bot commented on 020489d Jul 31, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.