Skip to content

Commit

Permalink
Updated latestVersions (#79)
Browse files Browse the repository at this point in the history
* chore: Updated latestVersions

* chore: Updated fixtures

---------

Co-authored-by: ijlee2 <[email protected]>
  • Loading branch information
ijlee2 and ijlee2 authored Mar 18, 2024
1 parent 5579bc7 commit 7a9b9d4
Show file tree
Hide file tree
Showing 18 changed files with 56 additions and 56 deletions.
10 changes: 5 additions & 5 deletions src/utils/blueprints/get-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ import { decideVersion } from '@codemod-utils/blueprints';
import type { Options } from '../../types/index.js';

const latestVersions = new Map([
['@babel/core', '7.23.9'],
['@babel/core', '7.24.0'],
['@babel/plugin-transform-typescript', '7.23.6'],
['@babel/runtime', '7.23.9'],
['@babel/runtime', '7.24.0'],
['@embroider/addon-dev', '4.2.1'],
['@embroider/addon-shim', '1.8.7'],
['@embroider/test-setup', '3.0.3'],
['@rollup/plugin-babel', '6.0.4'],
['@tsconfig/ember', '3.0.3'],
['@tsconfig/ember', '3.0.5'],
['babel-plugin-ember-template-compilation', '2.2.1'],
['concurrently', '8.2.2'],
['decorator-transforms', '1.1.0'],
['ember-auto-import', '2.7.2'],
['ember-cli-babel', '8.1.0'],
['ember-cli-htmlbars', '6.3.0'],
['rollup', '4.12.0'],
['rollup', '4.13.0'],
['rollup-plugin-copy', '3.5.0'],
['typescript', '5.3.3'],
['typescript', '5.4.2'],
]);

export function getVersion(packageName: string, options: Options): string {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"decorator-transforms": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"decorator-transforms": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"decorator-transforms": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"decorator-transforms": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0"
},
"peerDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@
"decorator-transforms": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/runtime": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0"
},
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@
"ember-test-selectors": "^6.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-transform-typescript": "^7.23.6",
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.24.0",
"@embroider/addon-dev": "^4.2.1",
"@rollup/plugin-babel": "^6.0.4",
"@tsconfig/ember": "^2.0.0",
"babel-plugin-ember-template-compilation": "^2.2.1",
"concurrently": "^7.6.0",
"rollup": "^4.12.0",
"rollup": "^4.13.0",
"rollup-plugin-copy": "^3.5.0",
"typescript": "^4.9.4"
},
Expand Down

0 comments on commit 7a9b9d4

Please sign in to comment.