mirror of https://github.com/rails/rails
test: update karma npm from 3.1.4 to 6.4.2
karma 3.x was stable in 2018, but 6.x is now the latest. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
This commit is contained in:
parent
c06888d8c3
commit
3f635e3a44
|
@ -24,11 +24,11 @@
|
|||
},
|
||||
"homepage": "https://rubyonrails.org/",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^11.0.1",
|
||||
"@rollup/plugin-commonjs": "^19.0.1",
|
||||
"@rollup/plugin-node-resolve": "^11.0.1",
|
||||
"eslint": "^4.3.0",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"karma": "^3.1.1",
|
||||
"karma": "^6.4.2",
|
||||
"karma-chrome-launcher": "^2.2.0",
|
||||
"karma-qunit": "^2.1.0",
|
||||
"karma-sauce-launcher": "^1.2.0",
|
||||
|
|
Loading…
Reference in New Issue