Skip to content

Commit

Permalink
fix(schema): Resolve "No 'exports' main" error (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jul 13, 2021
1 parent 9aecb63 commit 9034806
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.
14 changes: 7 additions & 7 deletions e2e/package-lock.json

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

6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"link-parent-bin": "^2.0.0",
"load-grunt-tasks": "~5.1.0",
"mocha": "~9.0.0",
"mutation-testing-metrics": "1.7.3",
"mutation-testing-report-schema": "1.7.3",
"mutation-testing-metrics": "1.7.4",
"mutation-testing-report-schema": "1.7.4",
"rxjs": "~7.1.0",
"semver": "~6.3.0",
"ts-jest": "~27.0.1",
Expand All @@ -45,7 +45,7 @@
},
"scripts": {
"bootstrap": "node ../node_modules/lerna/cli.js bootstrap",
"postinstall": "(node run bootstrap || npm run bootstrap) && npm run install-local-dependencies && npm run link-parent-bin",
"postinstall": "(npm run bootstrap || npm run bootstrap) && npm run install-local-dependencies && npm run link-parent-bin",
"install-local-dependencies": "ts-node tasks/install-local-dependencies",
"link-parent-bin": "link-parent-bin -c test --link-local-dependencies true",
"test": "ts-node tasks/run-e2e-tests.ts"
Expand Down
14 changes: 7 additions & 7 deletions e2e/test/karma-webpack-with-ts/package-lock.json

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

4 changes: 2 additions & 2 deletions e2e/test/karma-webpack-with-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"lit-element": "~2.3.1",
"mutation-testing-metrics": "1.7.3",
"mutation-testing-report-schema": "1.7.3"
"mutation-testing-metrics": "1.7.4",
"mutation-testing-report-schema": "1.7.4"
},
"devDependencies": {
"@types/webpack-env": "~1.15.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"node": ">=12"
},
"dependencies": {
"mutation-testing-metrics": "1.7.3",
"mutation-testing-report-schema": "1.7.3",
"mutation-testing-metrics": "1.7.4",
"mutation-testing-report-schema": "1.7.4",
"tslib": "~2.3.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"log4js": "~6.2.1",
"minimatch": "~3.0.4",
"mkdirp": "~1.0.3",
"mutation-testing-elements": "1.7.3",
"mutation-testing-metrics": "1.7.3",
"mutation-testing-elements": "1.7.4",
"mutation-testing-metrics": "1.7.4",
"npm-run-path": "~4.0.1",
"progress": "~2.0.0",
"rimraf": "~3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "ISC",
"dependencies": {
"ajv": "~8.6.0",
"mutation-testing-metrics": "1.7.3",
"mutation-testing-metrics": "1.7.4",
"rxjs": "~7.2.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9034806

Please sign in to comment.