Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Sep 9, 2023
1 parent 4b22206 commit 61abac3
Show file tree
Hide file tree
Showing 5 changed files with 976 additions and 702 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- Upgraded all packages.

## [3.1.4] - 2023-09-09

### Fixed
Expand Down
18 changes: 9 additions & 9 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,21 @@
]
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pin-field": "^3.1.4",
"react-scripts": "^5.0.1",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"web-vitals": "^3.1.1"
"sass": "^1.66.1",
"typescript": "^5.2.2",
"web-vitals": "^3.4.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
36 changes: 18 additions & 18 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
}
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.16.3",
"@size-limit/preset-small-lib": "^8.1.2",
"@cypress/webpack-preprocessor": "^6.0.0",
"@size-limit/preset-small-lib": "^9.0.0",
"@testing-library/cypress": "^9.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.4",
"@types/lodash": "^4.14.198",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"classnames": "^2.3.2",
"cypress": "=12.9.0",
"husky": "^8.0.3",
"jest": "^29.4.2",
"jest-environment-jsdom": "^29.4.2",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.58.0",
"size-limit": "^8.1.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"sass": "^1.66.1",
"size-limit": "^9.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"tsdx": "^0.14.1",
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"typescript-language-server": "^3.1.0",
"webpack": "^5.75.0"
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"typescript-language-server": "^3.3.2",
"webpack": "^5.88.2"
},
"peerDependencies": {
"react": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"noUnusedParameters": true,
"rootDir": "./src",
"skipLibCheck": true,
"sourceMap": true,
"inlineSourceMap": true,
"strict": true,
"target": "es5",
"types": ["cypress", "@testing-library/cypress"]
Expand Down
Loading

0 comments on commit 61abac3

Please sign in to comment.