-
Notifications
You must be signed in to change notification settings - Fork 30
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
fix className on group label #11
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jakemhiller
added a commit
that referenced
this pull request
May 20, 2018
Update uglify settings to fix JS error with Codemirror
JoshuaKGoldberg
pushed a commit
that referenced
this pull request
Dec 12, 2020
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.