chore(npm): update build dependencies
This commit is contained in:
parent
40befbccc3
commit
7f2a7e18d3
4 changed files with 812 additions and 557 deletions
16
Gemfile.lock
16
Gemfile.lock
|
@ -215,13 +215,13 @@ GEM
|
|||
dotenv-rails (2.7.6)
|
||||
dotenv (= 2.7.6)
|
||||
railties (>= 3.2)
|
||||
dry-cli (0.7.0)
|
||||
dry-cli (1.0.0)
|
||||
dry-inflector (0.2.0)
|
||||
dumb_delegator (1.0.0)
|
||||
ecma-re-validator (0.3.0)
|
||||
regexp_parser (~> 2.0)
|
||||
encryptor (3.0.0)
|
||||
erubi (1.11.0)
|
||||
erubi (1.12.0)
|
||||
et-orbi (1.2.4)
|
||||
tzinfo
|
||||
ethon (0.15.0)
|
||||
|
@ -416,8 +416,8 @@ GEM
|
|||
rake
|
||||
mini_magick (4.11.0)
|
||||
mini_mime (1.1.2)
|
||||
mini_portile2 (2.8.0)
|
||||
minitest (5.16.3)
|
||||
mini_portile2 (2.8.1)
|
||||
minitest (5.17.0)
|
||||
msgpack (1.4.2)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.1.1)
|
||||
|
@ -491,8 +491,8 @@ GEM
|
|||
pundit (2.2.0)
|
||||
activesupport (>= 3.0.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.6.1)
|
||||
rack (2.2.4)
|
||||
racc (1.6.2)
|
||||
rack (2.2.5)
|
||||
rack-attack (6.5.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rack-mini-profiler (3.0.0)
|
||||
|
@ -749,8 +749,8 @@ GEM
|
|||
vite_rails (3.0.13)
|
||||
railties (>= 5.1, < 8)
|
||||
vite_ruby (~> 3.0, >= 3.2.2)
|
||||
vite_ruby (3.2.11)
|
||||
dry-cli (~> 0.7.0)
|
||||
vite_ruby (3.2.14)
|
||||
dry-cli (>= 0.7, < 2)
|
||||
rack-proxy (~> 0.6, >= 0.6.1)
|
||||
zeitwerk (~> 2.2)
|
||||
warden (1.2.9)
|
||||
|
|
|
@ -30,10 +30,8 @@ export class FileUploadError extends Error {
|
|||
|
||||
// Prevent the constructor stacktrace from being included.
|
||||
// (it messes up with Sentry issues grouping)
|
||||
if ('captureStackTrace' in Error) {
|
||||
// V8-only
|
||||
//Error.captureStackTrace(this, this.constructor);
|
||||
} else {
|
||||
const hasCaptureStackTrace = 'captureStackTrace' in Error;
|
||||
if (!hasCaptureStackTrace) {
|
||||
this.stack = new Error().stack;
|
||||
}
|
||||
}
|
||||
|
|
36
package.json
36
package.json
|
@ -18,7 +18,7 @@
|
|||
"@stimulus/polyfills": "^2.0.0",
|
||||
"@tmcw/togeojson": "^5.2.2",
|
||||
"chartkick": "^4.2.0",
|
||||
"core-js": "^3.24.1",
|
||||
"core-js": "^3.27.1",
|
||||
"debounce": "^1.2.1",
|
||||
"dom4": "^2.1.6",
|
||||
"email-butler": "^1.0.13",
|
||||
|
@ -31,7 +31,7 @@
|
|||
"maplibre-gl": "^1.15.2",
|
||||
"match-sorter": "^6.2.0",
|
||||
"morphdom": "^2.6.1",
|
||||
"patch-package": "^6.4.7",
|
||||
"patch-package": "^6.5.1",
|
||||
"react": "^18.2.0",
|
||||
"react-coordinate-input": "^1.0.0",
|
||||
"react-dom": "^18.2.0",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"react-query": "^3.39.2",
|
||||
"sortablejs": "^1.15.0",
|
||||
"stimulus-use": "^0.51.1",
|
||||
"terser": "^5.15.1",
|
||||
"terser": "^5.16.1",
|
||||
"tiny-invariant": "^1.3.1",
|
||||
"trix": "^1.2.3",
|
||||
"turbo-polyfills": "^0.3.1",
|
||||
|
@ -59,27 +59,27 @@
|
|||
"@types/react": "^17.0.43",
|
||||
"@types/react-dom": "^17.0.14",
|
||||
"@types/sortablejs": "^1.15.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.43.0",
|
||||
"@typescript-eslint/parser": "^5.43.0",
|
||||
"@vitejs/plugin-legacy": "^2.0.0",
|
||||
"@vitejs/plugin-react": "^2.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.48.1",
|
||||
"@typescript-eslint/parser": "^5.48.1",
|
||||
"@vitejs/plugin-legacy": "^3.0.1",
|
||||
"@vitejs/plugin-react": "^3.0.1",
|
||||
"@vitejs/plugin-react-refresh": "^1.3.0",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"axe-core": "^4.4.3",
|
||||
"axe-core": "^4.6.2",
|
||||
"del-cli": "^5.0.0",
|
||||
"eslint": "^8.27.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"eslint-plugin-react": "^7.31.10",
|
||||
"eslint-plugin-react": "^7.32.0",
|
||||
"eslint-plugin-react-hooks": "^4.6.0",
|
||||
"jsdom": "^20.0.2",
|
||||
"postcss": "^8.4.19",
|
||||
"prettier": "^2.7.1",
|
||||
"typescript": "^4.8.4",
|
||||
"vite": "^3.2.0",
|
||||
"vite-plugin-full-reload": "^1.0.4",
|
||||
"jsdom": "^21.0.0",
|
||||
"postcss": "^8.4.21",
|
||||
"prettier": "^2.8.2",
|
||||
"typescript": "^4.9.4",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-full-reload": "^1.0.5",
|
||||
"vite-plugin-ruby": "^3.1.2",
|
||||
"vitest": "^0.25.2"
|
||||
"vitest": "^0.27.1"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "del tmp public/graphql && bin/vite clobber",
|
||||
|
|
Loading…
Reference in a new issue