Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit fb6a669

Browse files
authored
Merge pull request #21 from axa-ch/feat/upgraded-outdated-deps
Feat/upgraded outdated deps
2 parents 33ba50a + 020fd0c commit fb6a669

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

package.json

+26-26
Original file line numberDiff line numberDiff line change
@@ -9,43 +9,43 @@
99
"test": "tests"
1010
},
1111
"dependencies": {
12-
"@babel/polyfill": "^7.2.5"
12+
"@babel/polyfill": "^7.8.3"
1313
},
1414
"devDependencies": {
1515
"@adobe/jsonschema2md": "^4.0.10",
16-
"@babel/cli": "^7.2.3",
17-
"@babel/core": "^7.3.3",
18-
"@babel/plugin-proposal-export-default-from": "^7.2.0",
19-
"@babel/preset-env": "^7.3.1",
16+
"@babel/cli": "^7.8.3",
17+
"@babel/core": "^7.8.3",
18+
"@babel/plugin-proposal-export-default-from": "^7.8.3",
19+
"@babel/preset-env": "^7.8.3",
2020
"@commitlint/cli": "^8.3.5",
2121
"@commitlint/config-conventional": "^8.3.4",
2222
"@semantic-release/changelog": "^3.0.6",
2323
"@semantic-release/git": "^8.0.0",
24-
"ajv": "^6.10.0",
24+
"ajv": "^6.11.0",
2525
"ajv-cli": "^3.0.0",
26-
"cross-env": "^5.2.0",
26+
"cross-env": "^5.2.1",
2727
"doctoc": "^1.4.0",
28-
"eslint": "^5.14.1",
29-
"eslint-config-airbnb": "^17.1.0",
30-
"eslint-config-prettier": "^4.0.0",
31-
"eslint-plugin-import": "^2.16.0",
32-
"eslint-plugin-jsx-a11y": "^6.2.1",
33-
"eslint-plugin-prettier": "^3.0.1",
34-
"eslint-plugin-react": "^7.12.4",
35-
"glob": "^7.1.3",
36-
"husky": "^1.3.1",
37-
"lint-staged": "^8.1.4",
38-
"prettier": "^1.16.4",
39-
"qunit": "^2.9.2",
28+
"eslint": "^5.16.0",
29+
"eslint-config-airbnb": "^17.1.1",
30+
"eslint-config-prettier": "^4.3.0",
31+
"eslint-plugin-import": "^2.20.0",
32+
"eslint-plugin-jsx-a11y": "^6.2.3",
33+
"eslint-plugin-prettier": "^3.1.2",
34+
"eslint-plugin-react": "^7.18.0",
35+
"glob": "^7.1.6",
36+
"husky": "^4.2.0",
37+
"lint-staged": "^8.2.1",
38+
"prettier": "^1.19.1",
39+
"qunit": "^2.9.3",
4040
"request": "^2.65.0",
41-
"rimraf": "^2.6.3",
42-
"rollup": "^1.2.2",
43-
"rollup-plugin-babel": "^4.3.2",
44-
"rollup-plugin-filesize": "^6.0.1",
45-
"rollup-plugin-node-resolve": "^4.0.1",
41+
"rimraf": "^2.7.1",
42+
"rollup": "^1.29.1",
43+
"rollup-plugin-babel": "^4.3.3",
44+
"rollup-plugin-filesize": "^6.2.1",
45+
"rollup-plugin-node-resolve": "^4.2.4",
4646
"rollup-plugin-optimize-js": "0.0.4",
47-
"rollup-plugin-uglify": "^6.0.2",
48-
"semantic-release": "^16.0.2"
47+
"rollup-plugin-uglify": "^6.0.4",
48+
"semantic-release": "^16.0.3"
4949
},
5050
"scripts": {
5151
"lint": "eslint src tests",

0 commit comments

Comments
 (0)