Merge pull request #9278 from tchak/chore-update-dependencies
chore(npm): update javascript dependencies
This commit is contained in:
commit
d92a38a80b
2 changed files with 710 additions and 357 deletions
28
package.json
28
package.json
|
@ -4,31 +4,31 @@
|
|||
"@coldwired/turbo-stream": "^0.11.0",
|
||||
"@coldwired/utils": "^0.10.0",
|
||||
"@gouvfr/dsfr": "^1.7.2",
|
||||
"@graphiql/plugin-explorer": "^0.1.15",
|
||||
"@graphiql/toolkit": "^0.8.3",
|
||||
"@graphiql/plugin-explorer": "^0.2.0",
|
||||
"@graphiql/toolkit": "^0.8.4",
|
||||
"@headlessui/react": "^1.6.6",
|
||||
"@heroicons/react": "^1.0.6",
|
||||
"@hotwired/stimulus": "^3.2.1",
|
||||
"@hotwired/turbo": "^7.3.0",
|
||||
"@mapbox/mapbox-gl-draw": "^1.3.0",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@rails/actiontext": "^7.0.4",
|
||||
"@rails/activestorage": "^7.0.4",
|
||||
"@rails/ujs": "^7.0.4",
|
||||
"@rails/actiontext": "^7.0.6",
|
||||
"@rails/activestorage": "^7.0.6",
|
||||
"@rails/ujs": "^7.0.6",
|
||||
"@reach/combobox": "^0.17.0",
|
||||
"@reach/slider": "^0.17.0",
|
||||
"@sentry/browser": "7.50.0",
|
||||
"@sentry/browser": "7.57.0",
|
||||
"@stimulus/polyfills": "^2.0.0",
|
||||
"@tmcw/togeojson": "^5.6.0",
|
||||
"chartkick": "^5.0.1",
|
||||
"core-js": "^3.30.1",
|
||||
"core-js": "^3.31.0",
|
||||
"date-fns": "^2.30.0",
|
||||
"debounce": "^1.2.1",
|
||||
"dom4": "^2.1.6",
|
||||
"email-butler": "^1.0.13",
|
||||
"geojson": "^0.5.0",
|
||||
"graphiql": "^2.4.1",
|
||||
"graphql": "^16.6.0",
|
||||
"graphiql": "^3.0.0",
|
||||
"graphql": "^16.7.1",
|
||||
"highcharts": "^10.3.3",
|
||||
"intersection-observer": "^0.12.2",
|
||||
"is-hotkey": "^0.2.0",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"react-query": "^3.39.3",
|
||||
"sortablejs": "^1.15.0",
|
||||
"stimulus-use": "^0.52.0",
|
||||
"terser": "^5.17.1",
|
||||
"terser": "^5.18.2",
|
||||
"tiny-invariant": "^1.3.1",
|
||||
"trix": "^1.2.3",
|
||||
"turbo-polyfills": "^0.5.0",
|
||||
|
@ -62,14 +62,14 @@
|
|||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
||||
"@typescript-eslint/parser": "^5.59.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.61.0",
|
||||
"@typescript-eslint/parser": "^5.61.0",
|
||||
"@vitejs/plugin-legacy": "^4.0.3",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"axe-core": "^4.7.0",
|
||||
"axe-core": "^4.7.2",
|
||||
"del-cli": "^5.0.0",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint": "^8.44.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
|
|
Loading…
Reference in a new issue