reactive-bulma 2.2.0 → 2.2.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "reactive-bulma",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.1",
|
4
4
|
"description": "A component library based on React, Bulma, Typescript and Rollup",
|
5
5
|
"keywords": [
|
6
6
|
"typescript",
|
@@ -47,14 +47,14 @@
|
|
47
47
|
"semantic-release": "semantic-release"
|
48
48
|
},
|
49
49
|
"devDependencies": {
|
50
|
-
"@babel/core": "^7.
|
50
|
+
"@babel/core": "^7.23.0",
|
51
51
|
"@babel/preset-env": "^7.22.20",
|
52
52
|
"@babel/preset-react": "^7.22.15",
|
53
|
-
"@babel/preset-typescript": "^7.
|
53
|
+
"@babel/preset-typescript": "^7.23.0",
|
54
54
|
"@mdi/font": "^7.2.96",
|
55
55
|
"@rollup/plugin-commonjs": "^25.0.4",
|
56
56
|
"@rollup/plugin-node-resolve": "^15.2.1",
|
57
|
-
"@rollup/plugin-typescript": "^11.1.
|
57
|
+
"@rollup/plugin-typescript": "^11.1.4",
|
58
58
|
"@semantic-release/changelog": "^6.0.3",
|
59
59
|
"@semantic-release/commit-analyzer": "^11.0.0",
|
60
60
|
"@semantic-release/exec": "^6.0.3",
|
@@ -75,8 +75,8 @@
|
|
75
75
|
"@testing-library/react": "^14.0.0",
|
76
76
|
"@types/jest": "^29.5.5",
|
77
77
|
"@types/react": "^18.2.22",
|
78
|
-
"@typescript-eslint/eslint-plugin": "^6.7.
|
79
|
-
"@typescript-eslint/parser": "^6.7.
|
78
|
+
"@typescript-eslint/eslint-plugin": "^6.7.3",
|
79
|
+
"@typescript-eslint/parser": "^6.7.3",
|
80
80
|
"babel-jest": "^29.7.0",
|
81
81
|
"babel-loader": "^9.1.3",
|
82
82
|
"bulma": "^0.9.4",
|