Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloSzx committed Feb 14, 2021
1 parent 3d43683 commit e1ea2a8
Show file tree
Hide file tree
Showing 4 changed files with 1,997 additions and 410 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* @type {import("@jest/types").Config.InitialOptions}
*/
module.exports = {
globals: {
"ts-jest": { packageJson: "package.json" },
},
};
31 changes: 14 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-state-selector",
"version": "2.0.2",
"version": "2.0.3",
"keywords": [
"react",
"immer",
Expand All @@ -27,8 +27,7 @@
"scripts": {
"build": "tsdx build -i ./src/index.ts",
"build-storybook": "rm -rf ./dist && build-storybook -o docs -s stories/utils/public",
"lint": "tsdx lint src stories test --fix",
"prepare": "tsdx lint src test --fix && tsdx test && tsdx build",
"prepare": "tsdx test && tsdx build",
"start": "tsdx watch",
"storybook": "start-storybook -p 6006 -s stories/utils/public",
"test": "tsdx test"
Expand All @@ -47,7 +46,7 @@
"prettier": "^2.0.5"
},
"dependencies": {
"immer": "^7.0.7",
"immer": "^8.0.1",
"reselect": "^4.0.0"
},
"devDependencies": {
Expand All @@ -67,33 +66,31 @@
"@types/babel__core": "^7.1.9",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.159",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-is": "^16.7.1",
"@types/react-test-renderer": "^16.9.3",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-is": "^17.0.0",
"@types/react-test-renderer": "^17.0.1",
"@types/storybook__addon-info": "^5.2.1",
"@types/testing-library__jest-dom": "^5.9.2",
"@types/testing-library__react": "^10.2.0",
"@types/testing-library__react-hooks": "^3.4.0",
"@types/webpack": "^4.41.21",
"babel-jest": "^26.3.0",
"babel-loader": "^8.1.0",
"husky": "^4.2.5",
"lodash": "^4.17.20",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"react": "^16.13.1",
"pretty-quick": "^3.1.0",
"react": "^17.0.1",
"react-docgen-typescript-loader": "^3.7.2",
"react-dom": "^16.13.1",
"react-is": "^16.13.1",
"react-dom": "^17.0.1",
"react-is": "^17.0.1",
"react-scripts": "^3.4.3",
"react-state-selector": "^2.0.0",
"react-state-selector": "^2.0.2",
"react-test-renderer": "^16.13.1",
"regenerator-runtime": "^0.13.7",
"ts-loader": "^8.0.2",
"tsdx": "^0.13.2",
"tsdx": "^0.14.1",
"tslib": "^2.0.1",
"typescript": "^3.9.7",
"typescript": "^4.1.5",
"waait": "^1.0.5",
"wait-for-expect": "^3.0.2",
"webpack": "^4.44.1"
Expand Down
Loading

0 comments on commit e1ea2a8

Please sign in to comment.