Skip to content

Commit

Permalink
snowpack@3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed Jul 12, 2021
1 parent a1f56ef commit bc3a48e
Show file tree
Hide file tree
Showing 29 changed files with 40 additions and 40 deletions.
5 changes: 0 additions & 5 deletions .changeset/great-doors-begin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/late-lamps-try.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/poor-wasps-cough.md

This file was deleted.

6 changes: 6 additions & 0 deletions esinstall/CHANGELOG.md
@@ -1,5 +1,11 @@
# esinstall

## 1.1.7

### Patch Changes

- 9b1472f6: Lock slash package version more aggressively

## 1.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion esinstall/package.json
@@ -1,6 +1,6 @@
{
"name": "esinstall",
"version": "1.1.6",
"version": "1.1.7",
"description": "Convert packages to ESM.",
"license": "MIT",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions snowpack/CHANGELOG.md
@@ -1,5 +1,14 @@
# snowpack

## 3.8.1

### Patch Changes

- a1f56ef7: Remove type attribute from HMR script in dev server
- 95d4309a: Remove exports field from package.json
- Updated dependencies [9b1472f6]
- esinstall@1.1.7

## 3.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions snowpack/package.json
@@ -1,6 +1,6 @@
{
"name": "snowpack",
"version": "3.8.0",
"version": "3.8.1",
"description": "The ESM-powered frontend build tool. Fast, lightweight, unbundled.",
"author": "Fred K. Schott <fkschott@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -53,7 +53,7 @@
"detect-port": "^1.3.0",
"es-module-lexer": "^0.3.24",
"esbuild": "~0.9.0",
"esinstall": "^1.0.0",
"esinstall": "^1.1.7",
"estree-walker": "^2.0.2",
"etag": "^1.8.1",
"execa": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/build/config-loading-esm-package/package.json
Expand Up @@ -7,6 +7,6 @@
"testbuild": "snowpack build"
},
"dependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/config-loading-mjs/package.json
Expand Up @@ -6,6 +6,6 @@
"testbuild": "snowpack build"
},
"dependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/entrypoint-ids/package.json
Expand Up @@ -16,6 +16,6 @@
"ansi-styles": "*"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/import-assets/package.json
Expand Up @@ -8,6 +8,6 @@
"testbuild": "snowpack build"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/package-bootstrap/package.json
Expand Up @@ -15,6 +15,6 @@
"bootstrap": "^4.5.2"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/package-workspace/package.json
Expand Up @@ -7,7 +7,7 @@
"testbuild": "snowpack build"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
},
"dependencies": {
"test-workspace-component": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/build/plugin-build-script/package.json
Expand Up @@ -9,7 +9,7 @@
"devDependencies": {
"@babel/cli": "^7.10.5",
"@snowpack/plugin-build-script": "^2.0.0",
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
},
"dependencies": {
"@babel/preset-typescript": "^7.13.0"
Expand Down
2 changes: 1 addition & 1 deletion test/build/plugin-hook-optimize/package.json
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@snowpack/plugin-optimize": "^0.2.0",
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/plugin-run-script/package.json
Expand Up @@ -9,6 +9,6 @@
"devDependencies": {
"@snowpack/plugin-run-script": "^2.0.0",
"sass": "^1.26.10",
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/build/prepare-external-package/package.json
Expand Up @@ -19,7 +19,7 @@
}
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
},
"dependencies": {
"array-flatten": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion test/esinstall/alias/package.json
Expand Up @@ -9,6 +9,6 @@
"vue-currency-input": "^1.21.0"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/config-package-svelte/package.json
Expand Up @@ -7,6 +7,6 @@
"simple-svelte-autocomplete": "1.2.4"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/dep-list-simple/package.json
Expand Up @@ -4,6 +4,6 @@
"name": "@snowpack/test-dep-list-simple",
"dependencies": {
"async": "3.1.0",
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/error-missing-dep/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.1",
"name": "@snowpack/test-error-missing-dep",
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exclude-external-packages/package.json
Expand Up @@ -7,6 +7,6 @@
"react-dom": "17.0.1"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exports-only-no-main/package.json
Expand Up @@ -10,6 +10,6 @@
"exports-only-no-main": "file:./pkg"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/exports-only/package.json
Expand Up @@ -10,6 +10,6 @@
"exports-only": "file:./pkg"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/import-nothing/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.1",
"name": "@snowpack/test-import-nothing",
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/named-exports/package.json
Expand Up @@ -13,6 +13,6 @@
"umd-named-exports": "file:./packages/umd-named-exports"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/package-node-fetch/package.json
Expand Up @@ -17,6 +17,6 @@
"dep-node-fetch-mock-pkg": "file:./packages/dep-node-fetch-mock-pkg"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/package-react/package.json
Expand Up @@ -8,6 +8,6 @@
"react-dom": "16.13.1"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}
2 changes: 1 addition & 1 deletion test/esinstall/rollup/package.json
Expand Up @@ -11,6 +11,6 @@
"svelte-routing": "^1.4.0"
},
"devDependencies": {
"snowpack": "^3.8.0"
"snowpack": "^3.8.1"
}
}

1 comment on commit bc3a48e

@vercel
Copy link

@vercel vercel bot commented on bc3a48e Jul 13, 2021

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.