|
3 | 3 | "version": "0.47.9", |
4 | 4 | "private": true, |
5 | 5 | "description": "Glimmer compiles Handlebars templates into document fragments rather than string buffers", |
6 | | - "license": "MIT", |
7 | | - "author": "Tilde, Inc.", |
8 | 6 | "repository": { |
9 | 7 | "type": "git", |
10 | 8 | "url": "https://github.com/glimmerjs/glimmer-vm.git" |
11 | 9 | }, |
| 10 | + "license": "MIT", |
| 11 | + "author": "Tilde, Inc.", |
| 12 | + "workspaces": [ |
| 13 | + "packages/*/*" |
| 14 | + ], |
12 | 15 | "scripts": { |
| 16 | + "browserstack:connect": "ember browserstack:connect", |
| 17 | + "browserstack:disconnect": "ember browserstack:disconnect", |
| 18 | + "browserstack:results": "ember browserstack:results", |
13 | 19 | "build": "ember build --env production --suppress-sizes", |
14 | 20 | "build:flags": "RETAIN_FLAGS=true ember build --env production --suppress-sizes", |
15 | 21 | "build:typecheck": "tsc -p tsconfig.json --noEmit --pretty false", |
16 | 22 | "changelog": "lerna-changelog", |
17 | | - "browserstack:connect": "ember browserstack:connect", |
18 | | - "browserstack:disconnect": "ember browserstack:disconnect", |
19 | | - "browserstack:results": "ember browserstack:results", |
| 23 | + "eslint": "eslint . --cache --ext .js,.ts", |
| 24 | + "link:local": "node bin/yarn-link-local", |
| 25 | + "problems": "tsc -p tsconfig.json --noEmit --pretty false", |
20 | 26 | "start": "ember serve --port=7357", |
21 | 27 | "test": "ember test", |
22 | 28 | "test:browserstack": "ember test --test-port=7774 --host 127.0.0.1 --config-file=testem-browserstack.js", |
23 | 29 | "test:node": "node bin/run-qunit.js", |
24 | | - "test:types": "node bin/run-types-tests.js", |
25 | 30 | "test:smoke": "SMOKE_TESTS=true ember test", |
26 | | - "eslint": "eslint . --cache --ext .js,.ts", |
27 | | - "problems": "tsc -p tsconfig.json --noEmit --pretty false", |
| 31 | + "test:types": "node bin/run-types-tests.js", |
28 | 32 | "yarn:link": "node bin/yarn-link-all", |
29 | | - "yarn:unlink": "node bin/yarn-link-all --unlink", |
30 | | - "link:local": "node bin/yarn-link-local" |
| 33 | + "yarn:unlink": "node bin/yarn-link-all --unlink" |
31 | 34 | }, |
32 | 35 | "dependencies": { |
33 | 36 | "@simple-dom/document": "^1.4.0", |
|
39 | 42 | "simple-html-tokenizer": "^0.5.9" |
40 | 43 | }, |
41 | 44 | "devDependencies": { |
| 45 | + "@babel/core": "^7.8.4", |
| 46 | + "@babel/plugin-transform-modules-commonjs": "^7.8.3", |
| 47 | + "@babel/preset-env": "^7.8.4", |
42 | 48 | "@glimmer/env": "0.1.7", |
| 49 | + "@types/node": "^13.7.4", |
43 | 50 | "@types/qunit": "^2.0.31", |
44 | | - "@typescript-eslint/eslint-plugin": "^2.2.0", |
45 | | - "@typescript-eslint/parser": "^2.2.0", |
| 51 | + "@typescript-eslint/eslint-plugin": "^2.20.0", |
| 52 | + "@typescript-eslint/parser": "^2.20.0", |
46 | 53 | "amd-name-resolver": "^1.3.1", |
47 | 54 | "auto-dist-tag": "^1.0.0", |
48 | 55 | "babel-plugin-nukable-import": "^0.4.2", |
49 | 56 | "babel-plugin-strip-glimmer-utils": "^0.1.1", |
50 | | - "babel-plugin-transform-proto-to-assign": "^6.23.0", |
51 | | - "babel-preset-env": "^1.6.0", |
52 | | - "benchmark": "^1.0.0", |
53 | | - "broccoli-babel-transpiler": "^6.1.2", |
54 | | - "broccoli-concat": "^2.1.0", |
| 57 | + "broccoli-babel-transpiler": "^7.4.0", |
| 58 | + "broccoli-concat": "^3.7.5", |
55 | 59 | "broccoli-debug": "^0.6.5", |
56 | | - "broccoli-file-creator": "^1.1.1", |
57 | | - "broccoli-funnel": "^2.0.1", |
| 60 | + "broccoli-file-creator": "^2.1.1", |
| 61 | + "broccoli-funnel": "^2.0.2", |
58 | 62 | "broccoli-merge-trees": "^3.0.2", |
59 | | - "broccoli-persistent-filter": "^2.1.1", |
| 63 | + "broccoli-persistent-filter": "^2.3.1", |
60 | 64 | "broccoli-plugin": "^3.1.0", |
61 | | - "broccoli-rollup": "^2.0.0", |
62 | | - "broccoli-source": "^1.1.0", |
| 65 | + "broccoli-rollup": "^4.1.1", |
| 66 | + "broccoli-source": "^3.0.0", |
63 | 67 | "broccoli-typescript-compiler": "^4.2.0", |
64 | 68 | "chalk": "^3.0.0", |
65 | 69 | "dag-map": "^2.0.2", |
66 | | - "ember-cli": "~3.6.1", |
| 70 | + "ember-cli": "~3.16.0", |
67 | 71 | "ember-cli-browserstack": "^1.0.1", |
68 | | - "ember-cli-release": "^1.0.0-beta.2", |
69 | | - "eslint": "^5.10.0", |
70 | | - "eslint-config-prettier": "^6.3.0", |
| 72 | + "ensure-posix-path": "^1.1.1", |
| 73 | + "eslint": "^6.8.0", |
| 74 | + "eslint-config-prettier": "^6.10.0", |
71 | 75 | "eslint-plugin-node": "^11.0.0", |
72 | | - "eslint-plugin-prettier": "^3.1.0", |
| 76 | + "eslint-plugin-prettier": "^3.1.2", |
73 | 77 | "eslint-plugin-qunit": "^4.0.0", |
74 | | - "execa": "^3.4.0", |
| 78 | + "execa": "^1.0.0", |
75 | 79 | "glob": "^7.0.5", |
76 | 80 | "js-yaml": "^3.10.0", |
77 | 81 | "lerna-changelog": "^0.8.2", |
78 | 82 | "loader.js": "^4.0.10", |
79 | 83 | "mkdirp": "^0.5.1", |
80 | | - "prettier": "^1.18.2", |
81 | | - "qunit": "^2.9.1", |
| 84 | + "prettier": "^1.19.1", |
| 85 | + "qunit": "^2.9.3", |
82 | 86 | "qunit-tap": "^1.5.1", |
83 | | - "rimraf": "^2.6.1", |
84 | | - "rollup-plugin-sourcemaps": "^0.4.2", |
85 | | - "semver": "^5.3.0", |
| 87 | + "rimraf": "^2.7.1", |
| 88 | + "rollup": "^1.31.1", |
| 89 | + "rollup-plugin-sourcemaps": "^0.5.0", |
| 90 | + "semver": "^6.3.0", |
86 | 91 | "testem-failure-only-reporter": "^0.0.1", |
87 | | - "toml": "^2.3.3" |
| 92 | + "toml": "^3.0.0", |
| 93 | + "typescript": "3.5.3" |
88 | 94 | }, |
89 | | - "workspaces": [ |
90 | | - "packages/*/*" |
91 | | - ], |
92 | 95 | "changelog": { |
93 | 96 | "repo": "glimmerjs/glimmer-vm", |
94 | 97 | "labels": { |
|
0 commit comments