Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @blueprintjs/core@4.11.6
 - @blueprintjs/datetime@4.4.6
 - @blueprintjs/datetime2@0.8.2
 - @blueprintjs/demo-app@4.11.6
 - @blueprintjs/docs-app@4.11.7
 - @blueprintjs/docs-data@4.11.6
 - @blueprintjs/docs-theme@4.4.14
 - @blueprintjs/eslint-config@2.6.2
 - @blueprintjs/eslint-plugin@2.5.2
 - @blueprintjs/icons@4.10.0
 - @blueprintjs/karma-build-scripts@4.0.4
 - @blueprintjs/landing-app@4.11.6
 - @blueprintjs/popover2@1.8.1
 - @blueprintjs/select@4.8.6
 - @blueprintjs/table-dev-app@4.7.6
 - @blueprintjs/table@4.7.6
 - @blueprintjs/test-commons@1.1.2
 - @blueprintjs/timezone@4.5.6
 - @blueprintjs/webpack-build-scripts@4.0.3
  • Loading branch information
adidahiya committed Oct 31, 2022
1 parent 75dc80c commit 98e89b2
Show file tree
Hide file tree
Showing 19 changed files with 77 additions and 77 deletions.
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/core",
"version": "4.11.5",
"version": "4.11.6",
"description": "Core styles & components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@blueprintjs/colors": "^4.1.8",
"@blueprintjs/icons": "^4.9.0",
"@blueprintjs/icons": "^4.10.0",
"@juggle/resize-observer": "^3.4.0",
"@types/dom4": "^2.0.2",
"classnames": "^2.3.1",
Expand All @@ -69,9 +69,9 @@
}
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^4.0.3",
"@blueprintjs/karma-build-scripts": "^4.0.4",
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/test-commons": "^1.1.2",
"@testing-library/react": "^11.2.5",
"@vgrid/sass-inline-svg": "^1.0.1",
"enzyme": "^3.11.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/datetime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime",
"version": "4.4.5",
"version": "4.4.6",
"description": "Components for interacting with dates and times",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/core": "^4.11.6",
"classnames": "^2.3.1",
"react-day-picker": "7.4.9",
"tslib": "~2.3.1"
Expand All @@ -52,9 +52,9 @@
},
"devDependencies": {
"@blueprintjs/colors": "^4.1.8",
"@blueprintjs/karma-build-scripts": "^4.0.3",
"@blueprintjs/karma-build-scripts": "^4.0.4",
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/test-commons": "^1.1.2",
"enzyme": "^3.11.0",
"karma": "^6.4.1",
"mocha": "^10.1.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/datetime2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/datetime2",
"version": "0.8.1",
"version": "0.8.2",
"description": "Components for interacting with dates and times with timezones",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,10 +35,10 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/datetime": "^4.4.5",
"@blueprintjs/popover2": "^1.8.0",
"@blueprintjs/select": "^4.8.5",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/datetime": "^4.4.6",
"@blueprintjs/popover2": "^1.8.1",
"@blueprintjs/select": "^4.8.6",
"classnames": "^2.3.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.4",
Expand All @@ -57,9 +57,9 @@
},
"devDependencies": {
"@blueprintjs/colors": "^4.1.8",
"@blueprintjs/karma-build-scripts": "^4.0.3",
"@blueprintjs/karma-build-scripts": "^4.0.4",
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/test-commons": "^1.1.2",
"@types/lodash": "~4.14.186",
"enzyme": "^3.11.0",
"karma": "^6.4.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/demo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/demo-app",
"version": "4.11.5",
"version": "4.11.6",
"description": "Blueprint Demo App",
"private": true,
"scripts": {
Expand All @@ -16,13 +16,13 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/datetime": "^4.4.5",
"@blueprintjs/icons": "^4.9.0",
"@blueprintjs/popover2": "^1.8.0",
"@blueprintjs/select": "^4.8.5",
"@blueprintjs/table": "^4.7.5",
"@blueprintjs/timezone": "^4.5.5",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/datetime": "^4.4.6",
"@blueprintjs/icons": "^4.10.0",
"@blueprintjs/popover2": "^1.8.1",
"@blueprintjs/select": "^4.8.6",
"@blueprintjs/table": "^4.7.6",
"@blueprintjs/timezone": "^4.5.6",
"classnames": "^2.3.1",
"core-js": "^3.26.0",
"dom4": "^2.1.5",
Expand All @@ -36,7 +36,7 @@
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/webpack-build-scripts": "^4.0.2",
"@blueprintjs/webpack-build-scripts": "^4.0.3",
"@types/lodash": "~4.14.186",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
Expand Down
26 changes: 13 additions & 13 deletions packages/docs-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-app",
"version": "4.11.6",
"version": "4.11.7",
"description": "Blueprint Documentation Site",
"private": true,
"scripts": {
Expand All @@ -16,17 +16,17 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/datetime": "^4.4.5",
"@blueprintjs/datetime2": "^0.8.1",
"@blueprintjs/docs-data": "^4.11.5",
"@blueprintjs/docs-theme": "^4.4.13",
"@blueprintjs/icons": "^4.9.0",
"@blueprintjs/popover2": "^1.8.0",
"@blueprintjs/select": "^4.8.5",
"@blueprintjs/table": "^4.7.5",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/timezone": "^4.5.5",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/datetime": "^4.4.6",
"@blueprintjs/datetime2": "^0.8.2",
"@blueprintjs/docs-data": "^4.11.6",
"@blueprintjs/docs-theme": "^4.4.14",
"@blueprintjs/icons": "^4.10.0",
"@blueprintjs/popover2": "^1.8.1",
"@blueprintjs/select": "^4.8.6",
"@blueprintjs/table": "^4.7.6",
"@blueprintjs/test-commons": "^1.1.2",
"@blueprintjs/timezone": "^4.5.6",
"@documentalist/client": "^4.0.0",
"chroma-js": "^2.1.0",
"classnames": "^2.3.1",
Expand All @@ -47,7 +47,7 @@
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/webpack-build-scripts": "^4.0.2",
"@blueprintjs/webpack-build-scripts": "^4.0.3",
"@types/chroma-js": "~2.1.4",
"@types/downloadjs": "~1.4.3",
"@types/lodash": "~4.14.186",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs-data/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-data",
"version": "4.11.5",
"version": "4.11.6",
"main": "src/index.js",
"types": "src/index.d.ts",
"private": true,
Expand All @@ -10,8 +10,8 @@
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/docs-theme": "^4.4.13",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/docs-theme": "^4.4.14",
"@documentalist/compiler": "^4.0.0",
"better-handlebars": "github:wmeldon/better-handlebars",
"glob": "^8.0.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/docs-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/docs-theme",
"version": "4.4.13",
"version": "4.4.14",
"description": "Blueprint theme for documentalist",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -30,8 +30,8 @@
"verify": "npm-run-all compile -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/select": "^4.8.5",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/select": "^4.8.6",
"@documentalist/client": "^4.0.0",
"classnames": "^2.3.1",
"fuzzaldrin-plus": "^0.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@blueprintjs/eslint-config",
"version": "2.6.1",
"version": "2.6.2",
"description": "ESLint configuration for @blueprintjs packages",
"dependencies": {
"@blueprintjs/eslint-plugin": "^2.5.1",
"@blueprintjs/eslint-plugin": "^2.5.2",
"@blueprintjs/tslint-config": "^3.3.1",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/eslint-plugin-tslint": "^5.38.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/eslint-plugin",
"version": "2.5.1",
"version": "2.5.2",
"description": "ESLint rules for use with @blueprintjs packages",
"main": "lib/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/icons",
"version": "4.9.0",
"version": "4.10.0",
"description": "Components, fonts, icons, and css files for creating and displaying icons.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/test-commons": "^1.1.2",
"@types/svgo": "~1.3.6",
"enzyme": "^3.11.0",
"fantasticon": "^1.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/karma-build-scripts/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@blueprintjs/karma-build-scripts",
"version": "4.0.3",
"version": "4.0.4",
"description": "Karma build scripts for @blueprintjs packages",
"type": "module",
"main": "index.mjs",
"scripts": {
"test": "exit 0"
},
"dependencies": {
"@blueprintjs/webpack-build-scripts": "^4.0.2",
"@blueprintjs/webpack-build-scripts": "^4.0.3",
"istanbul-instrumenter-loader": "^3.0.1",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/landing-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/landing-app",
"version": "4.11.5",
"version": "4.11.6",
"description": "Blueprint landing page",
"private": true,
"scripts": {
Expand All @@ -16,14 +16,14 @@
"verify": "run-p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/icons": "^4.9.0",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/icons": "^4.10.0",
"classnames": "^2.3.1",
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "^4.0.2",
"@blueprintjs/webpack-build-scripts": "^4.0.3",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/popover2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/popover2",
"version": "1.8.0",
"version": "1.8.1",
"description": "Popover2 and dependent components",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/core": "^4.11.6",
"@juggle/resize-observer": "^3.4.0",
"@popperjs/core": "^2.11.6",
"classnames": "^2.3.1",
Expand All @@ -54,9 +54,9 @@
}
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^4.0.3",
"@blueprintjs/karma-build-scripts": "^4.0.4",
"@blueprintjs/node-build-scripts": "^6.0.0",
"@blueprintjs/test-commons": "^1.1.1",
"@blueprintjs/test-commons": "^1.1.2",
"enzyme": "^3.11.0",
"karma": "^6.4.1",
"mocha": "^10.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/select",
"version": "4.8.5",
"version": "4.8.6",
"description": "Components related to selecting items from a list",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down Expand Up @@ -35,8 +35,8 @@
"verify": "npm-run-all compile -p dist test lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/popover2": "^1.8.0",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/popover2": "^1.8.1",
"classnames": "^2.3.1",
"tslib": "~2.3.1"
},
Expand All @@ -51,7 +51,7 @@
}
},
"devDependencies": {
"@blueprintjs/karma-build-scripts": "^4.0.3",
"@blueprintjs/karma-build-scripts": "^4.0.4",
"@blueprintjs/node-build-scripts": "^6.0.0",
"enzyme": "^3.11.0",
"karma": "^6.4.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@blueprintjs/table-dev-app",
"version": "4.7.5",
"version": "4.7.6",
"description": "Dev application for @blueprintjs/table",
"private": true,
"scripts": {
Expand All @@ -16,9 +16,9 @@
"verify": "npm-run-all -p dist lint"
},
"dependencies": {
"@blueprintjs/core": "^4.11.5",
"@blueprintjs/popover2": "^1.8.0",
"@blueprintjs/table": "^4.7.5",
"@blueprintjs/core": "^4.11.6",
"@blueprintjs/popover2": "^1.8.1",
"@blueprintjs/table": "^4.7.6",
"classnames": "^2.3.1",
"dom4": "^2.1.5",
"lodash": "^4.17.21",
Expand All @@ -27,7 +27,7 @@
"react-dom": "^16.14.0"
},
"devDependencies": {
"@blueprintjs/webpack-build-scripts": "^4.0.2",
"@blueprintjs/webpack-build-scripts": "^4.0.3",
"@types/lodash": "~4.14.186",
"copy-webpack-plugin": "^11.0.0",
"npm-run-all": "^4.1.5",
Expand Down

1 comment on commit 98e89b2

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Publish

Previews: documentation | landing | table | demo

Please sign in to comment.