Skip to content

Commit dc877cf

Browse files
committed
Update Playground with the latest postcss-rtlscss and postcss libraries
1 parent 8ee108f commit dc877cf

File tree

2 files changed

+941
-811
lines changed

2 files changed

+941
-811
lines changed

playground/package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -21,41 +21,41 @@
2121
"license": "MIT",
2222
"dependencies": {
2323
"@emotion/core": "^10.0.35",
24-
"monaco-editor": "^0.20.0",
25-
"postcss": "^7.0.32",
26-
"postcss-rtlcss": "^1.6.1",
27-
"react": "^16.13.1",
28-
"react-dom": "^16.13.1"
24+
"monaco-editor": "^0.21.2",
25+
"postcss": "^8.2.1",
26+
"postcss-rtlcss": "^2.0.0",
27+
"react": "^17.0.1",
28+
"react-dom": "^17.0.1"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.11.1",
32-
"@babel/preset-env": "^7.11.0",
33-
"@babel/preset-react": "^7.10.4",
34-
"@babel/preset-typescript": "^7.10.4",
31+
"@babel/core": "^7.12.10",
32+
"@babel/preset-env": "^7.12.11",
33+
"@babel/preset-react": "^7.12.10",
34+
"@babel/preset-typescript": "^7.12.7",
3535
"@emotion/babel-preset-css-prop": "^10.0.27",
36-
"@types/eslint": "^7.2.0",
37-
"@types/node": "^14.6.0",
38-
"@types/react": "^16.9.46",
39-
"@types/react-dom": "^16.9.8",
40-
"@typescript-eslint/eslint-plugin": "^3.9.1",
41-
"@typescript-eslint/parser": "^3.9.1",
42-
"babel-loader": "^8.1.0",
36+
"@types/eslint": "^7.2.6",
37+
"@types/node": "^14.14.14",
38+
"@types/react": "^17.0.0",
39+
"@types/react-dom": "^17.0.0",
40+
"@typescript-eslint/eslint-plugin": "^4.10.0",
41+
"@typescript-eslint/parser": "^4.10.0",
42+
"babel-loader": "^8.2.2",
4343
"clean-webpack-plugin": "^3.0.0",
4444
"copy-webpack-plugin": "^6.0.3",
45-
"css-loader": "^4.2.1",
46-
"eslint": "^7.7.0",
47-
"eslint-plugin-react": "^7.20.6",
45+
"css-loader": "^5.0.1",
46+
"eslint": "^7.15.0",
47+
"eslint-plugin-react": "^7.21.5",
4848
"eslint-utils": "^2.1.0",
4949
"facepaint": "^1.2.1",
50-
"file-loader": "^6.0.0",
51-
"html-webpack-plugin": "^4.3.0",
52-
"mini-css-extract-plugin": "^0.10.0",
53-
"monaco-editor-webpack-plugin": "^1.9.0",
50+
"file-loader": "^6.2.0",
51+
"html-webpack-plugin": "^4.5.0",
52+
"mini-css-extract-plugin": "^1.3.3",
53+
"monaco-editor-webpack-plugin": "^2.0.0",
5454
"plop": "^2.7.4",
5555
"react-github-btn": "^1.2.0",
5656
"tsconfig-paths": "^3.9.0",
5757
"tscpaths": "^0.0.9",
58-
"typescript": "^3.9.7",
58+
"typescript": "^4.1.3",
5959
"webpack": "^4.44.1",
6060
"webpack-cli": "^3.3.12",
6161
"webpack-dev-server": "^3.11.0"

0 commit comments

Comments
 (0)