Skip to content

Commit 0ca8776

Browse files
chore: update dependencies (#2382)
* chore: update dependencies * chore: add some major updates
1 parent e6d38cc commit 0ca8776

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

package.json

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -58,53 +58,53 @@
5858
"homepage": "https://ajv.js.org",
5959
"runkitExampleFilename": ".runkit_example.js",
6060
"dependencies": {
61-
"fast-deep-equal": "^3.1.1",
61+
"fast-deep-equal": "^3.1.3",
6262
"json-schema-traverse": "^1.0.0",
6363
"require-from-string": "^2.0.2",
64-
"uri-js": "^4.2.2"
64+
"uri-js": "^4.4.1"
6565
},
6666
"devDependencies": {
6767
"@ajv-validator/config": "^0.3.0",
68-
"@rollup/plugin-commonjs": "^24.0.0",
69-
"@rollup/plugin-json": "^6.0.0",
70-
"@rollup/plugin-node-resolve": "^15.0.1",
71-
"@rollup/plugin-typescript": "^10.0.1",
72-
"@types/chai": "^4.2.12",
73-
"@types/mocha": "^10.0.0",
74-
"@types/node": "^18.11.9",
75-
"@types/require-from-string": "^1.2.0",
76-
"@typescript-eslint/eslint-plugin": "^3.8.0",
77-
"@typescript-eslint/parser": "^3.8.0",
68+
"@rollup/plugin-commonjs": "^25.0.7",
69+
"@rollup/plugin-json": "^6.1.0",
70+
"@rollup/plugin-node-resolve": "^15.2.3",
71+
"@rollup/plugin-typescript": "^11.1.6",
72+
"@types/chai": "^4.3.11",
73+
"@types/mocha": "^10.0.6",
74+
"@types/node": "^20.11.19",
75+
"@types/require-from-string": "^1.2.3",
76+
"@typescript-eslint/eslint-plugin": "^3.10.1",
77+
"@typescript-eslint/parser": "^3.10.1",
7878
"ajv-formats": "^3.0.0-rc.0",
7979
"browserify": "^17.0.0",
80-
"chai": "^4.0.1",
81-
"cross-env": "^7.0.2",
82-
"dayjs": "^1.10.4",
80+
"chai": "^4.4.1",
81+
"cross-env": "^7.0.3",
82+
"dayjs": "^1.11.10",
8383
"dayjs-plugin-utc": "^0.1.2",
84-
"eslint": "^7.8.1",
85-
"eslint-config-prettier": "^7.0.0",
86-
"fast-uri": "^2.1.0",
87-
"glob": "^8.0.2",
88-
"husky": "^8.0.2",
89-
"if-node-version": "^1.0.0",
90-
"jimp": "^0.16.1",
91-
"js-beautify": "^1.7.3",
84+
"eslint": "^7.32.0",
85+
"eslint-config-prettier": "^7.2.0",
86+
"fast-uri": "^2.3.0",
87+
"glob": "^10.3.10",
88+
"husky": "^9.0.11",
89+
"if-node-version": "^1.1.1",
90+
"jimp": "^0.22.10",
91+
"js-beautify": "^1.15.1",
9292
"json-schema-test": "^2.0.0",
93-
"karma": "^6.0.0",
94-
"karma-chrome-launcher": "^3.0.0",
95-
"karma-mocha": "^2.0.0",
96-
"lint-staged": "^13.0.3",
97-
"mocha": "^10.0.0",
98-
"module-from-string": "^3.1.3",
99-
"node-fetch": "^3.0.0",
100-
"nyc": "^15.0.0",
101-
"prettier": "^2.3.1",
102-
"re2": "^1.16.0",
103-
"rollup": "^2.44.0",
93+
"karma": "^6.4.2",
94+
"karma-chrome-launcher": "^3.2.0",
95+
"karma-mocha": "^2.0.1",
96+
"lint-staged": "^15.2.2",
97+
"mocha": "^10.3.0",
98+
"module-from-string": "^3.3.0",
99+
"node-fetch": "^3.3.2",
100+
"nyc": "^15.1.0",
101+
"prettier": "^2.8.8",
102+
"re2": "^1.20.9",
103+
"rollup": "^2.79.1",
104104
"rollup-plugin-terser": "^7.0.2",
105-
"ts-node": "^10.0.0",
106-
"tsify": "^5.0.2",
107-
"typescript": "^4.8.0"
105+
"ts-node": "^10.9.2",
106+
"tsify": "^5.0.4",
107+
"typescript": "^4.9.5"
108108
},
109109
"collective": {
110110
"type": "opencollective",

0 commit comments

Comments
 (0)