Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Oct 24, 2022
1 parent 0f9cd8e commit 638441b
Show file tree
Hide file tree
Showing 7 changed files with 860 additions and 938 deletions.
6 changes: 3 additions & 3 deletions lib/nile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
],
"devDependencies": {
"@size-limit/preset-small-lib": "^8.1.0",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.2",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.2",
"size-limit": "^8.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.4.0",
"typedoc": "^0.23.16",
"typedoc": "^0.23.17",
"typedoc-plugin-markdown": "^3.13.6",
"typescript": "^4.8.4"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -34,7 +34,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.6",
"husky": "8.0.1",
"lerna": "^5.6.2",
"lerna": "^6.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
Expand Down
82 changes: 0 additions & 82 deletions packages/events-example/CHANGELOG.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/events-example/README.md

This file was deleted.

12 changes: 6 additions & 6 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"peerDependencies": {
"@tanstack/react-query": "^4.10.3",
"@theniledev/js": "^0.25.2",
"@theniledev/react": "^0.25.2",
"@theniledev/js": "^0.27.0",
"@theniledev/react": "^0.27.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand All @@ -21,22 +21,22 @@
"@codemirror/lang-javascript": "^6.1.0",
"@codemirror/language": "^6.2.1",
"@codemirror/lint": "^6.0.0",
"@codemirror/search": "^6.2.1",
"@codemirror/search": "^6.2.2",
"@codemirror/state": "^6.1.2",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.3.1",
"@codemirror/view": "^6.4.0",
"@lezer/common": "^1.0.1",
"@uiw/react-codemirror": "^4.12.4",
"codemirror": "^6.0.1",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-hook-form": "^7.38.0",
"url-parse": "^1.5.10"
},
"devDependencies": {
"@babel/runtime": "^7.19.4",
"@types/node": "^18.8.2",
"@types/node": "^18.11.2",
"@types/react": "^18.0.21",
"typescript": "^4.8.4"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"build-storybook": "build-storybook"
},
"peerDependencies": {
"@tanstack/react-query": "^4.10.3",
"@theniledev/js": "^0.26.0",
"@tanstack/react-query": "^4.12.0",
"@theniledev/js": "^0.27.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
Expand Down Expand Up @@ -65,7 +65,7 @@
"@testing-library/react": "^13.4.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/parser": "^5.40.1",
"babel-loader": "^8.2.5",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -82,17 +82,17 @@
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.9",
"@mui/joy": "^5.0.0-alpha.48",
"@mui/material": "^5.10.9",
"@mui/x-data-grid": "^5.17.6",
"@tanstack/react-query": "^4.10.3",
"@mui/joy": "^5.0.0-alpha.50",
"@mui/material": "^5.10.10",
"@mui/x-data-grid": "^5.17.7",
"@tanstack/react-query": "^4.12.0",
"@theniledev/js": "^0.27.0",
"chart.js": "^3.9.1",
"date-fns": "^2.29.3",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.37.0",
"react-hook-form": "^7.38.0",
"react-is": "^18.2.0"
}
}
Loading

0 comments on commit 638441b

Please sign in to comment.