Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 06672ba

Browse files
committedOct 28, 2023
build: upgrade deps and use latest node lts
1 parent 646d88e commit 06672ba

File tree

7 files changed

+503
-1127
lines changed

7 files changed

+503
-1127
lines changed
 

‎.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
lts/iron

‎docs/example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"react-dom": "^18.2.0"
2222
},
2323
"devDependencies": {
24-
"@types/react": "^18.2.31",
24+
"@types/react": "^18.2.33",
2525
"@types/react-dom": "^18.2.14",
26-
"@typescript-eslint/eslint-plugin": "^6.8.0",
27-
"@typescript-eslint/parser": "^6.8.0",
26+
"@typescript-eslint/eslint-plugin": "^6.9.0",
27+
"@typescript-eslint/parser": "^6.9.0",
2828
"@vitejs/plugin-react": "^4.1.0",
2929
"eslint": "^8.52.0",
3030
"eslint-plugin-react-hooks": "^4.6.0",

‎docs/ssr-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test-legacy": "node --test"
1313
},
1414
"devDependencies": {
15-
"@types/node": "^20.8.7",
15+
"@types/node": "^20.8.9",
1616
"react": "^18.2.0",
1717
"react-compare-slider": "latest",
1818
"react-dom": "^18.2.0",

‎docs/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@react-google-maps/api": "^2.19.2",
17-
"@types/react": "^18.2.31",
17+
"@types/react": "^18.2.33",
1818
"@types/react-dom": "^18.2.14",
1919
"react": "^18.2.0",
2020
"react-compare-slider": "workspace:*",

‎lib/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
"react-dom": ">=16.8"
7777
},
7878
"devDependencies": {
79-
"@types/node": "^20.8.7",
80-
"@types/react": "^18.2.31",
79+
"@types/node": "^20.8.9",
80+
"@types/react": "^18.2.33",
8181
"@types/react-dom": "^18.2.14",
8282
"browserslist": "^4.22.1",
8383
"concurrently": "^8.2.2",
84-
"esbuild-plugin-browserslist": "^0.9.1",
84+
"esbuild-plugin-browserslist": "^0.10.0",
8585
"publint": "^0.2.5",
8686
"react": "^18.2.0",
8787
"react-dom": "^18.2.0",

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
"devDependencies": {
4646
"@arethetypeswrong/cli": "^0.12.2",
4747
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
48-
"@types/node": "^20.8.7",
49-
"@typescript-eslint/eslint-plugin": "^6.8.0",
50-
"@typescript-eslint/parser": "^6.8.0",
48+
"@types/node": "^20.8.9",
49+
"@typescript-eslint/eslint-plugin": "^6.9.0",
50+
"@typescript-eslint/parser": "^6.9.0",
5151
"c8": "^8.0.1",
5252
"concurrently": "^8.2.2",
5353
"eslint": "^8.52.0",

‎pnpm-lock.yaml

Lines changed: 491 additions & 1115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.