Skip to content

Commit

Permalink
Upgrade more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent cf32749 commit f225d09
Show file tree
Hide file tree
Showing 3 changed files with 840 additions and 1,858 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ This re-uses an already generated mocha test:

```bash
env DEBUG=locutus:* ./node_modules/.bin/mocha \
--compilers js:babel-register \
--require babel-register \
--reporter spec \
test/languages/php/array/test-natsort.js
```
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"lint:js": "eslint --ext .js,.jsx,.ts,.tsx .",
"lint": "npm-run-all --parallel 'lint:**'",
"playground:start": "cd test/browser && babel-node server.js",
"test:languages:noskip": "yarn build:tests:noskip && cross-env DEBUG='locutus:*' mocha --compilers js:babel-register --reporter spec --recursive test/languages --grep \"${TEST_GREP:-}\"",
"test:languages": "yarn build:tests && cross-env DEBUG='locutus:*' mocha --compilers js:babel-register --reporter spec --recursive test/languages --grep \"${TEST_GREP:-}\"",
"test:languages:noskip": "yarn build:tests:noskip && cross-env DEBUG='locutus:*' mocha --require babel-register --reporter spec --recursive test/languages --grep \"${TEST_GREP:-}\"",
"test:languages": "yarn build:tests && cross-env DEBUG='locutus:*' mocha --require babel-register --reporter spec --recursive test/languages --grep \"${TEST_GREP:-}\"",
"test:module": "babel-node test/module/module.js",
"test:util": "mocha --compilers js:babel-register --reporter spec test/util/",
"test:util": "mocha --require babel-register --reporter spec test/util/",
"test": "npm-run-all test:languages test:util test:module",
"website:install": "cd website && yarn",
"website:deploy": "cd website && yarn deploy",
Expand All @@ -67,8 +67,8 @@
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"browserify": "17.0.0",
"budo": "11.6.4",
"chai": "3.5.0",
"budo": "11.8.4",
"chai": "4",
"cross-env": "7.0.3",
"depurar": "0.3.0",
"es6-promise": "4.2.8",
Expand All @@ -83,16 +83,16 @@
"esprima": "4.0.1",
"globby": "4.1.0",
"indent-string": "2.1.0",
"js-yaml": "3.14.1",
"js-yaml": "4.1.0",
"lodash": "4.17.21",
"mkdirp": "1.0.4",
"mocha": "5.2.0",
"mocha": "10.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.2.5",
"prettier-plugin-packagejson": "^2.4.14",
"remark-cli": "^11.0.0",
"remark-toc": "^8.0.1",
"rimraf": "3.0.2"
"remark-cli": "^12.0.0",
"remark-toc": "^9.0.0",
"rimraf": "5.0.5"
},
"packageManager": "yarn@4.0.1+sha224.ca5d6f5a8aecd0801adc32f775675b01961bdc2383867d36f4732a0a",
"engines": {
Expand Down
Loading

0 comments on commit f225d09

Please sign in to comment.