Skip to content

Commit

Permalink
fix: 🐛 rollback the version of jest (#111)
Browse files Browse the repository at this point in the history
* fix: 🐛 rollback the version of jest

* chore(release): 🔖 publish v0.1.0-alpha.14
  • Loading branch information
xingwanying authored Aug 2, 2021
1 parent 6e9cd55 commit 61c517f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
15 changes: 4 additions & 11 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
{
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"npmClient": "npm",
"useWorkspaces": true,
"command": {
"publish": {
"ignoreChanges": [
"*.md",
"**/_tests_/**"
],
"ignoreChanges": ["*.md", "**/_tests_/**"],
"message": "chore(release): :bookmark: publish %s"
},
"bootstrap": {
"npmClientArgs": [
"--no-ci"
]
"npmClientArgs": ["--no-ci"]
}
},
"changelog": {
Expand All @@ -30,7 +25,5 @@
"pr(test)": ":white_check_mark: Test Case"
}
},
"packages": [
"packages/s2-core"
]
"packages": ["packages/s2-core"]
}
2 changes: 1 addition & 1 deletion packages/s2-core/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 packages/s2-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@antv/s2",
"version": "0.1.0-alpha.13",
"version": "0.1.0-alpha.14",
"main": "lib/index.js",
"module": "esm/index.js",
"unpkg": "dist/s2.min.js",
Expand Down Expand Up @@ -90,7 +90,7 @@
"cpx": "^1.5.0",
"css-loader": "^5.2.6",
"d3-dsv": "^1.1.1",
"jest": "^27.0.6",
"jest": "^24.9.0",
"jest-electron": "^0.1.11",
"jest-extended": "^0.11.5",
"jest-less-loader": "^0.1.1",
Expand All @@ -110,7 +110,7 @@
"rollup-plugin-less": "^1.1.3",
"rollup-plugin-terser": "^7.0.2",
"style-loader": "^3.0.0",
"ts-jest": "^27.0.3",
"ts-jest": "^24.3.0",
"ts-loader": "^9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.10.1",
Expand Down

0 comments on commit 61c517f

Please sign in to comment.