Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 16, 2022
1 parent 0cdba90 commit a80802b
Show file tree
Hide file tree
Showing 5 changed files with 1,034 additions and 464 deletions.
4 changes: 2 additions & 2 deletions ember-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prepublishOnly": "yarn build"
},
"dependencies": {
"@embroider/addon-shim": "^0.50.0"
"@embroider/addon-shim": "^0.50.2"
},
"peerDependencies": {
"@ember/test-waiters": "^3.0.0"
Expand All @@ -50,7 +50,7 @@
"@babel/plugin-proposal-decorators": "7.16.7",
"@babel/plugin-syntax-decorators": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@embroider/addon-dev": "0.50.0",
"@embroider/addon-dev": "0.50.2",
"@nullvoxpopuli/eslint-configs": "^2.1.1",
"@rollup/plugin-babel": "5.3.0",
"@rollup/plugin-node-resolve": "^13.0.6",
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
"build": "yarn workspace ember-resources build",
"prepare": "yarn build"
},
"resolutions": {
"@embroider/addon-shim": "0.50.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
Expand Down
12 changes: 6 additions & 6 deletions testing/ember-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
"test:ember": "ember test"
},
"dependencies": {
"@embroider/macros": "^0.48.1",
"@embroider/macros": "^0.50.2",
"ember-concurrency": "^2.0.0",
"ember-concurrency-ts": "^0.3.1",
"ember-resources": "*"
},
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@ember/test-waiters": "^3.0.0",
"@embroider/test-setup": "^0.48.1",
"@ember/test-waiters": "^3.0.1",
"@embroider/test-setup": "^0.50.2",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@nullvoxpopuli/eslint-configs": "^2.1.1",
Expand Down Expand Up @@ -65,10 +65,10 @@
"@types/rsvp": "^4.0.4",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "2.2.4",
"ember-auto-import": "2.3.0",
"ember-cli": "~4.0.1",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-babel": "^7.26.11",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^6.0.0",
"ember-cli-inject-live-reload": "^2.1.0",
Expand Down Expand Up @@ -101,7 +101,7 @@
"qunit": "^2.16.0",
"qunit-dom": "^2.0.0",
"typescript": "^4.4.4",
"webpack": "^5.61.0"
"webpack": "^5.66.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
10 changes: 5 additions & 5 deletions testing/ember-concurrency-v1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"devDependencies": {
"@ember/optional-features": "^2.0.0",
"@ember/test-helpers": "^2.6.0",
"@ember/test-waiters": "^3.0.0",
"@embroider/test-setup": "^0.48.1",
"@ember/test-waiters": "^3.0.1",
"@embroider/test-setup": "^0.50.2",
"@glimmer/component": "^1.0.4",
"@glimmer/tracking": "^1.0.4",
"@nullvoxpopuli/eslint-configs": "^2.1.1",
Expand Down Expand Up @@ -66,10 +66,10 @@
"@types/rsvp": "^4.0.4",
"babel-eslint": "^10.1.0",
"broccoli-asset-rev": "^3.0.0",
"ember-auto-import": "2.2.4",
"ember-auto-import": "2.3.0",
"ember-cli": "~4.0.1",
"ember-cli-app-version": "^5.0.0",
"ember-cli-babel": "^7.26.6",
"ember-cli-babel": "^7.26.11",
"ember-cli-dependency-checker": "^3.2.0",
"ember-cli-htmlbars": "^6.0.0",
"ember-cli-inject-live-reload": "^2.1.0",
Expand Down Expand Up @@ -102,7 +102,7 @@
"qunit": "^2.16.0",
"qunit-dom": "^2.0.0",
"typescript": "^4.5.2",
"webpack": "^5.61.0"
"webpack": "^5.66.0"
},
"engines": {
"node": "12.* || 14.* || >= 16"
Expand Down
Loading

0 comments on commit a80802b

Please sign in to comment.