Merge pull request #1011 from Choices-js/prep-10-1-0

Prep for 10.1.0
This commit is contained in:
Matt Triff 2022-02-13 21:49:32 -05:00 committed by GitHub
commit 08d4f1fee7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 653 additions and 523 deletions

1128
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "10.0.0", "version": "10.1.0",
"description": "A vanilla JS customisable text input/select box plugin", "description": "A vanilla JS customisable text input/select box plugin",
"main": "./public/assets/scripts/choices.js", "main": "./public/assets/scripts/choices.js",
"types": "./public/types/src/index.d.ts", "types": "./public/types/src/index.d.ts",
@ -56,27 +56,27 @@
"js" "js"
], ],
"devDependencies": { "devDependencies": {
"@babel/core": "^7.16.7", "@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.8", "@babel/preset-env": "^7.16.11",
"@babel/register": "^7.16.9", "@babel/register": "^7.17.0",
"@types/chai": "^4.3.0", "@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0", "@types/mocha": "^9.1.0",
"@types/sinon": "^10.0.6", "@types/sinon": "^10.0.11",
"@types/sinon-chai": "^3.2.8", "@types/sinon-chai": "^3.2.8",
"@typescript-eslint/eslint-plugin": "^5.9.1", "@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.9.1", "@typescript-eslint/parser": "^5.11.0",
"autoprefixer": "^10.4.2", "autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3", "babel-loader": "^8.2.3",
"bundlesize": "^0.18.1", "bundlesize": "^0.18.1",
"chai": "^4.3.4", "chai": "^4.3.6",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"csso-cli": "^3.0.0", "csso-cli": "^3.0.0",
"cypress": "9.2.1", "cypress": "9.4.1",
"eslint": "^8.6.0", "eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^16.1.0", "eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0", "eslint-config-prettier": "^8.3.0",
"eslint-plugin-compat": "4.0.1", "eslint-plugin-compat": "4.0.2",
"eslint-plugin-cypress": "^2.12.1", "eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.4", "eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0", "eslint-plugin-prettier": "^4.0.0",
@ -85,26 +85,26 @@
"express": "^4.17.2", "express": "^4.17.2",
"husky": "^7.0.4", "husky": "^7.0.4",
"jsdom": "^19.0.0", "jsdom": "^19.0.0",
"lint-staged": "^12.1.7", "lint-staged": "^12.3.4",
"mocha": "^9.1.3", "mocha": "^9.2.0",
"nodemon": "^2.0.15", "nodemon": "^2.0.15",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"nyc": "^15.1.0", "nyc": "^15.1.0",
"postcss": "^8.4.5", "postcss": "^8.4.6",
"postcss-cli": "^9.1.0", "postcss-cli": "^9.1.0",
"prettier": "^2.5.1", "prettier": "^2.5.1",
"sass": "^1.48.0", "sass": "^1.49.7",
"sinon": "^12.0.1", "sinon": "^13.0.1",
"sinon-chai": "^3.7.0", "sinon-chai": "^3.7.0",
"stylelint": "^14.2.0", "stylelint": "^14.5.0",
"stylelint-config-standard": "^24.0.0", "stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0", "stylelint-config-standard-scss": "^3.0.0",
"ts-loader": "^9.2.6", "ts-loader": "^9.2.6",
"ts-node": "^10.4.0", "ts-node": "^10.5.0",
"typescript": "^4.5.4", "typescript": "^4.5.5",
"webpack": "^5.66.0", "webpack": "^5.68.0",
"webpack-cli": "^4.9.1", "webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.0", "webpack-dev-middleware": "^5.3.1",
"webpack-hot-middleware": "^2.25.1" "webpack-hot-middleware": "^2.25.1"
}, },
"dependencies": { "dependencies": {