|
1 | 1 | { |
2 | 2 | "name": "@mockingjay-io/webpack-react-component-name", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.1.0", |
4 | 4 | "description": "Makes React component names public on minified bundles for both Webpack and Vite", |
5 | 5 | "main": "index.js", |
6 | 6 | "types": "index.d.ts", |
|
41 | 41 | "types.d.ts" |
42 | 42 | ], |
43 | 43 | "devDependencies": { |
44 | | - "@babel/core": "^7.16.0", |
| 44 | + "@babel/core": "^7.28.5", |
45 | 45 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
46 | 46 | "@babel/plugin-proposal-private-methods": "^7.18.6", |
47 | 47 | "@babel/plugin-proposal-private-property-in-object": "^7.21.11", |
48 | | - "@babel/plugin-transform-react-display-name": "^7.16.0", |
49 | | - "@babel/plugin-transform-react-jsx": "^7.16.0", |
50 | | - "@babel/preset-env": "^7.16.0", |
51 | | - "@babel/preset-react": "^7.16.0", |
52 | | - "@emotion/babel-preset-css-prop": "^11.2.0", |
| 48 | + "@babel/plugin-transform-react-display-name": "^7.28.0", |
| 49 | + "@babel/plugin-transform-react-jsx": "^7.27.1", |
| 50 | + "@babel/preset-env": "^7.28.5", |
| 51 | + "@babel/preset-react": "^7.28.5", |
| 52 | + "@emotion/babel-preset-css-prop": "^11.12.0", |
53 | 53 | "@emotion/core": "^11.0.0", |
54 | | - "@emotion/styled": "^11.3.0", |
| 54 | + "@emotion/styled": "^11.14.1", |
55 | 55 | "@emotion/styled-base": "^11.0.0", |
56 | | - "@eslint/js": "^9.6.0", |
57 | | - "@types/node": "^24.6.0", |
| 56 | + "@eslint/js": "^9.39.1", |
| 57 | + "@types/node": "^24.10.0", |
58 | 58 | "@types/webpack": "^5.28.0", |
59 | 59 | "acorn": "^8.15.0", |
60 | | - "babel-loader": "^8.2.3", |
| 60 | + "babel-loader": "^8.4.1", |
61 | 61 | "babel-plugin-react-require": "^3.1.3", |
62 | 62 | "core-js": "^2.5.7", |
63 | 63 | "css-loader": "^6.11.0", |
64 | | - "eslint": "9.x", |
65 | | - "globals": "^15.8.0", |
| 64 | + "eslint": "~9.39.1", |
| 65 | + "globals": "^15.15.0", |
66 | 66 | "jest": "^29.7.0", |
67 | 67 | "lodash": "^4.17.19", |
68 | | - "preact": "^10.5.15", |
| 68 | + "preact": "^10.27.2", |
69 | 69 | "prop-types": "^15.7.2", |
70 | 70 | "raf": "^3.4.1", |
71 | 71 | "react": "^17.0.2", |
72 | | - "react-bootstrap": "^2.0.2", |
| 72 | + "react-bootstrap": "^2.10.10", |
73 | 73 | "react-dom": "^17.0.2", |
74 | | - "react-router": "^6.24.1", |
75 | | - "react-router-dom": "^5.3.0", |
| 74 | + "react-router": "^6.30.1", |
| 75 | + "react-router-dom": "^5.3.4", |
76 | 76 | "style-loader": "^4.0.0", |
77 | 77 | "todomvc-app-css": "^2.1.2", |
78 | 78 | "todomvc-common": "^1.0.5", |
79 | | - "typescript": "^5.0.0", |
| 79 | + "typescript": "^5.9.3", |
80 | 80 | "use-onclickoutside": "^0.3.0", |
81 | 81 | "vite": "^5.0.0", |
82 | | - "webpack": "^5.61.0" |
| 82 | + "webpack": "^5.102.1" |
83 | 83 | }, |
84 | 84 | "peerDependencies": { |
85 | 85 | "vite": ">=2.0.0", |
|
94 | 94 | } |
95 | 95 | }, |
96 | 96 | "dependencies": { |
97 | | - "@emotion/react": "^11.11.4", |
98 | | - "acorn-walk": "8.3.3", |
| 97 | + "@emotion/react": "^11.14.0", |
| 98 | + "acorn-walk": "8.3.4", |
99 | 99 | "classnames": "^2.5.1", |
100 | 100 | "minimatch": "7.4.6" |
101 | 101 | } |
|
0 commit comments