1
0
Fork 0

chore: Fixed dependencies for github workflows

This commit is contained in:
Joost De Cock 2020-07-12 15:58:07 +02:00
parent 508adb298e
commit a2caaa7611
193 changed files with 1596 additions and 1217 deletions

View file

@ -1,40 +1,43 @@
# Change log for: create-freesewing-pattern
## 2.6.0 (2020-05-01)
### Added
- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old.
- [#365](https://github.com/freesewing/freesewing/issues/365): Check for node version and raise an error it is too old.
## 2.2.0 (2020-02-22)
### Fixed
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
- [#257](https://github.com/freesewing/freesewing/issues/257): Explain that pattern names are bound by the constraints of NPM package names
## 2.0.3 (2019-09-15)
### Fixed
- Updated example package.json to use latest tag rather than beta
- Updated example package.json to use latest tag rather than beta
## 2.0.2 (2019-09-06)
### Changed
- Updated dependencies
- Updated dependencies
### Fixed
- Added missing `file-saver` dependency
- Added missing `file-saver` dependency
## 2.0.0 (2019-08-25)
### Added
- Initial release
- Initial release
This is the **initial release**, and the start of this change log.
> Prior to version 2, FreeSewing was not a JavaScript project.
> As such, that history is out of scope for this change log.

View file

@ -23,9 +23,8 @@
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
"start": "rollup -c -w"
},
"peerDependencies": {},
"dependencies": {
"@freesewing/i18n": "^2.7.0-beta.2",
"@freesewing/pattern-info": "^2.7.0-beta.2",
"chalk": "^2.4.2",
"commander": "^2.19.0",
"conf": "^2.2.0",
@ -41,8 +40,11 @@
"p-each-series": "^1.0.0",
"parse-git-config": "^3.0.0",
"validate-npm-package-name": "^3.0.0",
"which": "^1.3.1"
"which": "^1.3.1",
"@freesewing/i18n": "^2.7.0-beta.2",
"@freesewing/pattern-info": "^2.7.0-beta.2"
},
"devDependencies": {},
"files": [
"lib",
"template",