Skip to content

Commit

Permalink
build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
adamscybot committed Aug 23, 2024
1 parent b9bc0a8 commit 3a42474
Show file tree
Hide file tree
Showing 5 changed files with 3,452 additions and 2,666 deletions.
1 change: 0 additions & 1 deletion .eslintignore

This file was deleted.

22 changes: 0 additions & 22 deletions .eslintrc.cjs

This file was deleted.

22 changes: 22 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import eslint from '@eslint/js'
import tseslint from 'typescript-eslint'
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended'

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
eslintPluginPrettierRecommended,
{
rules: {
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/consistent-type-exports': 'error',
},
ignores: ['dist/**/*'],
languageOptions: {
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
},
},
},
)
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,25 +31,24 @@
},
"devDependencies": {
"@react-leaflet/core": "^2.1.0",
"@types/leaflet": "^1.9.8",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"@types/react-is": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"cypress": "^13.6.4",
"eslint": "^8.56.0",
"@types/leaflet": "^1.9.12",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"cypress": "^13.13.3",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"leaflet": "^1.9.4",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-leaflet": "^4.2.1",
"semantic-release": "^23.0.0",
"typescript": "^5.3.3",
"vite": "^4.5.2"
"semantic-release": "^24.1.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.2.0",
"vite": "^5.4.2"
},
"peerDependencies": {
"leaflet": "^1.9.0",
Expand All @@ -58,9 +57,9 @@
"react-leaflet": "^4.0.0"
},
"dependencies": {
"react-is": "^18.0.0",
"react-is": "^18.3.1",
"react-reverse-portal": "^2.1.2",
"type-fest": "^4.10.3"
"type-fest": "^4.25.0"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 3a42474

Please sign in to comment.