chore(npm): update dependencies
This commit is contained in:
parent
04fbfa15b7
commit
ba590ff262
4 changed files with 247 additions and 455 deletions
|
@ -1,3 +1,4 @@
|
|||
import 'core-js/proposals/relative-indexing-method';
|
||||
import Rails from '@rails/ujs';
|
||||
import * as ActiveStorage from '@rails/activestorage';
|
||||
import * as Turbo from '@hotwired/turbo';
|
||||
|
|
27
package.json
27
package.json
|
@ -11,17 +11,17 @@
|
|||
"@hotwired/stimulus": "^3.2.1",
|
||||
"@hotwired/turbo": "^7.3.0",
|
||||
"@mapbox/mapbox-gl-draw": "^1.3.0",
|
||||
"@popperjs/core": "^2.11.6",
|
||||
"@popperjs/core": "^2.11.7",
|
||||
"@rails/actiontext": "^7.0.4",
|
||||
"@rails/activestorage": "^7.0.4",
|
||||
"@rails/ujs": "^7.0.4",
|
||||
"@reach/combobox": "^0.17.0",
|
||||
"@reach/slider": "^0.17.0",
|
||||
"@sentry/browser": "7.47.0",
|
||||
"@sentry/browser": "7.50.0",
|
||||
"@stimulus/polyfills": "^2.0.0",
|
||||
"@tmcw/togeojson": "^5.6.0",
|
||||
"chartkick": "^5.0.1",
|
||||
"core-js": "^3.30.0",
|
||||
"core-js": "^3.30.1",
|
||||
"date-fns": "^2.29.3",
|
||||
"debounce": "^1.2.1",
|
||||
"dom4": "^2.1.6",
|
||||
|
@ -42,7 +42,7 @@
|
|||
"react-query": "^3.39.3",
|
||||
"sortablejs": "^1.15.0",
|
||||
"stimulus-use": "^0.52.0",
|
||||
"terser": "^5.16.9",
|
||||
"terser": "^5.17.1",
|
||||
"tiny-invariant": "^1.3.1",
|
||||
"trix": "^1.2.3",
|
||||
"turbo-polyfills": "^0.5.0",
|
||||
|
@ -62,24 +62,23 @@
|
|||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@types/sortablejs": "^1.15.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.58.0",
|
||||
"@typescript-eslint/parser": "^5.58.0",
|
||||
"@vitejs/plugin-legacy": "^4.0.2",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
||||
"@typescript-eslint/parser": "^5.59.1",
|
||||
"@vitejs/plugin-legacy": "^4.0.3",
|
||||
"@vitejs/plugin-react": "^4.0.0",
|
||||
"autoprefixer": "^10.4.14",
|
||||
"axe-core": "^4.6.3",
|
||||
"axe-core": "^4.7.0",
|
||||
"del-cli": "^5.0.0",
|
||||
"eslint": "^8.38.0",
|
||||
"eslint": "^8.39.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.32.2",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"jsdom": "^21.1.1",
|
||||
"postcss": "^8.4.21",
|
||||
"prettier": "^2.8.7",
|
||||
"postcss": "^8.4.23",
|
||||
"prettier": "^2.8.8",
|
||||
"typescript": "^5.0.4",
|
||||
"vite": "^4.2.0",
|
||||
"vite": "^4.3.3",
|
||||
"vite-plugin-full-reload": "^1.0.5",
|
||||
"vite-plugin-ruby": "^3.2.0",
|
||||
"vitest": "^0.30.1"
|
||||
|
|
|
@ -6,7 +6,7 @@ import RubyPlugin from 'vite-plugin-ruby';
|
|||
|
||||
const plugins = [
|
||||
RubyPlugin(),
|
||||
ViteReact({ jsxRuntime: 'classic', fastRefresh: false }),
|
||||
ViteReact({ jsxRuntime: 'classic' }),
|
||||
FullReload(['config/routes.rb', 'app/views/**/*'], { delay: 200 })
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue