Skip to content

Commit

Permalink
Version Packages (#1416)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Sep 13, 2020
1 parent f96ed22 commit 172e9ec
Show file tree
Hide file tree
Showing 4 changed files with 159 additions and 157 deletions.
5 changes: 0 additions & 5 deletions .changeset/blue-turkeys-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-cars-vanish.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# preact-cli

## 3.0.2
### Patch Changes



- [`07c9a9c`](https://github.com/preactjs/preact-cli/commit/07c9a9c87081d38ecb1729f57091f3984d454428) [#1413](https://github.com/preactjs/preact-cli/pull/1413) Thanks [@JoviDeCroock](https://github.com/JoviDeCroock)! - patch cleanFilename to also fix typescript and jsx files



- [`ff79f0b`](https://github.com/preactjs/preact-cli/commit/ff79f0b2f6f0f8877001d075947274306884cf89) [#1406](https://github.com/preactjs/preact-cli/pull/1406) Thanks [@ForsakenHarmony](https://github.com/ForsakenHarmony)! - Fix the prefresh integration, using `--refresh` should now correctly enable fast-refresh
294 changes: 147 additions & 147 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,149 +1,149 @@
{
"name": "preact-cli",
"version": "3.0.1",
"description": "Start building a Preact Progressive Web App in seconds.",
"repository": "preactjs/preact-cli",
"main": "lib/index.js",
"bin": {
"preact": "lib/index.js"
},
"scripts": {
"pretest": "rimraf ./tests/output",
"test": "jest --forceExit"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.js"
],
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/tests/output",
"<rootDir>/tests/subjects"
],
"modulePathIgnorePatterns": [
"<rootDir>/tests/output",
"<rootDir>/tests/subjects"
]
},
"engines": {
"node": ">=8"
},
"files": [
"sw",
"lib",
"babel"
],
"keywords": [
"preact",
"cli",
"pwa",
"project",
"generator"
],
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"bugs": "https://github.com/preactjs/preact-cli/issues",
"homepage": "https://github.com/preactjs/preact-cli",
"devDependencies": {
"eslint": "^7.1.0",
"html-looks-like": "^1.0.2",
"jest": "^26.0.1",
"lerna": "^3.16.4",
"lint-staged": "^10.0.7",
"mkdirp": "^1.0.3",
"ncp": "^2.0.0",
"node-sass": "^4.12.0",
"p-retry": "^4.1.0",
"polka": "^0.5.2",
"preact": "^10.0.0",
"preact-compat": "^3.18.5",
"preact-render-to-string": "^5.0.6",
"preact-router": "^3.0.1",
"puppeteer": "^5.0.0",
"sass-loader": "^9.0.2",
"shelljs": "^0.8.3",
"sirv": "^1.0.0-next.2"
},
"peerDependencies": {
"preact": "*",
"preact-render-to-string": "*"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@preact/async-loader": "^3.0.1",
"@prefresh/webpack": "^1.0.2",
"autoprefixer": "^9.6.0",
"babel-esm-plugin": "^0.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.5.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.6.4",
"compression-webpack-plugin": "^4.0.0",
"console-clear": "^1.0.0",
"copy-webpack-plugin": "^5.0.4",
"critters-webpack-plugin": "^2.5.0",
"cross-spawn-promise": "^0.10.1",
"css-loader": "^3.1.0",
"ejs-loader": "^0.3.3",
"envinfo": "^7.3.1",
"esm": "^3.2.25",
"fast-async": "^6.3.7",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.4",
"get-port": "^5.0.0",
"gittar": "^0.1.0",
"glob": "^7.1.4",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"isomorphic-unfetch": "^3.0.0",
"kleur": "^4.0.2",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.3",
"native-url": "0.3.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^4.0.3",
"postcss-load-config": "^2.1.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"promise-polyfill": "^8.1.0",
"prompts": "^2.2.1",
"raw-loader": "^4.0.0",
"react-refresh": "0.8.3",
"require-relative": "^0.8.7",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"sade": "^1.4.1",
"size-plugin": "^2.0.1",
"source-map": "^0.7.2",
"stack-trace": "0.0.10",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^3.0.3",
"typescript": "^3.4.5",
"update-notifier": "^4.1.0",
"url-loader": "^4.0.0",
"validate-npm-package-name": "^3.0.0",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-fix-style-only-entries": "^0.5.1",
"webpack-merge": "^4.1.0",
"webpack-plugin-replace": "^1.2.0",
"which": "^2.0.2",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-webpack-plugin": "^5.1.3"
}
"name": "preact-cli",
"version": "3.0.2",
"description": "Start building a Preact Progressive Web App in seconds.",
"repository": "preactjs/preact-cli",
"main": "lib/index.js",
"bin": {
"preact": "lib/index.js"
},
"scripts": {
"pretest": "rimraf ./tests/output",
"test": "jest --forceExit"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/tests/setup.js"
],
"testEnvironment": "node",
"testPathIgnorePatterns": [
"<rootDir>/tests/output",
"<rootDir>/tests/subjects"
],
"modulePathIgnorePatterns": [
"<rootDir>/tests/output",
"<rootDir>/tests/subjects"
]
},
"engines": {
"node": ">=8"
},
"files": [
"sw",
"lib",
"babel"
],
"keywords": [
"preact",
"cli",
"pwa",
"project",
"generator"
],
"author": "Jason Miller <jason@developit.ca> (http://jasonformat.com)",
"license": "MIT",
"bugs": "https://github.com/preactjs/preact-cli/issues",
"homepage": "https://github.com/preactjs/preact-cli",
"devDependencies": {
"eslint": "^7.1.0",
"html-looks-like": "^1.0.2",
"jest": "^26.0.1",
"lerna": "^3.16.4",
"lint-staged": "^10.0.7",
"mkdirp": "^1.0.3",
"ncp": "^2.0.0",
"node-sass": "^4.12.0",
"p-retry": "^4.1.0",
"polka": "^0.5.2",
"preact": "^10.0.0",
"preact-compat": "^3.18.5",
"preact-render-to-string": "^5.0.6",
"preact-router": "^3.0.1",
"puppeteer": "^5.0.0",
"sass-loader": "^9.0.2",
"shelljs": "^0.8.3",
"sirv": "^1.0.0-next.2"
},
"peerDependencies": {
"preact": "*",
"preact-render-to-string": "*"
},
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.9.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-object-assign": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-typescript": "^7.9.0",
"@preact/async-loader": "^3.0.1",
"@prefresh/webpack": "^1.0.2",
"autoprefixer": "^9.6.0",
"babel-esm-plugin": "^0.9.0",
"babel-loader": "^8.0.6",
"babel-plugin-macros": "^2.5.1",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"browserslist": "^4.6.4",
"compression-webpack-plugin": "^4.0.0",
"console-clear": "^1.0.0",
"copy-webpack-plugin": "^5.0.4",
"critters-webpack-plugin": "^2.5.0",
"cross-spawn-promise": "^0.10.1",
"css-loader": "^3.1.0",
"ejs-loader": "^0.3.3",
"envinfo": "^7.3.1",
"esm": "^3.2.25",
"fast-async": "^6.3.7",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^4.0.4",
"get-port": "^5.0.0",
"gittar": "^0.1.0",
"glob": "^7.1.4",
"html-webpack-exclude-assets-plugin": "0.0.7",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"isomorphic-unfetch": "^3.0.0",
"kleur": "^4.0.2",
"loader-utils": "^2.0.0",
"mini-css-extract-plugin": "^0.9.0",
"minimatch": "^3.0.3",
"native-url": "0.3.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"ora": "^4.0.3",
"postcss-load-config": "^2.1.0",
"postcss-loader": "^3.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"promise-polyfill": "^8.1.0",
"prompts": "^2.2.1",
"raw-loader": "^4.0.0",
"react-refresh": "0.8.3",
"require-relative": "^0.8.7",
"resolve-from": "^5.0.0",
"rimraf": "^3.0.2",
"sade": "^1.4.1",
"size-plugin": "^2.0.1",
"source-map": "^0.7.2",
"stack-trace": "0.0.10",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^3.0.3",
"typescript": "^3.4.5",
"update-notifier": "^4.1.0",
"url-loader": "^4.0.0",
"validate-npm-package-name": "^3.0.0",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.4.1",
"webpack-fix-style-only-entries": "^0.5.1",
"webpack-merge": "^4.1.0",
"webpack-plugin-replace": "^1.2.0",
"which": "^2.0.2",
"workbox-cacheable-response": "^5.1.3",
"workbox-core": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-routing": "^5.1.3",
"workbox-strategies": "^5.1.3",
"workbox-webpack-plugin": "^5.1.3"
}
}

0 comments on commit 172e9ec

Please sign in to comment.