Skip to content

Commit

Permalink
Update packages with recent bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrotherham committed Jan 8, 2024
1 parent 06307ca commit f4516b4
Show file tree
Hide file tree
Showing 8 changed files with 423 additions and 895 deletions.
2 changes: 1 addition & 1 deletion dist/accessible-autocomplete.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/accessible-autocomplete.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/accessible-autocomplete.preact.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/accessible-autocomplete.preact.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/accessible-autocomplete.react.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/lib/accessible-autocomplete.react.min.js.map

Large diffs are not rendered by default.

1,286 changes: 407 additions & 879 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,22 @@
"wdio": "npm run build wdio:test && git checkout dist/"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/core": "^7.23.7",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.23.3",
"@babel/register": "^7.22.15",
"@wdio/cli": "^7.33.0",
"@wdio/local-runner": "^7.33.0",
"@babel/preset-env": "^7.23.7",
"@babel/register": "^7.23.7",
"@wdio/cli": "^7.34.0",
"@wdio/local-runner": "^7.34.0",
"@wdio/mocha-framework": "^7.33.0",
"@wdio/sauce-service": "^7.33.0",
"@wdio/sauce-service": "^7.34.0",
"@wdio/spec-reporter": "^7.33.0",
"@wdio/static-server-service": "^7.33.0",
"babel-loader": "^8.3.0",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.10",
"chai": "^4.4.0",
"chalk": "^5.3.0",
"core-js": "^3.33.3",
"core-js": "^3.35.0",
"cross-env": "^7.0.3",
"csso-cli": "^4.0.2",
"dotenv": "^16.3.1",
Expand All @@ -61,11 +61,11 @@
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"preact": "^8.5.3",
"puppeteer": "^21.5.2",
"puppeteer": "^21.7.0",
"source-map-loader": "^1.1.3",
"standard": "^17.1.0",
"terser-webpack-plugin": "^4.2.3",
"webdriverio": "^7.33.0",
"webdriverio": "^7.34.0",
"webpack": "^4.47.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
Expand Down

0 comments on commit f4516b4

Please sign in to comment.