Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent d43ab21 commit df4ef57
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 48 deletions.
16 changes: 8 additions & 8 deletions ember-phone-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.23.0",
"@babel/plugin-syntax-decorators": "7.22.10",
"@babel/preset-typescript": "^7.23.0",
"@babel/preset-typescript": "7.23.0",
"@embroider/addon-dev": "4.1.0",
"@glint/core": "^1.2.0",
"@glint/environment-ember-loose": "^1.2.0",
"@glint/template": "^1.2.0",
"@glint/core": "1.2.0",
"@glint/environment-ember-loose": "1.2.0",
"@glint/template": "1.2.0",
"@glimmer/component": "1.1.2",
"@rollup/plugin-babel": "6.0.3",
"@tsconfig/ember": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@tsconfig/ember": "3.0.1",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"concurrently": "8.2.1",
"ember-source": "5.3.0",
"ember-template-lint": "5.11.2",
Expand All @@ -78,7 +78,7 @@
"prettier": "3.0.3",
"rollup": "3.29.4",
"rollup-plugin-copy": "3.5.0",
"typescript": "^5.2.2"
"typescript": "5.2.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
50 changes: 19 additions & 31 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"@embroider/test-setup": "3.0.1",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@glint/core": "^1.2.0",
"@glint/environment-ember-loose": "^1.2.0",
"@glint/template": "^1.2.0",
"@tsconfig/ember": "^3.0.1",
"@types/qunit": "^2.19.6",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@glint/core": "1.2.0",
"@glint/environment-ember-loose": "1.2.0",
"@glint/template": "1.2.0",
"@tsconfig/ember": "3.0.1",
"@types/qunit": "2.19.6",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@babel/eslint-parser": "7.11.0",
"broccoli-asset-rev": "3.0.0",
"concurrently": "8.2.1",
Expand All @@ -51,7 +51,7 @@
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-cli-typescript": "^5.2.1",
"ember-cli-typescript": "5.2.1",
"ember-data": "5.3.0",
"ember-fetch": "8.1.2",
"ember-load-initializers": "2.1.2",
Expand All @@ -75,7 +75,7 @@
"qunit": "2.20.0",
"qunit-dom": "2.0.0",
"tracked-built-ins": "3.3.0",
"typescript": "^5.2.2",
"typescript": "5.2.2",
"webpack": "5.88.2",
"ember-cli-deploy": "2.0.0",
"ember-cli-deploy-build": "3.0.0",
Expand Down

0 comments on commit df4ef57

Please sign in to comment.