Skip to content

Commit

Permalink
Update dependecies and add changesets/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
fveracoechea committed Apr 26, 2024
1 parent 5c5fdda commit 62d0f12
Show file tree
Hide file tree
Showing 10 changed files with 7,402 additions and 4,205 deletions.
8 changes: 8 additions & 0 deletions .changeset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changesets

Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
with multi-package repos, or single-package repos to help you version and publish your code. You can
find the full documentation for it [in our repository](https://github.com/changesets/changesets)

We have a quick list of common questions to get you started engaging with this project in
[our documentation](https://github.com/changesets/changesets/blob/main/docs/common-questions.md)
11 changes: 11 additions & 0 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": "@changesets/cli/changelog",
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
8 changes: 8 additions & 0 deletions .changeset/twenty-pets-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"eslint-config": patch
"example": patch
"docs": patch
"fetchtastic": patch
---

Update dependencies
6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
nodeLinker: "node-modules"
compressionLevel: mixed

enableGlobalCache: false

nodeLinker: node-modules
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
},
"dependencies": {
"fetchtastic": "*",
"next": "^13.4.6",
"nextra": "^2.5.2",
"nextra-theme-docs": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"next": "^14.2.3",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint": "7.32.0",
"@babel/core": "^7.24.4",
"@types/node": "^20.12.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"eslint": "9.1.1",
"eslint-config": "*",
"tsconfig": "*",
"typescript": "^5.0.0"
"typescript": "^5.4.5"
}
}
20 changes: 10 additions & 10 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"fetchtastic": "*",
"next": "^13.4.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.21.4"
"next": "^14.2.3",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"zod": "^3.23.4"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/node": "^17.0.12",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"eslint": "7.32.0",
"@babel/core": "^7.24.4",
"@types/node": "^20.12.7",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"eslint": "9.1.1",
"eslint-config": "*",
"tsconfig": "*",
"typescript": "^5.0.0"
"typescript": "^5.4.5"
}
}
36 changes: 18 additions & 18 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,27 +60,27 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@jest/globals": "^29.5.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-multi-entry": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.9",
"eslint": "^8.36.0",
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-multi-entry": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.7",
"eslint": "^9.1.1",
"eslint-config": "*",
"jest": "^29.5.0",
"prettier": "2.8.7",
"rimraf": "^4.4.1",
"rollup": "^3.20.2",
"jest": "^29.7.0",
"prettier": "3.2.5",
"rimraf": "^5.0.5",
"rollup": "^4.16.4",
"rollup-plugin-progress": "^1.1.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsconfig": "*",
"tslib": "^2.5.0",
"typescript": "^5.0.0"
"tslib": "^2.6.2",
"typescript": "^5.4.5"
},
"keywords": [
"fetch",
Expand Down
28 changes: 16 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,26 @@
"format": "prettier --write \"**/*.{ts,tsx,md,mdx}\""
},
"volta": {
"node": "18.16.0",
"yarn": "3.5.0"
"node": "20.12.2",
"yarn": "4.1.1"
},
"devDependencies": {
"@size-limit/preset-small-lib": "^8.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@size-limit/preset-small-lib": "^11.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"eslint-config": "*",
"prettier": "latest",
"rollup-plugin-dts": "^6.0.0",
"size-limit": "^8.1.2",
"ts-node": "^10.9.1",
"turbo": "latest"
"prettier": "^3.2.5",
"rollup-plugin-dts": "^6.1.0",
"size-limit": "^11.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"turbo": "^1.13.3"
},
"engines": {
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.27.1"
}
}
16 changes: 8 additions & 8 deletions shared/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"license": "MIT",
"type": "module",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"eslint": "^8.36.0",
"eslint-config-next": "13.4.6",
"eslint-config-prettier": "^8.8.0",
"eslint-config-turbo": "latest",
"eslint-plugin-react": "7.31.8"
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"eslint": "^9.1.1",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^1.13.3",
"eslint-plugin-react": "7.34.1"
},
"devDependencies": {
"typescript": "^5.0.0"
"typescript": "^5.4.5"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 62d0f12

Please sign in to comment.