Skip to content

Commit

Permalink
chore: revert jest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dsseng committed Feb 21, 2019
1 parent d299058 commit b43c361
Show file tree
Hide file tree
Showing 3 changed files with 580 additions and 753 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"eslint-plugin-vue": "^5.1.0",
"husky": "^1.3.1",
"inquirer": "^6.2.2",
"jest": "^24.1.0",
"jest-cli": "^24.1.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest-css-modules": "^1.1.0",
"jest-serializer-html": "^5.0.0",
"lerna": "^3.4.3",
"semver": "^5.6.0",
"shelljs": "^0.8.2",
"ts-jest": "^24.0.0",
"ts-jest": "^21.2.1",
"tslint": "^5.12.1",
"typescript": "^3.3.3",
"typestrict": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"lint:fix": "concurrently -n \"tsc,tslint,eslint,types\" --kill-others-on-fail \"tsc --noEmit --pretty\" \"tslint --fix -p . -c .tslint.js src/**/*.ts -t stylish\" \"eslint --fix --ext .js,.ts src\" \"yarn test:types\""
},
"devDependencies": {
"@types/jest": "^24.0.6",
"@types/jest": "^22.2.3",
"@types/node": "^11.9.4",
"@vue/test-utils": "^1.0.0-beta.29",
"autoprefixer": "^9.4.8",
Expand Down
Loading

0 comments on commit b43c361

Please sign in to comment.