Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 25, 2024
1 parent 8e6e565 commit 488fd9c
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,26 @@
"type": "module",
"dependencies": {
"ansi-colors": "^4.1.3",
"glob": "^10.2.3",
"glob": "^11.0.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"puppeteer": "^20.2.0",
"puppeteer": "^23.4.0",
"raw-loader": "^4.0.2",
"readable-stream": "^4.4.0",
"rimraf": "^5.0.0",
"readable-stream": "^4.5.2",
"rimraf": "^6.0.1",
"st": "^3.0.0",
"stream-browserify": "^3.0.0",
"strip-ansi": "^7.0.1",
"webpack": "^5.82.1",
"webpack-merge": "^5.8.0",
"strip-ansi": "^7.1.0",
"webpack": "^5.94.0",
"webpack-merge": "^6.0.1",
"yargs": "^17.7.2"
},
"bin": {
"polendina": "./polendina-cli.js",
"polendina-node": "./polendina-node-cli.js"
},
"scripts": {
"lint": "npm_config_yes=true npx standard",
"lint": "standard",
"test:install": "for f in $(cd test/fixtures/; ls); do (cd test/fixtures/$f && grep devDependencies package.json > /dev/null && npm i --no-audit --no-fund --no-package-lock) || true; done",
"test:run": "npm_config_yes=true npx mocha test/test-*.js",
"test": "npm run lint && npm run test:install && npm run test:run"
Expand Down Expand Up @@ -126,5 +126,8 @@
"@semantic-release/github",
"@semantic-release/git"
]
},
"devDependencies": {
"standard": "^17.1.2"
}
}
1 change: 0 additions & 1 deletion test/fixtures/bare-sync-esm/test-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { assert } from 'chai'
import index from './index.js'

Expand Down
1 change: 0 additions & 1 deletion test/fixtures/bare-sync-esm/test/test-3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import { assert } from 'chai'
import index from '../index.js'

Expand Down
1 change: 0 additions & 1 deletion test/fixtures/bare-sync/test-2.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const { assert } = require('chai')
const index = require('./')

Expand Down
1 change: 0 additions & 1 deletion test/fixtures/bare-sync/test/test-3.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

const { assert } = require('chai')
const index = require('../')

Expand Down

0 comments on commit 488fd9c

Please sign in to comment.