Skip to content

Commit 2da35b5

Browse files
committed
updates deps
1 parent 8351565 commit 2da35b5

File tree

4 files changed

+595
-600
lines changed

4 files changed

+595
-600
lines changed

BUILD.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ serve -S examples/openlayers-library-example
128128

129129
## linter
130130

131-
We use the `airnnb` config with `eslint`
131+
We use the `airbnb` config with `eslint`
132132

133133
```bash
134134
yarn lint

examples/react-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@types/react": "^19.1.8",
2323
"@types/react-dom": "^19.1.6",
24-
"@vitejs/plugin-react": "^4.5.2",
24+
"@vitejs/plugin-react": "^4.6.0",
2525
"eslint-plugin-jest": "^29.0.1",
2626
"vite": "^7.0.0"
2727
}

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
"watch": "lerna run watch --parallel"
2222
},
2323
"devDependencies": {
24-
"@babel/core": "^7.27.4",
25-
"@babel/preset-env": "^7.27.2",
24+
"@babel/core": "^7.28.0",
25+
"@babel/preset-env": "^7.28.0",
2626
"@babel/register": "^7.27.1",
2727
"@eslint/eslintrc": "^3.3.1",
28-
"@eslint/js": "^9.28.0",
29-
"@rollup/plugin-commonjs": "^28.0.0",
28+
"@eslint/js": "^9.30.1",
29+
"@rollup/plugin-commonjs": "^28.0.6",
3030
"@rollup/plugin-node-resolve": "^16.0.1",
3131
"chai": "^4.3.10",
3232
"cssnano": "^7.0.7",
33-
"eslint": "^9.12.0",
33+
"eslint": "^9.30.1",
3434
"eslint-config-airbnb": "^19.0.4",
3535
"eslint-config-prettier": "^10.1.5",
3636
"eslint-plugin-import": "2.32.0",
@@ -40,9 +40,9 @@
4040
"eslint-plugin-react-hooks": "^5.2.0",
4141
"eslint-plugin-security": "^3.0.1",
4242
"fetch-mock": "^12.5.3",
43-
"globals": "^16.2.0",
43+
"globals": "^16.3.0",
4444
"isomorphic-unfetch": "^4.0.2",
45-
"lerna": "^8.1.8",
45+
"lerna": "^8.2.3",
4646
"mocha": "^11.7.1",
4747
"nyc": "^17.1.0",
4848
"postcss": "^8.5.6",

0 commit comments

Comments
 (0)