Skip to content

Commit

Permalink
jest 26
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor44 committed Oct 13, 2024
1 parent 19946e0 commit 78ead2e
Show file tree
Hide file tree
Showing 6 changed files with 1,137 additions and 881 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ dist/
.cache/
.tsnode-cache/
release/
app/theme/css
packages/app/src/theme/css/
/graphql.config.json
.yarn/install-state.gz

# Yalc (https://github.com/whitecolor/yalc)
.yalc/
Expand Down
Binary file removed .yarn/install-state.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"graphql-import-loader": "^0.2.1",
"html-webpack-plugin": "^4.5.2",
"inquirer": "^6.2.2",
"jest": "^24.9.0",
"jest": "^26.6.3",
"jest-svg-transformer": "^1.0.0",
"jsdom": "^9.8.3",
"kuler": "^2.0.0",
Expand All @@ -329,7 +329,7 @@
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^4.2.3",
"tmp": "0.0.31",
"ts-jest": "^24.3.0",
"ts-jest": "^26.5.6",
"ts-loader": "^6.2.1",
"ts-node": "^8.1.0",
"tslint": "^5.11.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/appstore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,13 @@
"css-loader": "^3.2.1",
"file-loader": "^4.1.0",
"html-webpack-plugin": "^4.5.2",
"jest": "^24.9.0",
"jest": "^26.6.3",
"redux-devtools": "^3.5.0",
"rimraf": "^5.0.10",
"storybook-react-router": "^1.0.8",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^4.2.3",
"ts-jest": "^29.2.5",
"ts-jest": "^26.5.6",
"ts-loader": "^6.2.1",
"tslint": "^5.11.0",
"tslint-config-station": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"@types/jest": "^24.9.1",
"@types/react": "^16.14.40",
"@types/react-dom": "^16.9.18",
"jest": "^24.9.0",
"jest": "^26.6.3",
"rimraf": "^5.0.10",
"rxjs": "^6.6.7",
"ts-jest": "^24.3.0",
"ts-jest": "^26.5.6",
"tslint": "^5.12.1",
"tslint-config-station": "^0.6.0",
"typescript": "^4.9.5"
Expand Down
Loading

0 comments on commit 78ead2e

Please sign in to comment.