|
5 | 5 | "license": "MIT", |
6 | 6 | "main": "./src/code-editor.js", |
7 | 7 | "dependencies": { |
8 | | - "@patternslib/patternslib": "^5.0.0", |
| 8 | + "@patternslib/patternslib": "^6.0.1", |
9 | 9 | "codejar": "^3.5.0", |
10 | 10 | "prismjs": "^1.25.0" |
11 | 11 | }, |
12 | 12 | "devDependencies": { |
13 | | - "@babel/core": "^7.15.5", |
14 | | - "@babel/eslint-parser": "^7.15.7", |
15 | | - "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
16 | | - "@babel/preset-env": "^7.15.6", |
17 | | - "@commitlint/cli": "^13.1.0", |
18 | | - "@commitlint/config-conventional": "^13.1.0", |
| 13 | + "@babel/core": "^7.16.0", |
| 14 | + "@babel/eslint-parser": "^7.16.3", |
| 15 | + "@babel/plugin-proposal-optional-chaining": "^7.16.0", |
| 16 | + "@babel/preset-env": "^7.16.0", |
| 17 | + "@commitlint/cli": "^15.0.0", |
| 18 | + "@commitlint/config-conventional": "^15.0.0", |
19 | 19 | "@release-it/conventional-changelog": "^3.3.0", |
20 | | - "@testing-library/jest-dom": "^5.14.1", |
21 | | - "babel-loader": "^8.2.2", |
22 | | - "clean-webpack-plugin": "^3.0.0", |
23 | | - "copy-webpack-plugin": "^6.4.1", |
24 | | - "core-js": "3.18.0", |
25 | | - "css-loader": "^5.2.6", |
26 | | - "duplicate-package-checker-webpack-plugin": "^3.0.0", |
27 | | - "eslint": "^7.32.0", |
| 20 | + "@testing-library/jest-dom": "^5.15.0", |
| 21 | + "babel-loader": "^8.2.3", |
| 22 | + "copy-webpack-plugin": "^10.0.0", |
| 23 | + "core-js": "3.19.1", |
| 24 | + "css-loader": "^6.5.0", |
| 25 | + "eslint": "^8.2.0", |
28 | 26 | "eslint-config-prettier": "^8.3.0", |
29 | | - "expose-loader": "^1.0.3", |
30 | | - "file-loader": "^6.2.0", |
31 | | - "husky": "^6.0.0", |
| 27 | + "expose-loader": "^3.0.0", |
| 28 | + "husky": "^7.0.4", |
32 | 29 | "identity-obj-proxy": "^3.0.0", |
33 | | - "imports-loader": "^1.2.0", |
34 | | - "jest": "^27.2.1", |
35 | | - "jest-watch-typeahead": "^0.6.4", |
| 30 | + "imports-loader": "^3.1.0", |
| 31 | + "inspectpack": "^4.7.1", |
| 32 | + "jest": "^27.3.1", |
| 33 | + "jest-watch-typeahead": "^1.0.0", |
36 | 34 | "prettier": "^2.4.1", |
37 | | - "raw-loader": "^4.0.1", |
38 | 35 | "regenerator-runtime": "^0.13.9", |
39 | | - "release-it": "^14.11.6", |
40 | | - "sass": "^1.42.1", |
41 | | - "sass-loader": "^10.1.1", |
42 | | - "style-loader": "^2.0.0", |
43 | | - "svg-inline-loader": "^0.8.2", |
44 | | - "terser-webpack-plugin": "^4.2.3", |
45 | | - "webpack": "^4.43.0", |
46 | | - "webpack-bundle-analyzer": "^3.9.0", |
47 | | - "webpack-cli": "^4.8.0", |
48 | | - "webpack-dev-server": "^3.11.2", |
| 36 | + "release-it": "^14.11.7", |
| 37 | + "sass": "^1.43.4", |
| 38 | + "sass-loader": "^12.3.0", |
| 39 | + "style-loader": "^3.3.0", |
| 40 | + "terser-webpack-plugin": "^5.2.5", |
| 41 | + "timezone-mock": "^1.2.2", |
| 42 | + "webpack": "^5.64.1", |
| 43 | + "webpack-bundle-analyzer": "^4.4.2", |
| 44 | + "webpack-cli": "^4.9.1", |
| 45 | + "webpack-dev-server": "^4.5.0", |
49 | 46 | "webpack-modernizr-loader": "^5.0.0", |
50 | 47 | "whybundled": "^2.0.0", |
51 | | - "yarn": "^1.22.11" |
| 48 | + "yarn": "^1.22.17" |
52 | 49 | }, |
53 | 50 | "scripts": { |
54 | 51 | "start": "NODE_ENV=development webpack serve --config webpack.config.js", |
55 | | - "watch": "NODE_ENV=development webpack --config webpack.config.js --watch", |
56 | 52 | "build": "NODE_ENV=production webpack --config webpack.config.js", |
57 | 53 | "build:stats": "NODE_ENV=production webpack --config webpack.config.js --json > stats.json", |
58 | 54 | "test": "jest" |
|
0 commit comments