Skip to content

Commit

Permalink
Only upgrade babel/traverse transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
audiocipher committed Mar 18, 2024
1 parent d6ad9bd commit 016e42a
Show file tree
Hide file tree
Showing 4 changed files with 4,550 additions and 4,028 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 16.x
node-version: 12.x
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test:ember

try-scenarios:
name: 'Try: ${{ matrix.ember-try-scenario }}'
name: "Try: ${{ matrix.ember-try-scenario }}"

runs-on: ubuntu-latest

Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2
- uses: volta-cli/action@v1
with:
node-version: 16.x
node-version: 12.x
- name: install dependencies
run: yarn install --frozen-lockfile
- name: test
Expand Down
9 changes: 0 additions & 9 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');
module.exports = function (defaults) {
let app = new EmberAddon(defaults, {
// Add options here
autoImport: {
webpack: {
resolve: {
fallback: {
module: false,
},
},
},
},
});

/*
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"abortcontroller-polyfill": "^1.5.0",
"ember-auto-import": "^2.7.2",
"ember-cli-babel": "^7.23.2",
"ember-auto-import": "^2.2.4",
"ember-cli-babel": "^7.23.0",
"ember-cli-htmlbars": "^5.3.1",
"ember-fetch": "^8.1.1",
"jquery-param": "^1.1.3"
Expand Down Expand Up @@ -82,10 +82,10 @@
"release-it-lerna-changelog": "^3.1.0",
"testdouble": "^3.16.1",
"testdouble-qunit": "^2.1.1",
"webpack": "^5.90.3"
"webpack": "^5.55.1"
},
"engines": {
"node": "16.*"
"node": "10.* || >= 12"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down Expand Up @@ -118,10 +118,11 @@
"qs": ">=6.5.2",
"request": ">=2.68.0",
"release-it/semver": "^7.5.4",
"tunnel-agent": ">=0.6.0"
"tunnel-agent": ">=0.6.0",
"@babel/traverse": "^7.23.2"
},
"volta": {
"node": "16.15.1",
"node": "12.20.0",
"yarn": "1.22.10"
}
}
Loading

0 comments on commit 016e42a

Please sign in to comment.