Skip to content

Commit 5f19b4b

Browse files
Josh Goldbergjakemhillerneilzodependabot[bot]
authored
feat: imported babel plugin (#1233)
* 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>
1 parent a6c1e74 commit 5f19b4b

File tree

2 files changed

+2648
-4198
lines changed

2 files changed

+2648
-4198
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@testing-library/jest-dom": "^5.7.0",
6262
"@testing-library/react": "^11.0.4",
6363
"@types/classnames": "2.2.10",
64-
"@types/enzyme": "3.10.5",
64+
"@types/enzyme": "3.10.7",
6565
"@types/invariant": "2.2.29",
6666
"@types/lodash": "4.14.168",
6767
"@types/react": "^16.9",

0 commit comments

Comments
 (0)