chore(npm): update dependencies
This commit is contained in:
parent
2fe40343a7
commit
d2535196bd
2 changed files with 18 additions and 20 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
38
package.json
38
package.json
|
@ -6,7 +6,7 @@
|
|||
"@coldwired/turbo-stream": "^0.15.1",
|
||||
"@coldwired/utils": "^0.13.0",
|
||||
"@formatjs/intl-listformat": "^7.5.7",
|
||||
"@frsource/autoresize-textarea": "^2.0.82",
|
||||
"@frsource/autoresize-textarea": "^2.0.87",
|
||||
"@gouvfr/dsfr": "^1.11.2",
|
||||
"@graphiql/plugin-explorer": "^3.1.0",
|
||||
"@graphiql/toolkit": "^0.9.1",
|
||||
|
@ -20,7 +20,7 @@
|
|||
"@rails/activestorage": "^7.1.3-4",
|
||||
"@rails/ujs": "^7.1.3-4",
|
||||
"@reach/slider": "^0.17.0",
|
||||
"@sentry/browser": "8.15.0",
|
||||
"@sentry/browser": "8.20.0",
|
||||
"@tiptap/core": "^2.2.4",
|
||||
"@tiptap/extension-bold": "^2.2.4",
|
||||
"@tiptap/extension-bullet-list": "^2.2.4",
|
||||
|
@ -42,29 +42,29 @@
|
|||
"@tiptap/extension-underline": "^2.2.4",
|
||||
"@tiptap/pm": "^2.2.4",
|
||||
"@tiptap/suggestion": "^2.2.4",
|
||||
"@tmcw/togeojson": "^5.6.0",
|
||||
"@tmcw/togeojson": "^5.8.1",
|
||||
"chartkick": "^5.0.1",
|
||||
"core-js": "^3.37.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"debounce": "^2.1.0",
|
||||
"geojson": "^0.5.0",
|
||||
"graphiql": "^3.3.2",
|
||||
"graphql": "^16.8.1",
|
||||
"graphql": "^16.9.0",
|
||||
"highcharts": "^10.3.3",
|
||||
"lightgallery": "^2.7.2",
|
||||
"maplibre-gl": "^1.15.2",
|
||||
"match-sorter": "^6.3.4",
|
||||
"patch-package": "^8.0.0",
|
||||
"react": "^18.3.1",
|
||||
"react-aria-components": "^1.2.1",
|
||||
"react-aria-components": "^1.3.1",
|
||||
"react-coordinate-input": "^1.0.0",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-popper": "^2.3.0",
|
||||
"react-use-event-hook": "^0.9.6",
|
||||
"spectaql": "^2.3.1",
|
||||
"spectaql": "^3.0.1",
|
||||
"stimulus-use": "^0.52.2",
|
||||
"superstruct": "^2.0.2",
|
||||
"terser": "^5.31.1",
|
||||
"terser": "^5.31.3",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"tippy.js": "^6.3.7",
|
||||
"trix": "^1.2.3",
|
||||
|
@ -87,29 +87,28 @@
|
|||
"@types/react": "^18.3.3",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/sortablejs": "^1.15.8",
|
||||
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
||||
"@typescript-eslint/parser": "^7.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
||||
"@typescript-eslint/parser": "^7.17.0",
|
||||
"@vitejs/plugin-react": "^4.3.1",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"del-cli": "^5.1.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"eslint-plugin-react": "^7.34.3",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-react": "^7.35.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.2",
|
||||
"jsdom": "^24.1.0",
|
||||
"postcss": "^8.4.39",
|
||||
"jsdom": "^24.1.1",
|
||||
"postcss": "^8.4.40",
|
||||
"prettier": "^3.3.2",
|
||||
"typescript": "^5.5.3",
|
||||
"vite": "^5.3.3",
|
||||
"vite-plugin-full-reload": "^1.1.0",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.3.5",
|
||||
"vite-plugin-full-reload": "^1.2.0",
|
||||
"vite-plugin-ruby": "^5.0.0",
|
||||
"vitest": "^2.0.0"
|
||||
"vitest": "^2.0.4"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "del tmp public/graphql && bin/vite clobber",
|
||||
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx ./app/javascript",
|
||||
"webpack:build": "NODE_ENV=production bin/webpack",
|
||||
"lint:types": "tsc",
|
||||
"graphql:doc:build": "RAILS_ENV=production bin/rake graphql:schema:idl && spectaql spectaql_config.yml",
|
||||
"postinstall": "patch-package",
|
||||
|
@ -120,8 +119,7 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"string-width": "4.2.2",
|
||||
"wrap-ansi": "7.0.0",
|
||||
"graphql": "16.8.1"
|
||||
"wrap-ansi": "7.0.0"
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"core-js",
|
||||
|
|
Loading…
Reference in a new issue