reactive-bulma 4.0.13 → 4.0.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const renderTestingTableContainer: (element: React.ReactElement) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactive-bulma",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "description": "A component library based on React, Bulma, Typescript and Rollup",
5
5
  "keywords": [
6
6
  "typescript",
@@ -52,39 +52,39 @@
52
52
  "update:doctor": "npm run prettier:ci && npm run lint && npm run test && npm run build"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.24.6",
56
- "@babel/preset-env": "^7.24.6",
57
- "@babel/preset-react": "^7.24.6",
58
- "@babel/preset-typescript": "^7.24.6",
55
+ "@babel/core": "^7.24.7",
56
+ "@babel/preset-env": "^7.24.7",
57
+ "@babel/preset-react": "^7.24.7",
58
+ "@babel/preset-typescript": "^7.24.7",
59
59
  "@eslint/compat": "^1.0.3",
60
60
  "@eslint/js": "^9.4.0",
61
61
  "@mdi/font": "^7.4.47",
62
- "@rollup/plugin-commonjs": "^25.0.8",
62
+ "@rollup/plugin-commonjs": "^26.0.1",
63
63
  "@rollup/plugin-node-resolve": "^15.2.3",
64
64
  "@rollup/plugin-typescript": "^11.1.6",
65
65
  "@semantic-release/changelog": "^6.0.3",
66
66
  "@semantic-release/commit-analyzer": "^13.0.0",
67
67
  "@semantic-release/exec": "^6.0.3",
68
68
  "@semantic-release/git": "^10.0.1",
69
- "@semantic-release/github": "^10.0.5",
69
+ "@semantic-release/github": "^10.0.6",
70
70
  "@semantic-release/npm": "^12.0.1",
71
71
  "@semantic-release/release-notes-generator": "^14.0.0",
72
- "@storybook/addon-actions": "^8.1.5",
73
- "@storybook/addon-essentials": "^8.1.5",
74
- "@storybook/addon-interactions": "^8.1.5",
75
- "@storybook/addon-links": "^8.1.5",
76
- "@storybook/addon-mdx-gfm": "^8.1.5",
72
+ "@storybook/addon-actions": "^8.1.6",
73
+ "@storybook/addon-essentials": "^8.1.6",
74
+ "@storybook/addon-interactions": "^8.1.6",
75
+ "@storybook/addon-links": "^8.1.6",
76
+ "@storybook/addon-mdx-gfm": "^8.1.6",
77
77
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
78
- "@storybook/cli": "^8.1.5",
79
- "@storybook/react": "^8.1.5",
80
- "@storybook/react-webpack5": "^8.1.5",
78
+ "@storybook/cli": "^8.1.6",
79
+ "@storybook/react": "^8.1.6",
80
+ "@storybook/react-webpack5": "^8.1.6",
81
81
  "@testing-library/jest-dom": "^6.4.5",
82
- "@testing-library/react": "^15.0.7",
82
+ "@testing-library/react": "^16.0.0",
83
83
  "@testing-library/user-event": "^14.5.2",
84
84
  "@types/jest": "^29.5.12",
85
85
  "@types/react": "^18.3.3",
86
- "@typescript-eslint/eslint-plugin": "^7.11.0",
87
- "@typescript-eslint/parser": "^7.11.0",
86
+ "@typescript-eslint/eslint-plugin": "^7.12.0",
87
+ "@typescript-eslint/parser": "^7.12.0",
88
88
  "babel-jest": "^29.7.0",
89
89
  "babel-loader": "^9.1.3",
90
90
  "bulma": "^0.9.4",
@@ -98,15 +98,15 @@
98
98
  "lint-staged": "^15.2.5",
99
99
  "npm-check-updates": "^16.14.20",
100
100
  "postcss": "^8.4.38",
101
- "prettier": "^3.3.0",
101
+ "prettier": "^3.3.1",
102
102
  "react": "^18.3.1",
103
103
  "react-dom": "^18.3.1",
104
104
  "rollup": "^4.18.0",
105
105
  "rollup-plugin-dts": "^6.1.1",
106
106
  "rollup-plugin-postcss": "^4.0.2",
107
107
  "semantic-release": "^24.0.0",
108
- "storybook": "^8.1.5",
109
- "tslib": "^2.6.2",
108
+ "storybook": "^8.1.6",
109
+ "tslib": "^2.6.3",
110
110
  "typescript": "^5.4.5"
111
111
  },
112
112
  "lint-staged": {
@@ -116,6 +116,6 @@
116
116
  ]
117
117
  },
118
118
  "dependencies": {
119
- "@storybook/test": "^8.1.5"
119
+ "@storybook/test": "^8.1.6"
120
120
  }
121
121
  }