Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define required dependency prop-types #14

Merged
merged 1 commit into from
Jun 8, 2017
Merged

Conversation

ericandrewlewis
Copy link
Contributor

No description provided.

Copy link
Member

@jakemhiller jakemhiller left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ericandrewlewis ericandrewlewis merged commit 778f8fa into master Jun 8, 2017
@JoshuaKGoldberg JoshuaKGoldberg deleted the el-fix-deps branch August 13, 2020 20:45
JoshuaKGoldberg pushed a commit that referenced this pull request Dec 12, 2020
* add absolute runtime path

* 2.5.0

* add babel runtime peer dependency
JoshuaKGoldberg pushed a commit that referenced this pull request Feb 11, 2021
* Initial commit

* Created babel-preset-codecademy

* add repo to package.json

* add module exports plugin

* 1.1.0

* add yarn.lock file

* Update to Babel 7-rc1 (#1)

Update to Babel 7

* v2.0.0

* lock to babel 7 rc1

* v2.0.1

* Update babel to stable (#2)

* upgrade babel packages

* v2.0.2--next.0

* remove corejs from transform-runtime

* update lockfile

* change all dependencies to accept current versions

* v2.2.0

* ensure decorators plugin comes before class-properties plugin

* v2.2.1

* ensure class properties proposal is latest

* v2.2.2

* Updated babel plugins; added ?. and ?? operators

* 2.2.3

* Added ?. and ?? to list of required plugins

* Removed Flow preset, lol

* Also from index.js

* 2.2.4

* Dropped most dependency versions back to roughly 7.0-level

* Used beta package version

* Removed beta tag

* Add and specify corejs dep to fix warning.

* Remove core-js upgrade and specify current version (2).

* Bump package.json.

* Bump lodash from 4.17.11 to 4.17.19 (#9)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mixin-deep from 1.3.1 to 1.3.2 (#10)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create publish action

* Add publishing instructions

* add babel-plugin-react-anonymous-display-name (#11)

* Babel updates (#13)

* upgrade babel packages, cleanup a few rules

* remove unused plugin

* version bump to 2.4.0

* Babel runtime version lock (#14)

* add absolute runtime path

* 2.5.0

* add babel runtime peer dependency

* Add options to enable/disable the previously added changes (helpers & runtime path) (#15)

* add type option to enable/disable some babel options depending on the expected output

* v3.0.0

* fixed variable

* Remove now-unnecessary files

* Touched up package.json

* Recreated yarn.lock, blurgh

* Deduplicated React

* Bumped @types/enzyme

* You're right, I did forget to run Prettier

Co-authored-by: Jake Hiller <[email protected]>
Co-authored-by: Neil Daftary <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
natalieweesh pushed a commit that referenced this pull request Oct 26, 2021
* Initial commit

* Created babel-preset-codecademy

* add repo to package.json

* add module exports plugin

* 1.1.0

* add yarn.lock file

* Update to Babel 7-rc1 (#1)

Update to Babel 7

* v2.0.0

* lock to babel 7 rc1

* v2.0.1

* Update babel to stable (#2)

* upgrade babel packages

* v2.0.2--next.0

* remove corejs from transform-runtime

* update lockfile

* change all dependencies to accept current versions

* v2.2.0

* ensure decorators plugin comes before class-properties plugin

* v2.2.1

* ensure class properties proposal is latest

* v2.2.2

* Updated babel plugins; added ?. and ?? operators

* 2.2.3

* Added ?. and ?? to list of required plugins

* Removed Flow preset, lol

* Also from index.js

* 2.2.4

* Dropped most dependency versions back to roughly 7.0-level

* Used beta package version

* Removed beta tag

* Add and specify corejs dep to fix warning.

* Remove core-js upgrade and specify current version (2).

* Bump package.json.

* Bump lodash from 4.17.11 to 4.17.19 (#9)

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.11...4.17.19)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump mixin-deep from 1.3.1 to 1.3.2 (#10)

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Create publish action

* Add publishing instructions

* add babel-plugin-react-anonymous-display-name (#11)

* Babel updates (#13)

* upgrade babel packages, cleanup a few rules

* remove unused plugin

* version bump to 2.4.0

* Babel runtime version lock (#14)

* add absolute runtime path

* 2.5.0

* add babel runtime peer dependency

* Add options to enable/disable the previously added changes (helpers & runtime path) (#15)

* add type option to enable/disable some babel options depending on the expected output

* v3.0.0

* fixed variable

* Remove now-unnecessary files

* Touched up package.json

* Recreated yarn.lock, blurgh

* Deduplicated React

* Bumped @types/enzyme

* You're right, I did forget to run Prettier

Co-authored-by: Jake Hiller <[email protected]>
Co-authored-by: Neil Daftary <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants