@ainias42/react-bootstrap-mobile 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bootstrapReactMobile.js +3023 -3071
- package/dist/bootstrapReactMobile.js.map +1 -1
- package/package.json +37 -37
- package/webpack.config.js +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ainias42/react-bootstrap-mobile",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Mobile React Components using Bootstrap",
|
|
5
5
|
"main": "dist/bootstrapReactMobile",
|
|
6
6
|
"scripts": {
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
"bootstrap": "^5.3.3",
|
|
40
40
|
"react": "^19.1.1",
|
|
41
41
|
"react-beautiful-dnd": "^13.1.1",
|
|
42
|
-
"react-hook-form": "^7.
|
|
42
|
+
"react-hook-form": "^7.62.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@babel/core": "^7.
|
|
45
|
+
"@babel/core": "^7.28.3",
|
|
46
46
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
47
|
-
"@babel/plugin-transform-typescript": "^7.
|
|
48
|
-
"@babel/preset-env": "^7.
|
|
49
|
-
"@babel/preset-react": "^7.
|
|
50
|
-
"@babel/preset-typescript": "^7.
|
|
47
|
+
"@babel/plugin-transform-typescript": "^7.28.0",
|
|
48
|
+
"@babel/preset-env": "^7.28.3",
|
|
49
|
+
"@babel/preset-react": "^7.27.1",
|
|
50
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
51
51
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
52
52
|
"@fortawesome/free-regular-svg-icons": "^6.5.2",
|
|
53
53
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
@@ -58,50 +58,50 @@
|
|
|
58
58
|
"@types/react-table": "^7.7.20",
|
|
59
59
|
"@types/react-window": "^1.8.8",
|
|
60
60
|
"@types/react-window-infinite-loader": "^1.0.9",
|
|
61
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
62
|
-
"@typescript-eslint/parser": "^7.
|
|
63
|
-
"ajv": "^8.
|
|
64
|
-
"babel-loader": "^
|
|
61
|
+
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
62
|
+
"@typescript-eslint/parser": "^7.18.0",
|
|
63
|
+
"ajv": "^8.17.1",
|
|
64
|
+
"babel-loader": "^10.0.0",
|
|
65
65
|
"bootstrap": "^5.3.3",
|
|
66
|
-
"css-layering-webpack-plugin": "^0.
|
|
66
|
+
"css-layering-webpack-plugin": "^0.4.0",
|
|
67
67
|
"css-loader": "^7.1.2",
|
|
68
68
|
"eslint": "^8.57.0",
|
|
69
69
|
"eslint-config-airbnb": "^19.0.4",
|
|
70
70
|
"eslint-config-airbnb-typescript": "^18.0.0",
|
|
71
|
-
"eslint-config-prettier": "^
|
|
72
|
-
"eslint-import-resolver-typescript": "^
|
|
73
|
-
"eslint-plugin-import": "^2.
|
|
74
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
75
|
-
"eslint-plugin-react": "^7.
|
|
71
|
+
"eslint-config-prettier": "^10.1.8",
|
|
72
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
73
|
+
"eslint-plugin-import": "^2.32.0",
|
|
74
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
75
|
+
"eslint-plugin-react": "^7.37.5",
|
|
76
76
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
77
|
-
"html-webpack-plugin": "^5.6.
|
|
78
|
-
"loader-utils": "3.
|
|
79
|
-
"mini-css-extract-plugin": "^2.9.
|
|
80
|
-
"prettier": "^3.2
|
|
77
|
+
"html-webpack-plugin": "^5.6.4",
|
|
78
|
+
"loader-utils": "^3.3.1",
|
|
79
|
+
"mini-css-extract-plugin": "^2.9.4",
|
|
80
|
+
"prettier": "^3.6.2",
|
|
81
81
|
"react": "^19.1.1",
|
|
82
82
|
"react-beautiful-dnd": "^13.1.1",
|
|
83
83
|
"react-dom": "^19.1.1",
|
|
84
|
-
"react-hook-form": "^7.
|
|
85
|
-
"sass": "^1.
|
|
86
|
-
"sass-loader": "^
|
|
87
|
-
"terser-webpack-plugin": "^5.3.
|
|
88
|
-
"ts-loader": "^9.5.
|
|
84
|
+
"react-hook-form": "^7.62.0",
|
|
85
|
+
"sass": "^1.90.0",
|
|
86
|
+
"sass-loader": "^16.0.5",
|
|
87
|
+
"terser-webpack-plugin": "^5.3.14",
|
|
88
|
+
"ts-loader": "^9.5.4",
|
|
89
89
|
"typescript": "^5.9.2",
|
|
90
|
-
"webpack": "^5.
|
|
91
|
-
"webpack-cli": "^
|
|
92
|
-
"webpack-dev-server": "^5.
|
|
90
|
+
"webpack": "^5.101.3",
|
|
91
|
+
"webpack-cli": "^6.0.1",
|
|
92
|
+
"webpack-dev-server": "^5.2.2"
|
|
93
93
|
},
|
|
94
94
|
"dependencies": {
|
|
95
|
-
"@ainias42/js-helper": "
|
|
96
|
-
"@types/react-virtualized-auto-sizer": "
|
|
97
|
-
"@uiw/react-color": "^2.
|
|
95
|
+
"@ainias42/js-helper": "^0.8.17",
|
|
96
|
+
"@types/react-virtualized-auto-sizer": "1.0.4",
|
|
97
|
+
"@uiw/react-color": "^2.8.0",
|
|
98
98
|
"classnames": "^2.5.1",
|
|
99
|
-
"isomorphic-style-loader": "^5.
|
|
99
|
+
"isomorphic-style-loader": "^5.4.0",
|
|
100
100
|
"react-color": "^2.19.3",
|
|
101
101
|
"react-table": "^7.8.0",
|
|
102
|
-
"react-virtualized-auto-sizer": "^1.0.
|
|
103
|
-
"react-window": "^1.8.
|
|
104
|
-
"react-window-infinite-loader": "^1.0.
|
|
105
|
-
"yup": "^1.
|
|
102
|
+
"react-virtualized-auto-sizer": "^1.0.26",
|
|
103
|
+
"react-window": "^1.8.11",
|
|
104
|
+
"react-window-infinite-loader": "^1.0.10",
|
|
105
|
+
"yup": "^1.7.0"
|
|
106
106
|
}
|
|
107
107
|
}
|
package/webpack.config.js
CHANGED
|
@@ -3,7 +3,8 @@ const webpack = require('webpack');
|
|
|
3
3
|
// const PrettierPlugin = require('prettier-webpack-plugin');
|
|
4
4
|
const TerserPlugin = require('terser-webpack-plugin');
|
|
5
5
|
const getPackageJson = require('./scripts/getPackageJson');
|
|
6
|
-
const
|
|
6
|
+
const {CSSLayeringPlugin} = require('css-layering-webpack-plugin');
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
const { version, name, license, repository, author } = getPackageJson(
|
|
9
10
|
'version',
|
|
@@ -80,7 +81,7 @@ module.exports = (env) => {
|
|
|
80
81
|
// filename: 'css/index.css',
|
|
81
82
|
// }),
|
|
82
83
|
new webpack.BannerPlugin(banner),
|
|
83
|
-
new
|
|
84
|
+
new CSSLayeringPlugin({
|
|
84
85
|
layers: [
|
|
85
86
|
{ path: "**/src/**/*.scss", name: "rbm" },
|
|
86
87
|
],
|