Skip to content

Commit

Permalink
chore: update create-snowpack-app template deps
Browse files Browse the repository at this point in the history
Fix #2863
  • Loading branch information
drwpow committed Apr 30, 2021
1 parent 23e4ee6 commit d04e1eb
Show file tree
Hide file tree
Showing 38 changed files with 2,392 additions and 1,863 deletions.
6 changes: 3 additions & 3 deletions create-snowpack-app/app-scripts-lit-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"directory": "create-snowpack-app/app-scripts-lit-element"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@snowpack/plugin-babel": "^2.1.4",
"@snowpack/plugin-dotenv": "^2.0.4"
"@babel/core": "^7.14.0",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
20 changes: 10 additions & 10 deletions create-snowpack-app/app-scripts-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"directory": "create-snowpack-app/app-scripts-preact"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@prefresh/babel-plugin": "^0.3.0",
"@prefresh/snowpack": "^3.0.0",
"@snowpack/plugin-babel": "^2.1.4",
"@snowpack/plugin-dotenv": "^2.0.4",
"babel-jest": "^26.2.2",
"react-app-polyfill": "^1.0.6"
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@prefresh/babel-plugin": "^0.4.1",
"@prefresh/snowpack": "^3.1.2",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"babel-jest": "^26.6.3",
"react-app-polyfill": "^2.0.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
20 changes: 10 additions & 10 deletions create-snowpack-app/app-scripts-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
"directory": "create-snowpack-app/app-scripts-react"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-babel": "^2.1.4",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-react-refresh": "^2.3.5",
"@snowpack/plugin-typescript": "^1.1.0",
"babel-jest": "^26.2.2",
"babel-preset-react-app": "^9.1.2",
"react-app-polyfill": "^1.0.6"
"@babel/core": "^7.14.0",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"babel-jest": "^26.6.3",
"babel-preset-react-app": "^10.0.0",
"react-app-polyfill": "^2.0.0"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
11 changes: 5 additions & 6 deletions create-snowpack-app/app-scripts-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
"svelte": "^3.21.0"
},
"dependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-svelte": "^3.2.0",
"babel-jest": "^26.2.2",
"@babel/core": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-svelte": "^3.6.1",
"babel-jest": "^26.6.3",
"jest-transform-svelte": "^2.1.1"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-11ty/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@snowpack/plugin-run-script": "^2.3.0",
"prettier": "^2.0.5",
"snowpack": "^3.0.1"
"prettier": "^2.2.1",
"snowpack": "^3.3.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
10 changes: 5 additions & 5 deletions create-snowpack-app/app-template-blank-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"canvas-confetti": "^1.2.0"
},
"devDependencies": {
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@types/canvas-confetti": "^1.0.0",
"@types/snowpack-env": "^2.3.2",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.0"
"@types/snowpack-env": "^2.3.3",
"prettier": "^2.2.1",
"snowpack": "^3.3.7",
"typescript": "^4.2.4"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
4 changes: 2 additions & 2 deletions create-snowpack-app/app-template-blank/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"canvas-confetti": "^1.2.0"
},
"devDependencies": {
"prettier": "^2.0.5",
"snowpack": "^3.0.1"
"prettier": "^2.2.1",
"snowpack": "^3.3.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"dependencies": {
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
"lit-element": "^2.4.0",
"lit-html": "^1.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/preset-typescript": "^7.10.4",
"@snowpack/plugin-babel": "^2.1.6",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-typescript": "^1.2.0",
"@types/snowpack-env": "^2.3.2",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.0"
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@babel/preset-typescript": "^7.13.0",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@types/snowpack-env": "^2.3.3",
"prettier": "^2.2.1",
"snowpack": "^3.3.7",
"typescript": "^4.2.4"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
16 changes: 8 additions & 8 deletions create-snowpack-app/app-template-lit-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"dependencies": {
"lit-element": "^2.3.1",
"lit-html": "^1.2.1"
"lit-element": "^2.4.0",
"lit-html": "^1.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@snowpack/plugin-babel": "^2.1.6",
"@snowpack/plugin-dotenv": "^2.0.5",
"prettier": "^2.0.5",
"snowpack": "^3.0.1"
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.15",
"@snowpack/plugin-babel": "^2.1.7",
"@snowpack/plugin-dotenv": "^2.1.0",
"prettier": "^2.2.1",
"snowpack": "^3.3.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
2 changes: 1 addition & 1 deletion create-snowpack-app/app-template-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"test": "echo \"This template does not include a test runner by default.\" && exit 1"
},
"devDependencies": {
"snowpack": "^3.0.1"
"snowpack": "^3.3.7"
}
}
20 changes: 10 additions & 10 deletions create-snowpack-app/app-template-preact-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@
"test": "web-test-runner \"src/**/*.test.tsx\""
},
"dependencies": {
"preact": "^10.0.0"
"preact": "^10.5.13"
},
"devDependencies": {
"@prefresh/snowpack": "^3.0.0",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/preact": "^2.0.0",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/preact": "^2.0.1",
"@types/chai": "^4.2.14",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.3"
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"prettier": "^2.2.1",
"snowpack": "^3.3.7",
"typescript": "^4.2.4"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.NODE_ENV = 'test';

module.exports = {
plugins: [require('@snowpack/web-test-runner-plugin')()],
};
14 changes: 7 additions & 7 deletions create-snowpack-app/app-template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"test": "web-test-runner \"src/**/*.test.jsx\""
},
"dependencies": {
"preact": "^10.0.0"
"preact": "^10.5.13"
},
"devDependencies": {
"@prefresh/snowpack": "^3.0.0",
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/preact": "^2.0.0",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/preact": "^2.0.1",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"prettier": "^2.2.1",
"snowpack": "^3.0.1"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.NODE_ENV = 'test';

module.exports = {
plugins: [require('@snowpack/web-test-runner-plugin')()],
};
34 changes: 17 additions & 17 deletions create-snowpack-app/app-template-react-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@
"test": "web-test-runner \"src/**/*.test.tsx\""
},
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.4.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/react": "^11.0.0",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.2.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/snowpack-env": "^2.3.2",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^3.0.1",
"typescript": "^4.0.0"
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^11.2.6",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/snowpack-env": "^2.3.3",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"prettier": "^2.2.1",
"snowpack": "^3.3.7",
"typescript": "^4.2.4"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.NODE_ENV = 'test';

