|
1 | 1 | { |
2 | | - "version": "2.1.1", |
| 2 | + "version": "2.1.3", |
3 | 3 | "name": "babel-plugin-styled-components", |
4 | 4 | "description": "Improve the debugging experience and add server-side rendering support to styled-components", |
5 | 5 | "repository": "styled-components/babel-plugin-styled-components", |
|
16 | 16 | ], |
17 | 17 | "license": "MIT", |
18 | 18 | "devDependencies": { |
19 | | - "@babel/cli": "^7.16.0", |
20 | | - "@babel/core": "^7.16.0", |
21 | | - "@babel/plugin-proposal-class-properties": "^7.16.0", |
22 | | - "@babel/plugin-transform-modules-commonjs": "^7.16.0", |
23 | | - "@babel/preset-env": "^7.16.4", |
24 | | - "babel-core": "7.0.0-bridge.0", |
25 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", |
26 | | - "babel-test": "^0.2.1", |
27 | | - "jest": "^27.3.1", |
| 19 | + "@babel/cli": "^7.21.5", |
| 20 | + "@babel/core": "^7.21.8", |
| 21 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 22 | + "@babel/plugin-transform-modules-commonjs": "^7.21.5", |
| 23 | + "@babel/preset-env": "^7.21.5", |
| 24 | + "babel-test": "^0.2.4", |
| 25 | + "jest": "^29.5.0", |
28 | 26 | "jest-file-snapshot": "^0.5.0", |
29 | | - "prettier": "^2.4.1", |
30 | | - "rimraf": "^3.0.0", |
31 | | - "styled-components": "^5.3.3" |
| 27 | + "prettier": "^2.8.8", |
| 28 | + "rimraf": "^3.0.2", |
| 29 | + "styled-components": "^5.3.10" |
32 | 30 | }, |
33 | 31 | "dependencies": { |
34 | | - "@babel/helper-annotate-as-pure": "^7.16.0", |
35 | | - "@babel/helper-module-imports": "^7.16.0", |
| 32 | + "@babel/helper-annotate-as-pure": "^7.18.6", |
| 33 | + "@babel/helper-module-imports": "^7.21.4", |
36 | 34 | "babel-plugin-syntax-jsx": "^6.18.0", |
37 | 35 | "lodash": "^4.17.21", |
38 | | - "picomatch": "^2.3.0" |
39 | | - }, |
40 | | - "resolutions": { |
41 | | - "babel-core": "7.0.0-bridge.0" |
| 36 | + "picomatch": "^2.3.1" |
42 | 37 | }, |
43 | 38 | "peerDependencies": { |
44 | 39 | "styled-components": ">= 2" |
|
0 commit comments