Skip to content

Commit a976c8f

Browse files
authored
Merge pull request #152 from Typeform/NOJIRA-1234/update-dependencies
feat(NOJIRA-1234): update dependencies
2 parents 4d730af + 65a1070 commit a976c8f

File tree

2 files changed

+570
-379
lines changed

2 files changed

+570
-379
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"module": "dist/index.esm.js",
2828
"typings": "dist/index.d.ts",
2929
"engines": {
30-
"node": ">=12"
30+
"node": ">=24"
3131
},
3232
"repository": {
3333
"type": "git",
@@ -56,37 +56,37 @@
5656
"yarn.lock"
5757
],
5858
"dependencies": {
59-
"axios": "^1.13.2"
59+
"axios": "^1.13.4"
6060
},
6161
"devDependencies": {
62-
"@commitlint/cli": "^8.1.0",
63-
"@commitlint/config-conventional": "^8.1.0",
62+
"@commitlint/cli": "^8.3.6",
63+
"@commitlint/config-conventional": "^8.3.6",
6464
"@istanbuljs/nyc-config-typescript": "^1.0.2",
6565
"@semantic-release/exec": "^7.1.0",
6666
"@typeform/eslint-config": "^6.0.3",
67-
"@types/jest": "^24.0.18",
67+
"@types/jest": "^24.9.1",
6868
"axios-mock-adapter": "^1.22.0",
69-
"eslint": "^8.43.0",
70-
"husky": "^4.0.0-beta.1",
71-
"in-publish": "^2.0.0",
69+
"eslint": "^8.57.1",
70+
"husky": "^4.3.8",
71+
"in-publish": "^2.0.1",
7272
"jest": "^28.1.0",
7373
"json-server": "^0.15.1",
7474
"lint-staged": "^13.2.2",
75-
"nodemon": "^1.19.2",
76-
"nyc": "^17.0.0",
75+
"nodemon": "^1.19.4",
76+
"nyc": "^17.0.1",
7777
"prettier": "^2.8.8",
78-
"rollup": "^1.21.2",
78+
"rollup": "^1.32.1",
7979
"rollup-plugin-commonjs": "^10.1.0",
8080
"rollup-plugin-copier": "^1.1.0",
8181
"rollup-plugin-json": "^4.0.0",
8282
"rollup-plugin-node-builtins": "^2.1.2",
8383
"rollup-plugin-node-globals": "^1.4.0",
8484
"rollup-plugin-node-resolve": "^5.2.0",
85-
"rollup-plugin-terser": "^5.1.1",
85+
"rollup-plugin-terser": "^5.3.1",
8686
"rollup-plugin-typescript2": "^0.24.1",
87-
"semantic-release": "^25.0.2",
87+
"semantic-release": "^25.0.3",
8888
"ts-jest": "^28.0.8",
89-
"tslib": "^2.6.2",
89+
"tslib": "^2.8.1",
9090
"typescript": "^4.9.5"
9191
},
9292
"jest": {

0 commit comments

Comments
 (0)