module.exports = {
plugins: [require('@snowpack/web-test-runner-plugin')()],
};
20 changes: 10 additions & 10 deletions create-snowpack-app/app-template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"test": "web-test-runner \"src/**/*.test.jsx\""
},
"dependencies": {
"react": "^17.0.0",
"react-dom": "^17.0.0"
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-react-refresh": "^2.4.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@testing-library/react": "^11.0.0",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"prettier": "^2.0.5",
"snowpack": "^3.0.1"
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-react-refresh": "^2.5.0",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/react": "^11.2.6",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"prettier": "^2.2.1",
"snowpack": "^3.3.7"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.NODE_ENV = 'test';

module.exports = {
plugins: [require('@snowpack/web-test-runner-plugin')()],
};
25 changes: 13 additions & 12 deletions create-snowpack-app/app-template-svelte-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,23 @@
"test": "web-test-runner \"src/**/*.test.ts\""
},
"dependencies": {
"svelte": "^3.24.0"
"svelte": "^3.37.0"
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.0.5",
"@snowpack/plugin-svelte": "^3.5.0",
"@snowpack/plugin-typescript": "^1.2.0",
"@snowpack/web-test-runner-plugin": "^0.2.0",
"@snowpack/plugin-dotenv": "^2.1.0",
"@snowpack/plugin-svelte": "^3.6.1",
"@snowpack/plugin-typescript": "^1.2.1",
"@snowpack/web-test-runner-plugin": "^0.2.2",
"@testing-library/svelte": "^3.0.0",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.2.0",
"@types/snowpack-env": "^2.3.2",
"@web/test-runner": "^0.12.0",
"chai": "^4.2.0",
"snowpack": "^3.0.1",
"@tsconfig/svelte": "^1.0.10",
"@types/chai": "^4.2.17",
"@types/mocha": "^8.2.2",
"@types/snowpack-env": "^2.3.3",
"@web/test-runner": "^0.13.3",
"chai": "^4.3.4",
"snowpack": "^3.3.7",
"svelte-preprocess": "^4.0.8",
"typescript": "^4.0.0"
"typescript": "^4.2.4"
},
"gitHead": "a01616bb0787d56cd782f94cecf2daa12c7594e4"
}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src", "types"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"jsx": "preserve",
"baseUrl": "./",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
process.env.NODE_ENV = 'test';

module.exports = {
plugins: [require('@snowpack/web-test-runner-plugin')()],
};
Loading

0 comments on commit d04e1eb

Please sign in to comment.