Prep for 10.2.0 (#1077)

This commit is contained in:
Matt Triff 2022-11-29 13:44:43 -05:00 committed by GitHub
parent 312971acea
commit 5dbea2825a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 19 deletions

24
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "10.1.0", "version": "10.2.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "choices.js", "name": "choices.js",
"version": "10.1.0", "version": "10.2.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"deepmerge": "^4.2.2", "deepmerge": "^4.2.2",
@ -18,11 +18,11 @@
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9", "@babel/register": "^7.18.9",
"@types/chai": "^4.3.4", "@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0", "@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13", "@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9", "@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.44.0", "@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0", "babel-loader": "^9.1.0",
"bundlesize": "^0.18.1", "bundlesize": "^0.18.1",
@ -52,7 +52,7 @@
"postcss-cli": "^10.0.0", "postcss-cli": "^10.0.0",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"sass": "^1.56.1", "sass": "^1.56.1",
"sinon": "^14.0.2", "sinon": "^15.0.0",
"sinon-chai": "^3.7.0", "sinon-chai": "^3.7.0",
"stylelint": "^14.15.0", "stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0", "stylelint-config-standard": "^29.0.0",
@ -11600,9 +11600,9 @@
} }
}, },
"node_modules/sinon": { "node_modules/sinon": {
"version": "14.0.2", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.2.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.0.tgz",
"integrity": "sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==", "integrity": "sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@sinonjs/commons": "^2.0.0", "@sinonjs/commons": "^2.0.0",
@ -22263,9 +22263,9 @@
} }
}, },
"sinon": { "sinon": {
"version": "14.0.2", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/sinon/-/sinon-14.0.2.tgz", "resolved": "https://registry.npmjs.org/sinon/-/sinon-15.0.0.tgz",
"integrity": "sha512-PDpV0ZI3ZCS3pEqx0vpNp6kzPhHrLx72wA0G+ZLaaJjLIYeE0n8INlgaohKuGy7hP0as5tbUd23QWu5U233t+w==", "integrity": "sha512-pV97G1GbslaSJoSdy2F2z8uh5F+uPGp3ddOzA4JsBOUBLEQRz2OAqlKGRFTSh2KiqUCmHkzyAeu7R4x1Hx0wwg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@sinonjs/commons": "^2.0.0", "@sinonjs/commons": "^2.0.0",

View file

@ -1,6 +1,6 @@
{ {
"name": "choices.js", "name": "choices.js",
"version": "10.1.0", "version": "10.2.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",
@ -60,11 +60,11 @@
"@babel/preset-env": "^7.20.2", "@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9", "@babel/register": "^7.18.9",
"@types/chai": "^4.3.4", "@types/chai": "^4.3.4",
"@types/mocha": "^10.0.0", "@types/mocha": "^10.0.1",
"@types/sinon": "^10.0.13", "@types/sinon": "^10.0.13",
"@types/sinon-chai": "^3.2.9", "@types/sinon-chai": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.44.0", "@typescript-eslint/parser": "^5.45.0",
"autoprefixer": "^10.4.13", "autoprefixer": "^10.4.13",
"babel-loader": "^9.1.0", "babel-loader": "^9.1.0",
"bundlesize": "^0.18.1", "bundlesize": "^0.18.1",
@ -94,7 +94,7 @@
"postcss-cli": "^10.0.0", "postcss-cli": "^10.0.0",
"prettier": "^2.8.0", "prettier": "^2.8.0",
"sass": "^1.56.1", "sass": "^1.56.1",
"sinon": "^14.0.2", "sinon": "^15.0.0",
"sinon-chai": "^3.7.0", "sinon-chai": "^3.7.0",
"stylelint": "^14.15.0", "stylelint": "^14.15.0",
"stylelint-config-standard": "^29.0.0", "stylelint-config-standard": "^29.0.0",

View file

@ -1,4 +1,4 @@
/*! choices.js v10.1.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ /*! choices.js v10.2.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */
(function webpackUniversalModuleDefinition(root, factory) { (function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object') if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(); module.exports = factory();

View file

@ -1 +1 @@
/*! choices.js v10.1.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */ /*! choices.js v10.2.0 | © 2022 Josh Johnson | https://github.com/jshjohnson/Choices#readme */