Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.01.21
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Jan 21, 2024
1 parent 6ff002d commit 4881753
Show file tree
Hide file tree
Showing 7 changed files with 1,128 additions and 1,508 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cache: yarn
- run: yarn install --immutable
- run: yarn docs
- uses: tj-actions/verify-changed-files@v16
- uses: tj-actions/verify-changed-files@v17
id: verify-changed-files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.3.0
21.6.0
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"turbo": "turbo"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.55.0",
"@types/node": "^20.11.5",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-etc": "^2.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.23.0",
"semantic-release": "^22.0.8",
"ts-node": "^10.9.1",
"semantic-release": "^23.0.0",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"turbo": "^1.10.16",
"typedoc": "^0.25.4",
"turbo": "^1.11.3",
"typedoc": "^0.25.7",
"typedoc-plugin-markdown": "^3.17.1",
"typedoc-plugin-merge-modules": "^5.1.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,27 @@
},
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@testing-library/dom": "^9.3.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/mocha": "^10.0.6",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/sinon": "^17.0.2",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/sinon": "^17.0.3",
"expect-type": "^0.17.3",
"jsdom": "^23.0.1",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"optionalDependencies": {
"yup": "^1.3.2",
"yup": "^1.3.3",
"zod": "^3.22.4"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,29 @@
},
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8",
"@lynxts/core": "workspace:^",
"@react-native/metro-config": "^0.73.2",
"@testing-library/react-native": "^12.4.1",
"@types/node": "^20.10.3",
"@types/react": "^18.2.41",
"@react-native/metro-config": "^0.73.3",
"@testing-library/react-native": "^12.4.3",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-test-renderer": "^18.0.7",
"@types/sinon": "^17.0.2",
"@types/sinon": "^17.0.3",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.2.0",
"react-native": "^0.72.7",
"react-native": "^0.73.2",
"react-test-renderer": "^18.2.0",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"yup": "^1.3.2"
"typescript": "^5.3.3",
"yup": "^1.3.3"
},
"peerDependencies": {
"@lynxts/core": ">=1.0.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@
"devDependencies": {
"@assertive-ts/core": "^2.0.0",
"@lynxts/core": "workspace:^",
"@testing-library/dom": "^9.3.3",
"@testing-library/dom": "^9.3.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@testing-library/user-event": "^14.5.2",
"@types/mocha": "^10.0.6",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.17",
"@types/sinon": "^17.0.2",
"jsdom": "^23.0.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/sinon": "^17.0.3",
"jsdom": "^24.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "^22.0.8",
"semantic-release": "^23.0.0",
"semantic-release-yarn": "^3.0.2",
"sinon": "^17.0.1",
"tslib": "^2.6.2",
"typescript": "^5.3.2",
"yup": "^1.3.2"
"typescript": "^5.3.3",
"yup": "^1.3.3"
},
"peerDependencies": {
"@lynxts/core": ">=1.0.0",
Expand Down
Loading

0 comments on commit 4881753

Please sign in to comment.