@ldelia/react-media 0.7.0 → 0.8.0

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.
Files changed (1) hide show
  1. package/package.json +12 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ldelia/react-media",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "description": "A React components collection for media-related features.",
5
5
  "private": false,
6
6
  "keywords": [
@@ -85,7 +85,6 @@
85
85
  "postcss-flexbugs-fixes": "^5.0.2",
86
86
  "postcss-loader": "^6.2.1",
87
87
  "postcss-normalize": "^10.0.1",
88
- "postcss-preset-env": "^7.0.1",
89
88
  "prompts": "^2.4.2",
90
89
  "react": "^18.3.1",
91
90
  "react-app-polyfill": "^3.0.0",
@@ -103,10 +102,10 @@
103
102
  "tailwindcss": "^3.0.2",
104
103
  "terser-webpack-plugin": "^5.2.5",
105
104
  "typescript": "^4.9.5",
106
- "webpack": "^5.64.4",
107
- "webpack-dev-server": "^4.6.0",
108
- "webpack-manifest-plugin": "^4.0.2",
109
- "workbox-webpack-plugin": "^6.4.1"
105
+ "webpack": "^5.102.1",
106
+ "webpack-dev-server": "^5.2.2",
107
+ "webpack-manifest-plugin": "^5.0.1",
108
+ "workbox-webpack-plugin": "^7.3.0"
110
109
  },
111
110
  "devDependencies": {
112
111
  "@babel/core": "^7.24.9",
@@ -115,11 +114,11 @@
115
114
  "@babel/preset-react": "^7.24.7",
116
115
  "@babel/preset-typescript": "^7.24.7",
117
116
  "@chromatic-com/storybook": "^4.1.1",
118
- "@storybook/addon-docs": "^9.1.10",
119
- "@storybook/addon-links": "^9.1.10",
120
- "@storybook/addon-onboarding": "^9.1.10",
117
+ "@storybook/addon-docs": "^9.1.12",
118
+ "@storybook/addon-links": "^9.1.12",
119
+ "@storybook/addon-onboarding": "^9.1.12",
121
120
  "@storybook/react-docgen-typescript-plugin": "^1.0.6--canary.9.0c3f3b7.0",
122
- "@storybook/react-webpack5": "^9.1.10",
121
+ "@storybook/react-webpack5": "^9.1.12",
123
122
  "@testing-library/jest-dom": "^6.4.6",
124
123
  "@testing-library/react": "^16.0.0",
125
124
  "@testing-library/user-event": "^14.5.2",
@@ -132,15 +131,15 @@
132
131
  "babel-loader": "^9.1.3",
133
132
  "eslint-config-prettier": "^9.1.0",
134
133
  "eslint-plugin-prettier": "^5.1.3",
135
- "eslint-plugin-storybook": "^9.1.10",
134
+ "eslint-plugin-storybook": "^9.1.12",
136
135
  "jest-environment-jsdom": "^30.2.0",
137
136
  "postcss-flexbugs-fixes": "^5.0.2",
138
137
  "postcss-normalize": "^10.0.1",
139
- "postcss-preset-env": "^9.5.14",
138
+ "postcss-preset-env": "^10.4.0",
140
139
  "prettier": "^3.3.2",
141
140
  "prop-types": "^15.8.1",
142
141
  "react-docgen-typescript-plugin": "^1.0.8",
143
- "storybook": "^9.1.10",
142
+ "storybook": "^9.1.12",
144
143
  "ts-loader": "^9.5.1",
145
144
  "tsconfig-paths-webpack-plugin": "^4.1.0",
146
145
  "webpack": "^5.92.0"