Skip to content

Commit

Permalink
chore: Updated latestVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Jan 15, 2025
1 parent f326f8d commit f4d5626
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/utils/blueprints/get-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,38 +4,38 @@ import type { Options } from '../../types/index.js';

const latestVersions = new Map([
['@babel/core', '7.26.0'],
['@babel/eslint-parser', '7.25.9'],
['@babel/plugin-transform-typescript', '7.26.3'],
['@babel/eslint-parser', '7.26.5'],
['@babel/plugin-transform-typescript', '7.26.5'],
['@babel/runtime', '7.26.0'],
['@embroider/addon-dev', '7.1.1'],
['@embroider/addon-shim', '1.9.0'],
['@embroider/test-setup', '4.0.0'],
['@glint/core', '1.5.0'],
['@glint/environment-ember-loose', '1.5.0'],
['@glint/environment-ember-template-imports', '1.5.0'],
['@glint/template', '1.5.0'],
['@glint/core', '1.5.1'],
['@glint/environment-ember-loose', '1.5.1'],
['@glint/environment-ember-template-imports', '1.5.1'],
['@glint/template', '1.5.1'],
['@rollup/plugin-babel', '6.0.4'],
['@tsconfig/ember', '3.0.8'],
['@typescript-eslint/eslint-plugin', '8.18.2'],
['@typescript-eslint/parser', '8.18.2'],
['@typescript-eslint/eslint-plugin', '8.20.0'],
['@typescript-eslint/parser', '8.20.0'],
['babel-plugin-ember-template-compilation', '2.3.0'],
['concurrently', '9.1.0'],
['concurrently', '9.1.2'],
['decorator-transforms', '2.3.0'],
['ember-auto-import', '2.10.0'],
['ember-cli-babel', '8.2.0'],
['ember-cli-htmlbars', '6.3.0'],
['ember-source', '6.1.0'],
['ember-template-lint', '6.0.0'],
['eslint', '8.57.1'],
['eslint-config-prettier', '9.1.0'],
['eslint-config-prettier', '10.0.1'],
['eslint-plugin-ember', '12.3.3'],
['eslint-plugin-import', '2.31.0'],
['eslint-plugin-n', '17.15.1'],
['eslint-plugin-prettier', '5.2.1'],
['eslint-plugin-prettier', '5.2.2'],
['prettier', '3.4.2'],
['rollup', '4.29.1'],
['rollup', '4.30.1'],
['rollup-plugin-copy', '3.5.0'],
['typescript', '5.7.2'],
['typescript', '5.7.3'],
]);

export function getLatestVersion(packageName: string): string {
Expand Down

0 comments on commit f4d5626

Please sign in to comment.