diff --git a/packages/@snowpack/app-scripts-lit-element/package.json b/packages/@snowpack/app-scripts-lit-element/package.json index c95bd3c965..4b98212507 100644 --- a/packages/@snowpack/app-scripts-lit-element/package.json +++ b/packages/@snowpack/app-scripts-lit-element/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-scripts-lit-element", - "version": "1.7.0", + "version": "1.8.0", "main": "snowpack.config.js", "publishConfig": { "access": "public" @@ -8,7 +8,7 @@ "license": "MIT", "dependencies": { "@babel/core": "^7.10.5", - "@snowpack/plugin-dotenv": "^1.6.0-alpha.0" + "@snowpack/plugin-dotenv": "^2.0.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-scripts-preact/package.json b/packages/@snowpack/app-scripts-preact/package.json index 28a9ce7290..139036f595 100644 --- a/packages/@snowpack/app-scripts-preact/package.json +++ b/packages/@snowpack/app-scripts-preact/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-scripts-preact", - "version": "1.7.0", + "version": "1.8.0", "main": "snowpack.config.js", "publishConfig": { "access": "public" @@ -13,8 +13,8 @@ "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", "@prefresh/snowpack": "0.1.0", - "@snowpack/plugin-babel": "*", - "@snowpack/plugin-dotenv": "^1.6.0-alpha.0", + "@snowpack/plugin-babel": "^2.0.0", + "@snowpack/plugin-dotenv": "^2.0.0", "babel-jest": "^25.4.0", "react-app-polyfill": "^1.0.6" }, diff --git a/packages/@snowpack/app-scripts-react/package.json b/packages/@snowpack/app-scripts-react/package.json index d045b62e59..af1f04910a 100644 --- a/packages/@snowpack/app-scripts-react/package.json +++ b/packages/@snowpack/app-scripts-react/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-scripts-react", - "version": "1.7.0", + "version": "1.8.0", "main": "snowpack.config.js", "publishConfig": { "access": "public" @@ -11,8 +11,8 @@ "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.10.4", - "@snowpack/plugin-babel": "*", - "@snowpack/plugin-dotenv": "^1.6.0-alpha.0", + "@snowpack/plugin-babel": "^2.0.0", + "@snowpack/plugin-dotenv": "^2.0.0", "babel-jest": "^25.4.0", "babel-preset-react-app": "^9.1.2", "react-app-polyfill": "^1.0.6" diff --git a/packages/@snowpack/app-scripts-svelte/package.json b/packages/@snowpack/app-scripts-svelte/package.json index 26f04b3550..0909e01816 100644 --- a/packages/@snowpack/app-scripts-svelte/package.json +++ b/packages/@snowpack/app-scripts-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-scripts-svelte", - "version": "1.7.0", + "version": "1.8.0", "main": "snowpack.config.js", "publishConfig": { "access": "public" @@ -15,8 +15,8 @@ "dependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@snowpack/plugin-dotenv": "^1.6.0-alpha.0", - "@snowpack/plugin-svelte": "*", + "@snowpack/plugin-dotenv": "^2.0.0", + "@snowpack/plugin-svelte": "^2.0.0", "babel-jest": "^25.4.0", "jest-transform-svelte": "^2.1.1" }, diff --git a/packages/@snowpack/app-scripts-vue/package.json b/packages/@snowpack/app-scripts-vue/package.json index 656df76bc2..c299b18cbe 100644 --- a/packages/@snowpack/app-scripts-vue/package.json +++ b/packages/@snowpack/app-scripts-vue/package.json @@ -1,14 +1,14 @@ { "name": "@snowpack/app-scripts-vue", - "version": "1.7.0", + "version": "1.8.0", "main": "snowpack.config.js", "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { - "@snowpack/plugin-dotenv": "^1.6.0-alpha.0", - "@snowpack/plugin-vue": "*" + "@snowpack/plugin-dotenv": "^2.0.0", + "@snowpack/plugin-vue": "^2.0.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-11ty/package.json b/packages/@snowpack/app-template-11ty/package.json index 8a300a3158..032d69acab 100644 --- a/packages/@snowpack/app-template-11ty/package.json +++ b/packages/@snowpack/app-template-11ty/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-11ty", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "keywords": [ "csa-template" @@ -20,9 +20,9 @@ }, "devDependencies": { "@11ty/eleventy": "^0.10.0", - "@snowpack/plugin-run-script": "*", + "@snowpack/plugin-run-script": "^2.0.0", "prettier": "^2.0.5", - "snowpack": "*" + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-blank-typescript/package.json b/packages/@snowpack/app-template-blank-typescript/package.json index b1f7b1499d..89ac45786f 100644 --- a/packages/@snowpack/app-template-blank-typescript/package.json +++ b/packages/@snowpack/app-template-blank-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-blank-typescript", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -19,10 +19,10 @@ "canvas-confetti": "^1.2.0" }, "devDependencies": { - "@snowpack/plugin-run-script": "*", + "@snowpack/plugin-run-script": "^2.0.0", "@types/canvas-confetti": "^1.0.0", "prettier": "^2.0.5", - "snowpack": "*", + "snowpack": "^2.7.0", "typescript": "^3.9.7" }, "gitHead": "055b8b935bb387c1ff0b6356680a303de9eeb36e" diff --git a/packages/@snowpack/app-template-blank/package.json b/packages/@snowpack/app-template-blank/package.json index 1abc744cce..42c6ddcd24 100644 --- a/packages/@snowpack/app-template-blank/package.json +++ b/packages/@snowpack/app-template-blank/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-blank", - "version": "1.5.0", + "version": "1.6.0", "license": "MIT", "keywords": [ "csa-template" @@ -20,7 +20,7 @@ }, "devDependencies": { "prettier": "^2.0.5", - "snowpack": "*" + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-lit-element-typescript/package.json b/packages/@snowpack/app-template-lit-element-typescript/package.json index 8688e89219..d592880ae2 100644 --- a/packages/@snowpack/app-template-lit-element-typescript/package.json +++ b/packages/@snowpack/app-template-lit-element-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-lit-element-typescript", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", - "@snowpack/app-scripts-lit-element": "^1.6.0-alpha.0", + "@snowpack/app-scripts-lit-element": "^1.8.0", "prettier": "^2.0.5", - "snowpack": "*", + "snowpack": "^2.7.0", "typescript": "^3.9.7" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" diff --git a/packages/@snowpack/app-template-lit-element/package.json b/packages/@snowpack/app-template-lit-element/package.json index f6dd5cce75..d74925ea97 100644 --- a/packages/@snowpack/app-template-lit-element/package.json +++ b/packages/@snowpack/app-template-lit-element/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-lit-element", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -22,9 +22,9 @@ "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", - "@snowpack/app-scripts-lit-element": "^1.6.0-alpha.0", + "@snowpack/app-scripts-lit-element": "^1.8.0", "prettier": "^2.0.5", - "snowpack": "*" + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-preact/package.json b/packages/@snowpack/app-template-preact/package.json index b5c258af07..9c63b38edf 100644 --- a/packages/@snowpack/app-template-preact/package.json +++ b/packages/@snowpack/app-template-preact/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-preact", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -19,12 +19,12 @@ "preact": "^10.4.6" }, "devDependencies": { - "@snowpack/app-scripts-preact": "^1.6.0-alpha.0", + "@snowpack/app-scripts-preact": "^1.8.0", "@testing-library/jest-dom": "^5.5.0", "@testing-library/preact": "^1.0.2", "jest": "^25.4.0", "prettier": "^2.0.5", - "snowpack": "*" + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-react-typescript/package.json b/packages/@snowpack/app-template-react-typescript/package.json index a9b677961d..89e3596726 100644 --- a/packages/@snowpack/app-template-react-typescript/package.json +++ b/packages/@snowpack/app-template-react-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-react-typescript", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -20,14 +20,14 @@ "react-dom": "^16.13.1" }, "devDependencies": { - "@snowpack/app-scripts-react": "^1.6.0-alpha.0", + "@snowpack/app-scripts-react": "^1.8.0", "@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": "*", + "snowpack": "^2.7.0", "typescript": "^3.9.7" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" diff --git a/packages/@snowpack/app-template-react/package.json b/packages/@snowpack/app-template-react/package.json index e11e206219..c36fae4197 100644 --- a/packages/@snowpack/app-template-react/package.json +++ b/packages/@snowpack/app-template-react/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-react", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -20,12 +20,12 @@ "react-dom": "^16.13.1" }, "devDependencies": { - "@snowpack/app-scripts-react": "^1.6.0-alpha.0", + "@snowpack/app-scripts-react": "^1.8.0", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^10.0.3", "jest": "^25.4.0", "prettier": "^2.0.5", - "snowpack": "*" + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/app-template-svelte-typescript/package.json b/packages/@snowpack/app-template-svelte-typescript/package.json index 60dabe2e6d..f3336690b7 100644 --- a/packages/@snowpack/app-template-svelte-typescript/package.json +++ b/packages/@snowpack/app-template-svelte-typescript/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-svelte-typescript", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -17,14 +17,14 @@ "svelte": "^3.24.0" }, "devDependencies": { - "@snowpack/app-scripts-svelte": "^1.7.0", - "@snowpack/plugin-run-script": "*", + "@snowpack/app-scripts-svelte": "^1.8.0", + "@snowpack/plugin-run-script": "^2.0.0", "@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": "*", + "snowpack": "^2.7.0", "svelte-check": "^0.1.59", "svelte-preprocess": "^4.0.8", "typescript": "^3.9.7" diff --git a/packages/@snowpack/app-template-svelte/package.json b/packages/@snowpack/app-template-svelte/package.json index 565c1e4638..71c9547507 100644 --- a/packages/@snowpack/app-template-svelte/package.json +++ b/packages/@snowpack/app-template-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-svelte", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -17,11 +17,11 @@ "svelte": "^3.24.0" }, "devDependencies": { - "@snowpack/app-scripts-svelte": "^1.7.0", + "@snowpack/app-scripts-svelte": "^1.8.0", "@testing-library/jest-dom": "^5.5.0", "@testing-library/svelte": "^3.0.0", "jest": "^25.4.0", - "snowpack": "*", + "snowpack": "^2.7.0", "svelte-check": "^0.1.59" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" diff --git a/packages/@snowpack/app-template-vue/package.json b/packages/@snowpack/app-template-vue/package.json index de10a70ea6..e60819972c 100644 --- a/packages/@snowpack/app-template-vue/package.json +++ b/packages/@snowpack/app-template-vue/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/app-template-vue", - "version": "1.7.0", + "version": "1.8.0", "license": "MIT", "keywords": [ "csa-template" @@ -17,8 +17,8 @@ "vue": "^3.0.0-rc.4" }, "devDependencies": { - "@snowpack/app-scripts-vue": "^1.6.0-alpha.0", - "snowpack": "*" + "@snowpack/app-scripts-vue": "^1.8.0", + "snowpack": "^2.7.0" }, "gitHead": "795f4311d79a70cc9f19f21b512b7f8675d73f17" } diff --git a/packages/@snowpack/babel-plugin-package-import/package.json b/packages/@snowpack/babel-plugin-package-import/package.json index b75ffed762..64efcd74df 100644 --- a/packages/@snowpack/babel-plugin-package-import/package.json +++ b/packages/@snowpack/babel-plugin-package-import/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/babel-plugin-package-import", - "version": "1.0.0", + "version": "1.1.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-babel/package.json b/packages/@snowpack/plugin-babel/package.json index 7010cc7888..d48e29757a 100644 --- a/packages/@snowpack/plugin-babel/package.json +++ b/packages/@snowpack/plugin-babel/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-babel", - "version": "1.4.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-build-script/package.json b/packages/@snowpack/plugin-build-script/package.json index bab00f34e0..8330e53631 100644 --- a/packages/@snowpack/plugin-build-script/package.json +++ b/packages/@snowpack/plugin-build-script/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "2.0.0", "name": "@snowpack/plugin-build-script", "main": "plugin.js", "license": "MIT", @@ -11,6 +11,6 @@ "npm-run-path": "^4.0.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/packages/@snowpack/plugin-dotenv/package.json b/packages/@snowpack/plugin-dotenv/package.json index c9210aaeef..3c8edb09d0 100644 --- a/packages/@snowpack/plugin-dotenv/package.json +++ b/packages/@snowpack/plugin-dotenv/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-dotenv", - "version": "1.7.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-parcel/package.json b/packages/@snowpack/plugin-parcel/package.json index 395e8790f3..d5cedb9552 100644 --- a/packages/@snowpack/plugin-parcel/package.json +++ b/packages/@snowpack/plugin-parcel/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-parcel", - "version": "1.3.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-react-refresh/package.json b/packages/@snowpack/plugin-react-refresh/package.json index 7756aab55e..b1303cdecf 100644 --- a/packages/@snowpack/plugin-react-refresh/package.json +++ b/packages/@snowpack/plugin-react-refresh/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-react-refresh", - "version": "1.3.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-run-script/package.json b/packages/@snowpack/plugin-run-script/package.json index cec61bec1f..e24a716c74 100644 --- a/packages/@snowpack/plugin-run-script/package.json +++ b/packages/@snowpack/plugin-run-script/package.json @@ -1,5 +1,5 @@ { - "version": "1.0.0", + "version": "2.0.0", "name": "@snowpack/plugin-run-script", "main": "plugin.js", "license": "MIT", @@ -11,6 +11,6 @@ "npm-run-path": "^4.0.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/packages/@snowpack/plugin-svelte/package.json b/packages/@snowpack/plugin-svelte/package.json index 9565a8e9f0..e46ae6211e 100644 --- a/packages/@snowpack/plugin-svelte/package.json +++ b/packages/@snowpack/plugin-svelte/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-svelte", - "version": "1.2.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-vue/package.json b/packages/@snowpack/plugin-vue/package.json index 68d5c4bcc8..49024b721d 100644 --- a/packages/@snowpack/plugin-vue/package.json +++ b/packages/@snowpack/plugin-vue/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-vue", - "version": "1.1.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/@snowpack/plugin-webpack/package.json b/packages/@snowpack/plugin-webpack/package.json index 6cffb75345..cc1de5f6c8 100644 --- a/packages/@snowpack/plugin-webpack/package.json +++ b/packages/@snowpack/plugin-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@snowpack/plugin-webpack", - "version": "1.7.0", + "version": "2.0.0", "main": "plugin.js", "license": "MIT", "publishConfig": { diff --git a/packages/create-snowpack-app/package.json b/packages/create-snowpack-app/package.json index d2568cd139..f56cea2882 100644 --- a/packages/create-snowpack-app/package.json +++ b/packages/create-snowpack-app/package.json @@ -1,6 +1,6 @@ { "name": "create-snowpack-app", - "version": "1.6.0", + "version": "1.7.0", "license": "MIT", "publishConfig": { "access": "public" diff --git a/packages/snowpack/package.json b/packages/snowpack/package.json index 8ec6845520..6c974bc9c0 100644 --- a/packages/snowpack/package.json +++ b/packages/snowpack/package.json @@ -1,6 +1,6 @@ { "name": "snowpack", - "version": "2.6.3", + "version": "2.7.0", "description": "Run npm packages directly in the browser. No Webpack, Parcel, or bundlers required.", "author": "Fred K. Schott ", "license": "MIT", @@ -90,7 +90,7 @@ "yargs-parser": "^18.1.3" }, "devDependencies": { - "@snowpack/plugin-build-script": "*", - "@snowpack/plugin-run-script": "*" + "@snowpack/plugin-build-script": "^2.0.0", + "@snowpack/plugin-run-script": "^2.0.0" } } diff --git a/test/build/app-template-preact/package.json b/test/build/app-template-preact/package.json index 8dfb172529..e58fff30b2 100644 --- a/test/build/app-template-preact/package.json +++ b/test/build/app-template-preact/package.json @@ -1,16 +1,16 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-app-template-preact", "description": "tests app-template-preact build", "scripts": { "testbuild": "snowpack build" }, "dependencies": { - "@snowpack/app-scripts-preact": "^1.6.0-alpha.0", + "@snowpack/app-scripts-preact": "^1.8.0", "preact": "^10.4.6" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/base-url-homepage/package.json b/test/build/base-url-homepage/package.json index 53de6e64db..f40e810435 100644 --- a/test/build/base-url-homepage/package.json +++ b/test/build/base-url-homepage/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-base-url-homepage", "description": "Test to make sure that the `homepage` key works (should see `/static/` in index.html)", "homepage": "/static/", @@ -21,6 +21,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/base-url-remote/package.json b/test/build/base-url-remote/package.json index 9db294425b..325e811aef 100644 --- a/test/build/base-url-remote/package.json +++ b/test/build/base-url-remote/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-base-url-remote", "description": "This tests that you can have a remote URL for buildOptions.baseUrl and it’s preserved.", "scripts": { @@ -21,6 +21,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/base-url/package.json b/test/build/base-url/package.json index ef887772d8..0365d3bc53 100644 --- a/test/build/base-url/package.json +++ b/test/build/base-url/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-base-url", "description": "This test makes sure that %PUBLIC_URL% present in src/index.html doesn’t exist in the final build", "scripts": { @@ -21,6 +21,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/bugfix-named-import/package.json b/test/build/bugfix-named-import/package.json index c2391fbf03..5274cad5e4 100644 --- a/test/build/bugfix-named-import/package.json +++ b/test/build/bugfix-named-import/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-bugfix-named-import", "description": "Tests for the _$v4 named import bug (https://github.com/pikapkg/snowpack/issues/560)", "snowpack": { @@ -18,6 +18,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/cdn/package.json b/test/build/cdn/package.json index 2c08bb70a9..a1e4fa2ec8 100644 --- a/test/build/cdn/package.json +++ b/test/build/cdn/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-cdn", "description": "This test simulates a build from the Pika CDN", "scripts": { @@ -17,6 +17,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/config-clean/package.json b/test/build/config-clean/package.json index a0d2ded9ef..b0e70eee57 100644 --- a/test/build/config-clean/package.json +++ b/test/build/config-clean/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-clean", "description": "Test for buildOptions.clean", "scripts": { @@ -17,6 +17,6 @@ }, "devDependencies": { "cross-env": "^7.0.2", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/config-extends-plugins/package.json b/test/build/config-extends-plugins/package.json index 64ae0cb049..ef8dcd2900 100644 --- a/test/build/config-extends-plugins/package.json +++ b/test/build/config-extends-plugins/package.json @@ -1,12 +1,12 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-extends-plugins", "scripts": { "prepare": "snowpack", "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/config-minify/package.json b/test/build/config-minify/package.json index 4b656ba20b..6ed07e90fc 100644 --- a/test/build/config-minify/package.json +++ b/test/build/config-minify/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-minify", "description": "This test ensures that buildOptions.optimize: false disables minification", "scripts": { @@ -18,6 +18,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/custom-modules-dir/package.json b/test/build/custom-modules-dir/package.json index cb32b8e2ae..4d5e0004a8 100644 --- a/test/build/custom-modules-dir/package.json +++ b/test/build/custom-modules-dir/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-custom-modules-dir", "description": "This test ensures that Snowpack can build when /my_modules is the web modules dir", "scripts": { @@ -19,6 +19,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/legacy-mount-scripts/package.json b/test/build/legacy-mount-scripts/package.json index d059bb9794..ee8bbb762d 100644 --- a/test/build/legacy-mount-scripts/package.json +++ b/test/build/legacy-mount-scripts/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-legacy-mount-scripts", "description": "This tests the old scripts mount:* configuration format", "scripts": { @@ -21,6 +21,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/meta-dir-local-baseurl/package.json b/test/build/meta-dir-local-baseurl/package.json index e3d4c153f6..324ba5a115 100644 --- a/test/build/meta-dir-local-baseurl/package.json +++ b/test/build/meta-dir-local-baseurl/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-meta-dir-local-baseurl", "description": "Test that makes sure that the metaDir can be configured and still build", "scripts": { @@ -21,6 +21,6 @@ "shallow-equal": "^1.2.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/meta-dir-remote-baseurl/package.json b/test/build/meta-dir-remote-baseurl/package.json index 961de1890f..e871dc60b3 100644 --- a/test/build/meta-dir-remote-baseurl/package.json +++ b/test/build/meta-dir-remote-baseurl/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-meta-dir-remote-baseurl", "description": "Test that makes sure that the metaDir can be configured and still build", "scripts": { @@ -21,6 +21,6 @@ "shallow-equal": "^1.2.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/meta-dir/package.json b/test/build/meta-dir/package.json index c30f387de7..772e7a4dda 100644 --- a/test/build/meta-dir/package.json +++ b/test/build/meta-dir/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-meta-dir", "description": "Test that makes sure that the metaDir can be configured and still build", "scripts": { @@ -20,6 +20,6 @@ "shallow-equal": "^1.2.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/package-tippy-js/package.json b/test/build/package-tippy-js/package.json index ce9017bb02..284f6805ef 100644 --- a/test/build/package-tippy-js/package.json +++ b/test/build/package-tippy-js/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-package-tippy-js", "description": "Tests that npm modules that end in .js work", "scripts": { @@ -18,6 +18,6 @@ "tippy.js": "^6.2.5" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/plugin-build-script/package.json b/test/build/plugin-build-script/package.json index c0d3a1ce04..ccdca91925 100644 --- a/test/build/plugin-build-script/package.json +++ b/test/build/plugin-build-script/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-plugin-build-script", "description": "A test to make sure @snowpack/plugin-build-script works", "scripts": { @@ -8,8 +8,8 @@ }, "devDependencies": { "@babel/cli": "^7.10.5", - "@snowpack/plugin-build-script": "*", - "snowpack": "*" + "@snowpack/plugin-build-script": "^2.0.0", + "snowpack": "^2.7.0" }, "dependencies": { "@babel/preset-typescript": "^7.10.4" diff --git a/test/build/plugin-optimize/package.json b/test/build/plugin-optimize/package.json index e43e3d895d..8cac31d2b7 100644 --- a/test/build/plugin-optimize/package.json +++ b/test/build/plugin-optimize/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-plugin-optimize", "description": "A test to make sure that the plugin optimize() hook is working as expected", "scripts": { @@ -8,6 +8,6 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/plugin-run-script/package.json b/test/build/plugin-run-script/package.json index 4f0d0abcc4..784e25a0a9 100644 --- a/test/build/plugin-run-script/package.json +++ b/test/build/plugin-run-script/package.json @@ -1,14 +1,14 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-plugin-run-script", "description": "A test to make sure @snowpack/plugin-run-script works", "scripts": { "testbuild": "snowpack build" }, "devDependencies": { - "@snowpack/plugin-run-script": "*", + "@snowpack/plugin-run-script": "^2.0.0", "sass": "^1.26.10", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/resolve-imports/package.json b/test/build/resolve-imports/package.json index f2c026356f..cfe28ff5f7 100644 --- a/test/build/resolve-imports/package.json +++ b/test/build/resolve-imports/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-resolve-imports", "scripts": { "start": "snowpack dev", @@ -25,6 +25,6 @@ }, "dependencies": { "array-flatten": "^3.0.0", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/build/resource-proxy/package.json b/test/build/resource-proxy/package.json index 3247d0cd1d..2b60910e82 100644 --- a/test/build/resource-proxy/package.json +++ b/test/build/resource-proxy/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-resource-proxy", "description": "A test to make sure that URLs for resources don’t have backslashes on Windows", "scripts": { @@ -8,6 +8,6 @@ "testbuild": "snowpack build" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-alias/package.json b/test/integration/config-alias/package.json index e1998433ad..f8cc13323e 100644 --- a/test/integration/config-alias/package.json +++ b/test/integration/config-alias/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-alias", "description": "Handle deep imports to package entrypoints", "scripts": { @@ -23,6 +23,6 @@ "preact": "^10.4.6" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-custom-path/package.json b/test/integration/config-custom-path/package.json index 26d64202e0..33a93d556b 100644 --- a/test/integration/config-custom-path/package.json +++ b/test/integration/config-custom-path/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-custom-path", "scripts": { "testinstall": "snowpack --config snowpack.dev.json" @@ -10,6 +10,6 @@ "deepmerge": "^4.2.2" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-extends/package.json b/test/integration/config-extends/package.json index 7514708c05..ba4b16f917 100644 --- a/test/integration/config-extends/package.json +++ b/test/integration/config-extends/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-extends", "scripts": { "testinstall": "snowpack" @@ -9,6 +9,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-external/package.json b/test/integration/config-external/package.json index a0125fbb31..15834ea3cd 100644 --- a/test/integration/config-external/package.json +++ b/test/integration/config-external/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-external", "description": "Handle external packages", "scripts": { @@ -24,6 +24,6 @@ "config-external-pkg-b": "file:./packages/config-external-pkg-b" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-invalid/package.json b/test/integration/config-invalid/package.json index 83303697cd..390e295648 100644 --- a/test/integration/config-invalid/package.json +++ b/test/integration/config-invalid/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-invalid", "description": "Test invalid configuration (install should be array)", "scripts": { @@ -13,6 +13,6 @@ "shallow-equal": "^1.2.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-named-exports/package.json b/test/integration/config-named-exports/package.json index 08562b9c9d..152bc5c253 100644 --- a/test/integration/config-named-exports/package.json +++ b/test/integration/config-named-exports/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-named-exports", "description": "Handle installOptions.namedExports", "scripts": { @@ -23,6 +23,6 @@ "cjs-named-export-pkg": "file:./packages/cjs-named-export-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-rollup/package.json b/test/integration/config-rollup/package.json index e31a5ed624..2f4595760b 100644 --- a/test/integration/config-rollup/package.json +++ b/test/integration/config-rollup/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-rollup", "scripts": { "testinstall": "snowpack" @@ -11,6 +11,6 @@ "svelte-routing": "^1.4.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/config-with-cli-flags/package.json b/test/integration/config-with-cli-flags/package.json index 8caa2ade3d..a4d2648f4e 100644 --- a/test/integration/config-with-cli-flags/package.json +++ b/test/integration/config-with-cli-flags/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-config-with-cli-flags", "description": "Test that the --optimize flag overrides the config", "scripts": { @@ -17,6 +17,6 @@ }, "dependencies": { "shallow-equal": "^1.2.1", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-browser-entrypoint-object/package.json b/test/integration/dep-browser-entrypoint-object/package.json index c3654233c9..60ac92e522 100644 --- a/test/integration/dep-browser-entrypoint-object/package.json +++ b/test/integration/dep-browser-entrypoint-object/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-browser-entrypoint-object", "description": "Test that we properly handle a package.json 'browser' object.", "scripts": { @@ -20,6 +20,6 @@ "package-no-valid": "file:./package-no-valid" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-exports/package.json b/test/integration/dep-exports/package.json index 9c2ebf90d7..c8a77e68b9 100644 --- a/test/integration/dep-exports/package.json +++ b/test/integration/dep-exports/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-exports", "scripts": { "testinstall": "snowpack" @@ -19,6 +19,6 @@ "preact": "^10.4.6" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-list-complex/package.json b/test/integration/dep-list-complex/package.json index 49a0d5f35f..9a531455bd 100644 --- a/test/integration/dep-list-complex/package.json +++ b/test/integration/dep-list-complex/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-list-complex", "description": "Test packages with tricky names", "scripts": { @@ -16,6 +16,6 @@ }, "dependencies": { "dat.gui": "^0.7.6", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-list-css/package.json b/test/integration/dep-list-css/package.json index 5213a21bad..8b89311945 100644 --- a/test/integration/dep-list-css/package.json +++ b/test/integration/dep-list-css/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-list-css", "scripts": { "testinstall": "snowpack" @@ -18,6 +18,6 @@ "css-mock-pkg-b": "file:./packages/css-mock-pkg-b" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-list-simple/package.json b/test/integration/dep-list-simple/package.json index b7f10fe902..d007900a25 100644 --- a/test/integration/dep-list-simple/package.json +++ b/test/integration/dep-list-simple/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-list-simple", "scripts": { "testinstall": "snowpack" @@ -15,6 +15,6 @@ }, "dependencies": { "async": "3.1.0", - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-node-fetch/package.json b/test/integration/dep-node-fetch/package.json index b0ece9b790..4750132256 100644 --- a/test/integration/dep-node-fetch/package.json +++ b/test/integration/dep-node-fetch/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-node-fetch", "description": "Handle specific node.js fetch polyfill packages", "scripts": { @@ -18,6 +18,6 @@ "dep-node-fetch-mock-pkg": "file:./packages/dep-node-fetch-mock-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-remote-url/package.json b/test/integration/dep-remote-url/package.json index 3a7683cfb5..b05f7d9dc5 100644 --- a/test/integration/dep-remote-url/package.json +++ b/test/integration/dep-remote-url/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-remote-url", "scripts": { "testinstall": "snowpack" @@ -14,6 +14,6 @@ "remote-url-pkg": "file:./packages/remote-url-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/dep-types-only/package.json b/test/integration/dep-types-only/package.json index 83595438cb..7802925295 100644 --- a/test/integration/dep-types-only/package.json +++ b/test/integration/dep-types-only/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-dep-types-only", "scripts": { "testinstall": "snowpack" @@ -14,6 +14,6 @@ "type-only-pkg": "file:./packages/type-only-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-empty-dep-list/package.json b/test/integration/error-empty-dep-list/package.json index f426162631..656aef4e33 100644 --- a/test/integration/error-empty-dep-list/package.json +++ b/test/integration/error-empty-dep-list/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-empty-dep-list", "scripts": { "testinstall": "snowpack" @@ -9,6 +9,6 @@ "install": [] }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-file-ext/package.json b/test/integration/error-file-ext/package.json index 0036b45e3d..d728d718d0 100644 --- a/test/integration/error-file-ext/package.json +++ b/test/integration/error-file-ext/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-file-ext", "scripts": { "testinstall": "snowpack" @@ -15,6 +15,6 @@ "error-file-ext-dep-b": "file:./packages/error-file-ext-dep-b" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-illegal-env-var/package.json b/test/integration/error-illegal-env-var/package.json index cca671062e..1e67727ae1 100644 --- a/test/integration/error-illegal-env-var/package.json +++ b/test/integration/error-illegal-env-var/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-illegal-env-var", "scripts": { "testinstall": "snowpack" @@ -21,6 +21,6 @@ "illegal-env-var-pkg": "file:./packages/illegal-env-var-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-missing-dep/package.json b/test/integration/error-missing-dep/package.json index 1c02545cb9..fca9d5de77 100644 --- a/test/integration/error-missing-dep/package.json +++ b/test/integration/error-missing-dep/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-missing-dep", "scripts": { "testinstall": "snowpack" @@ -11,6 +11,6 @@ ] }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-missing-exports/package.json b/test/integration/error-missing-exports/package.json index 2dbe626596..204842b9a0 100644 --- a/test/integration/error-missing-exports/package.json +++ b/test/integration/error-missing-exports/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-missing-exports", "scripts": { "testinstall": "snowpack" @@ -14,6 +14,6 @@ "preact": "^10.4.6" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-no-dep-list/package.json b/test/integration/error-no-dep-list/package.json index 38dd647cf2..d87e947233 100644 --- a/test/integration/error-no-dep-list/package.json +++ b/test/integration/error-no-dep-list/package.json @@ -1,12 +1,12 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-no-dep-list", "scripts": { "testinstall": "snowpack" }, "snowpack": {}, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-node-builtin-unresolved/package.json b/test/integration/error-node-builtin-unresolved/package.json index 5a54856cea..cf088d4003 100644 --- a/test/integration/error-node-builtin-unresolved/package.json +++ b/test/integration/error-node-builtin-unresolved/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-node-builtin-unresolved", "scripts": { "testinstall": "snowpack" @@ -14,6 +14,6 @@ "bad-node-builtin-pkg": "file:./packages/bad-node-builtin-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-react-source-pika/package.json b/test/integration/error-react-source-pika/package.json index f3eff99b60..5cbe689d4e 100644 --- a/test/integration/error-react-source-pika/package.json +++ b/test/integration/error-react-source-pika/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-react-source-pika", "description": "Test that error is reported when React workaround package is used.", "scripts": { @@ -12,6 +12,6 @@ "react-dom": "npm:@reactesm/react-dom" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/error-react-workaround/package.json b/test/integration/error-react-workaround/package.json index 1a26934b3e..35bcd38ab7 100644 --- a/test/integration/error-react-workaround/package.json +++ b/test/integration/error-react-workaround/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-error-react-workaround", "description": "Test that error is reported when React workaround package is used.", "scripts": { @@ -20,6 +20,6 @@ "react-dom": "npm:@reactesm/react-dom" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/exclude-external-packages/package.json b/test/integration/exclude-external-packages/package.json index 0641c61f3b..f3dfc9ce66 100644 --- a/test/integration/exclude-external-packages/package.json +++ b/test/integration/exclude-external-packages/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-exclude-external-packages", "scripts": { "testinstall": "snowpack" @@ -18,6 +18,6 @@ "vue": "^2.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/exclude/package.json b/test/integration/exclude/package.json index 0a8f96819c..2030b88c8d 100644 --- a/test/integration/exclude/package.json +++ b/test/integration/exclude/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-exclude", "scripts": { "testinstall": "snowpack --exclude 'src/exclude.js'" @@ -16,6 +16,6 @@ "vue-router": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/export-maps/package.json b/test/integration/export-maps/package.json index d46f65e6c3..1e2470cbb1 100644 --- a/test/integration/export-maps/package.json +++ b/test/integration/export-maps/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-export-maps", "scripts": { "testinstall": "snowpack" @@ -17,6 +17,6 @@ "preact": "^10.4.6" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include-ignore-unsupported-files/package.json b/test/integration/include-ignore-unsupported-files/package.json index af57356c1d..d9025f4e1c 100644 --- a/test/integration/include-ignore-unsupported-files/package.json +++ b/test/integration/include-ignore-unsupported-files/package.json @@ -1,12 +1,11 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include-ignore-unsupported-files", "scripts": { "testinstall": "snowpack" }, - "dependencies": {}, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include-missing-in-package-json/package.json b/test/integration/include-missing-in-package-json/package.json index b50f2aa15c..bbe187d885 100644 --- a/test/integration/include-missing-in-package-json/package.json +++ b/test/integration/include-missing-in-package-json/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include-missing-in-package-json", "scripts": { "testinstall": "cp -r packages/* node_modules && snowpack" @@ -11,6 +11,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include-ts/package.json b/test/integration/include-ts/package.json index 67858bcb79..defd645c4e 100644 --- a/test/integration/include-ts/package.json +++ b/test/integration/include-ts/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include-ts", "scripts": { "testinstall": "snowpack" @@ -18,6 +18,6 @@ "vue-router": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include-with-alias/package.json b/test/integration/include-with-alias/package.json index 5c88c315e6..befe44e0a8 100644 --- a/test/integration/include-with-alias/package.json +++ b/test/integration/include-with-alias/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include-with-alias", "scripts": { "testinstall": "snowpack" @@ -14,6 +14,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include-with-package-name/package.json b/test/integration/include-with-package-name/package.json index eef753b087..140895ced4 100644 --- a/test/integration/include-with-package-name/package.json +++ b/test/integration/include-with-package-name/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include-with-package-name", "description": "Test that 'include' import scanner supports package name imports", "scripts": { @@ -19,6 +19,6 @@ "vue-router": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/include/package.json b/test/integration/include/package.json index e562bdada5..e1b9129c8c 100644 --- a/test/integration/include/package.json +++ b/test/integration/include/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-include", "scripts": { "testinstall": "snowpack" @@ -20,6 +20,6 @@ "vue-router": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/legacy-mount-alias/package.json b/test/integration/legacy-mount-alias/package.json index 8b5c4d6cef..dc22ed6133 100644 --- a/test/integration/legacy-mount-alias/package.json +++ b/test/integration/legacy-mount-alias/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "snowpack-install-test-top-level-imports", "scripts": { "testinstall": "snowpack" @@ -9,6 +9,6 @@ "array-flatten": "^3.0.0" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/node-env/package.json b/test/integration/node-env/package.json index f348b18d44..cb5bc34283 100644 --- a/test/integration/node-env/package.json +++ b/test/integration/node-env/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-node-env", "scripts": { "testinstall": "cross-env CLI_A=cli CONF_A=alpha ./node_modules/.bin/snowpack --env NODE_ENV=FOOBAR --env CLI_A" @@ -24,6 +24,6 @@ "node-env-mock-pkg": "file:./packages/node-env-mock-pkg" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/package-react/package.json b/test/integration/package-react/package.json index 595b86a8dd..fde1fcbdd4 100644 --- a/test/integration/package-react/package.json +++ b/test/integration/package-react/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-package-react", "description": "Ensures React still works", "scripts": { @@ -20,6 +20,6 @@ "react-dom": "16.13.1" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/source-pika-lockfile/package.json b/test/integration/source-pika-lockfile/package.json index b329579c56..1534c8c27c 100644 --- a/test/integration/source-pika-lockfile/package.json +++ b/test/integration/source-pika-lockfile/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-source-pika-lockfile", "description": "Test that the lockfile import URLs & version info are used", "scripts": { @@ -15,6 +15,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/source-pika-types/package.json b/test/integration/source-pika-types/package.json index ee5a4a0ccf..891ac703a2 100644 --- a/test/integration/source-pika-types/package.json +++ b/test/integration/source-pika-types/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-source-pika-types", "description": "Test that --install-types works as expected.", "scripts": { @@ -15,6 +15,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/source-pika-webdependencies/package.json b/test/integration/source-pika-webdependencies/package.json index d891a831dc..89a024210a 100644 --- a/test/integration/source-pika-webdependencies/package.json +++ b/test/integration/source-pika-webdependencies/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-source-pika-webdependencies", "description": "Test that the lockfile import URLs & version info are used", "scripts": { @@ -17,6 +17,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/source-pika/package.json b/test/integration/source-pika/package.json index dbdc32c93e..c102360a7f 100644 --- a/test/integration/source-pika/package.json +++ b/test/integration/source-pika/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-source-pika", "description": "Test that webDependencies work without a node_modules directory", "scripts": { @@ -15,6 +15,6 @@ } }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } } diff --git a/test/integration/sub-package-json/package.json b/test/integration/sub-package-json/package.json index 2d17b26e49..307c98c3dc 100644 --- a/test/integration/sub-package-json/package.json +++ b/test/integration/sub-package-json/package.json @@ -1,6 +1,6 @@ { "private": true, - "version": "1.0.0", + "version": "1.0.1", "name": "@snowpack/test-sub-package-json", "scripts": { "testinstall": "snowpack" @@ -17,6 +17,6 @@ "solid-js": "^0.16.7" }, "devDependencies": { - "snowpack": "*" + "snowpack": "^2.7.0" } }