Skip to content

Commit cb52100

Browse files
CodeDeadtorvalds
andcommitted
our first nodejs thingy
Co-authored-by: torvalds <torvalds@linux-foundation.org>
1 parent b2ffac6 commit cb52100

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@
3737
]
3838
},
3939
"devDependencies": {
40-
"@eslint/js": "^9.25.1",
40+
"@eslint/js": "^9.26.0",
4141
"@tauri-apps/cli": "^2.5.0",
4242
"@vitejs/plugin-react": "^4.4.1",
43-
"eslint": "^9.25.1",
43+
"eslint": "^9.26.0",
4444
"eslint-config-react-app": "^7.0.1",
4545
"eslint-plugin-import": "^2.31.0",
4646
"eslint-plugin-react": "^7.37.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1815,7 +1815,7 @@ __metadata:
18151815
languageName: node
18161816
linkType: hard
18171817

1818-
"@eslint/js@npm:9.26.0, @eslint/js@npm:^9.25.1":
1818+
"@eslint/js@npm:9.26.0, @eslint/js@npm:^9.26.0":
18191819
version: 9.26.0
18201820
resolution: "@eslint/js@npm:9.26.0"
18211821
checksum: 10c0/89fa45b7ff7f3c2589ea1f04a31b4f6d41ad85ecac98e519195e8b3a908b103c892ac19c4aec0629cfeccefd9e5b63c2f1269183d63016e7de722b97a085dcf4
@@ -3048,7 +3048,7 @@ __metadata:
30483048
dependencies:
30493049
"@emotion/react": "npm:^11.14.0"
30503050
"@emotion/styled": "npm:^11.14.0"
3051-
"@eslint/js": "npm:^9.25.1"
3051+
"@eslint/js": "npm:^9.26.0"
30523052
"@fontsource/roboto": "npm:^5.2.5"
30533053
"@mui/icons-material": "npm:^7.0.2"
30543054
"@mui/material": "npm:^7.0.2"
@@ -3062,7 +3062,7 @@ __metadata:
30623062
"@tauri-apps/plugin-os": "npm:^2.2.1"
30633063
"@vitejs/plugin-react": "npm:^4.4.1"
30643064
crypto-js: "npm:^4.2.0"
3065-
eslint: "npm:^9.25.1"
3065+
eslint: "npm:^9.26.0"
30663066
eslint-config-react-app: "npm:^7.0.1"
30673067
eslint-plugin-import: "npm:^2.31.0"
30683068
eslint-plugin-react: "npm:^7.37.5"
@@ -4407,7 +4407,7 @@ __metadata:
44074407
languageName: node
44084408
linkType: hard
44094409

4410-
"eslint@npm:^9.25.1":
4410+
"eslint@npm:^9.26.0":
44114411
version: 9.26.0
44124412
resolution: "eslint@npm:9.26.0"
44134413
dependencies:

0 commit comments

Comments
 (0)